Skip to content

Releases: NoxxieNl/ptv-laravel

2.0.0

10 Mar 07:18
Compare
Choose a tag to compare

This marks the release of version 2.0.0 of this package. A breaking functionality is within this release and such we push this package to version 2.0.0.

What has changed in this package?

  • The create, update and delete method no longer require a $directSave parameter and it is removed from those methods.
  • Those same methods no longer require a collection to be passed but an array must be passed now. (Internally it is still converted to a collection.
  • The massSave method is removed
  • The save option is added and required when saving data to the PTV transfer database. (see the order documentation regarding those changes)
  • Changed the ModelValidationException that the method getErrors can be called to retrieve the validation errors for that exception.
  • Added the facades order and route for easy access to the package.
  • Added function chaining functionality to the order class.

Create something amazing!

Version 1.1.2

09 Mar 15:09
7744f5c
Compare
Choose a tag to compare

And the shiny release of version 1.1.2.
This version contains updates to the internal works and fasten up the creation of the transfer records.

Version 1.1.0

07 Mar 08:58
bbae745
Compare
Choose a tag to compare

With the release of version 1.1.0 two additional features are added to the package

  • Allow the usage of local and global callbacks on the importCheck invokable object
  • Allow the massSave() option on the order class for create, update and delete method

First release

06 Mar 11:32
Compare
Choose a tag to compare
v1.0.0

Update readme