Releases: gurgentil/laravel-eloquent-sequencer
Releases · gurgentil/laravel-eloquent-sequencer
v1.0.6
- fix: make it possible having sequences start at 0
v1.0.4
- fix: throw exception if value is smaller than initial value when elements are created
- chore: update composer requirements
v1.0.3
- fix false true when checking if sequenceable keys attribute exists
v1.0.2
- fix endless loop caused by incrementOrDecrement in Laravel 8
v1.0.1
- use model database connection for transaction instead of the default one
v1.0.0
- add support for Laravel 8
v0.2.0
- Apply sequencing strategies.
v0.1.0
- Add
initial_value
to the configuration file.