Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

30 lines (17 loc) · 1.59 KB

Changelog

All notable changes to laravel-mass-update will be documented in this file.

1.0.5 - 2023-02-02

1.0.4 - 2022-01-21

  • bbfb4ac Added support for upcoming Laravel 9 release 🎉

1.0.3 - 2021-08-05

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

1.0.2 - 2021-08-05

  • 26946f6 Fix value quoting with complex-quoted strings and float values.
  • d208e03 Ability to compile more value types for mass-update query.

1.0.1 - 2021-06-28

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

1.0.0 - 2021-06-28

  • Initial Release