Releases: NoxxieNl/ptv-laravel
Releases · NoxxieNl/ptv-laravel
2.0.0
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
anddelete
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 anarray
must be passed now. (Internally it is still converted to acollection
. - 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 methodgetErrors
can be called to retrieve the validation errors for that exception. - Added the facades
order
androute
for easy access to the package. - Added function chaining functionality to the
order
class.
Create something amazing!
Version 1.1.2
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
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 forcreate
,update
anddelete
method
First release
v1.0.0 Update readme