Releases: highsolutions/eloquent-sequence
Releases · highsolutions/eloquent-sequence
Laravel 5.4 Support
2.4.0 L5.4 Support
Laravel 5.3 Support
2.3.0 L5.3 Support
Laravel 5.2 Support
2.2.0 L5.2 Support
Laravel 5.1 Support
2.1.0 Laravel 5.1 support
Add support for CircleCI and StyleCI
2.0.3 Merge branch 'master' of https://github.com/highsolutions/eloquent-se…
Add methods `moveToFirst` and `moveToLast`
Addition of 'moveToFirst()' and 'moveToLast()' methods (#4) * Addition of 'first()' and 'last()' methods to move an object directly to the first or last position in a sequence; unit tests; updated readme. * change method's names
Hotfixes
2.0.1 2.0.1 fix down method and improve move
Unit tests and improvements
- fixed
up
method - add exception for overflow positions
- changed behavior of
move
method for overflows - full suite of unit tests
Fix down method
1.3.1 1.3.1 fix down method
Fix up method
Fix up
method when used on object with sequence attribute > 2