Skip to content

Releases: iksaku/laravel-mass-update

v1.0.7

23 Mar 20:49
fd18e93
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.6...1.0.7

v1.0.6

27 Dec 18:43
61ef1c9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.5...1.0.6

v1.0.5

02 Feb 14:48
b67922a
Compare
Choose a tag to compare

Improvements

  • 2a4fe97 Adds ability to prevent updated_at timestamp (#6)
  • 88d2c88 Laravel 10.x Compatibility (#7)

Miscellaneous

v1.0.4

22 Jan 01:06
5a8bda6
Compare
Choose a tag to compare

Improvements

  • bbfb4ac Added support for upcoming Laravel 9 release 🎉

v1.0.3

22 Sep 19:17
d332f68
Compare
Choose a tag to compare

Improvements

  • 19f01cd Ability to define mass-update unique keys inside Model.

v1.0.2

05 Aug 13:05
89ccd78
Compare
Choose a tag to compare

Improvements

  • d208e03 Ability to compile more value types for mass-update query.

Fixes

  • 26946f6 Fix value quoting with complex-quoted strings and float values.

v1.0.1

29 Jun 00:45
Compare
Choose a tag to compare

Improvements

  • 3acbe63 Skip query execution if no updates are detected in the given Eloquent models.

v1.0.0

28 Jun 22:31
Compare
Choose a tag to compare

Initial Release