Skip to content

v1.1.3

Compare
Choose a tag to compare
@mahmoudmohamedramadan mahmoudmohamedramadan released this 06 Dec 18:42
· 26 commits to 1.x since this release

Added

  • Add the fetchBuilder method in #17.
  • Add the setSearchableQuery method in #18.
  • Add the setUpdatableQuery method in #18.
  • Add the ability to specify the builder type that is getting back in #18.

Changed

  • Remove the updateOrCreateModel and updateOrCreateRelationship methods in #18.
  • Remove the setChainableModel method in #18.
  • Update the return type of the setUpdatableModel method in #18.

Fixed

  • Fix updating an empty array of togglable columns in #16.
  • Fix the model serialization issue encountered in the toggleColumns method in #16.
  • Fix populating the updated_at column when incrementing and decrementing values in #16.
  • Fix toggling many columns at a bunch of records in #18.
  • Fix updating single model instances in #18.

Full Changelog: v1.1.2...v1.1.3