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!