Skip to content

Releases: gurgentil/laravel-eloquent-sequencer

v1.1.0

23 Apr 22:43
14be073
Compare
Choose a tag to compare
  • add support to Laravel 9 and 10 by @levu42 in #37

v1.0.6

14 Nov 17:53
e63ef86
Compare
Choose a tag to compare
  • fix: make it possible having sequences start at 0

v1.0.5

07 Nov 22:24
7b51826
Compare
Choose a tag to compare
  • add PHP 8 support

v1.0.4

18 Jan 15:59
fc3454e
Compare
Choose a tag to compare
  • fix: throw exception if value is smaller than initial value when elements are created
  • chore: update composer requirements

v1.0.3

09 Nov 06:57
c5a9cbb
Compare
Choose a tag to compare
  • fix false true when checking if sequenceable keys attribute exists

v1.0.2

09 Nov 06:48
e918f80
Compare
Choose a tag to compare
  • fix endless loop caused by incrementOrDecrement in Laravel 8

v1.0.1

09 Nov 06:33
32b9c60
Compare
Choose a tag to compare
  • use model database connection for transaction instead of the default one

v1.0.0

11 Sep 18:01
d28079f
Compare
Choose a tag to compare
  • add support for Laravel 8

v0.2.0

31 Jul 21:19
3422a64
Compare
Choose a tag to compare
  • Apply sequencing strategies.

v0.1.0

04 Jul 19:56
373e71b
Compare
Choose a tag to compare
  • Add initial_value to the configuration file.