Releases: highsolutions/eloquent-sequence
Releases · highsolutions/eloquent-sequence
Laravel 11.x support
Support Laravel 11.x (#34) * add suport to laravel 11 * Support Laravel 11.x * Update README.md --------- Co-authored-by: Adam Matysiak <[email protected]>
Support Laravel 10.x
3.10.0 Merge branch 'master' of https://github.com/highsolutions/eloquent-se…
Support Laravel 9.x
3.9.0 Support Laravel 9.x
Support Laravel 8.x
3.8.0 Support Laravel 8.x
Support Laravel 7.x
3.7.0 Support L7.x (#27)
Add isFirst and isLast method
Another disable timestamp release
Support Laravel 6.0
3.4.0 Update README.md
Disable timestamp update
Introduced #20
Fix moveToLast method
Thanks to #19 and effort of @gpressutto5 method moveToLast will always set last sequence, not the should-be-last sequence as was previously.