Skip to content

Releases: highsolutions/eloquent-sequence

Laravel 5.4 Support

20 Feb 10:32
Compare
Choose a tag to compare
2.4.0

L5.4 Support

Laravel 5.3 Support

20 Feb 10:32
Compare
Choose a tag to compare
2.3.0

L5.3 Support

Laravel 5.2 Support

20 Feb 10:32
Compare
Choose a tag to compare
2.2.0

L5.2 Support

Laravel 5.1 Support

20 Feb 10:31
Compare
Choose a tag to compare
2.1.0

Laravel 5.1 support

Add support for CircleCI and StyleCI

22 Jan 15:25
Compare
Choose a tag to compare
2.0.3

Merge branch 'master' of https://github.com/highsolutions/eloquent-se…

Add methods `moveToFirst` and `moveToLast`

03 Jan 08:41
Compare
Choose a tag to compare
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

02 Jan 14:26
Compare
Choose a tag to compare
2.0.1

2.0.1 fix down method and improve move

Unit tests and improvements

02 Jan 13:20
Compare
Choose a tag to compare
  • fixed up method
  • add exception for overflow positions
  • changed behavior of move method for overflows
  • full suite of unit tests

Fix down method

02 Jan 14:27
Compare
Choose a tag to compare
1.3.1

1.3.1 fix down method

Fix up method

02 Jan 13:31
Compare
Choose a tag to compare

Fix up method when used on object with sequence attribute > 2