Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@NoxxieNl NoxxieNl released this 10 Mar 07:18

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!