Skip to content

Releases: pionl/laravel-eloquent-position

1.1.3

08 Jul 11:20
Compare
Choose a tag to compare

⛑ Model deletion: Add support for non-primary key models

1.1.2

07 Jul 08:05
Compare
Choose a tag to compare

⛑ When model uses soft-deletes and last record is deleted, PositionObserver deleted event is called and runs a LastPositionQuery which incorrectly fetches max position (because model is already deleted).

1.1.1

13 Apr 15:16
Compare
Choose a tag to compare

⛑ Fixed update (without loaded position - caused undesired update) by @jakubdibala

1.1.0

29 Nov 15:57
995d31f
Compare
Choose a tag to compare

🚀 Increased minimum Laravel version to 5.4
⛑ Handle delete #7
⛑ Fixed few bugs - added feature tests

1.0.6

13 Mar 18:37
fa7e144
Compare
Choose a tag to compare

🚀 Removed strict (for 5.) Laravel version limitation to >= 5. (you can require the package on 6.x version)

1.0.5

12 Mar 12:24
58d607a
Compare
Choose a tag to compare

🚀 Removed strict Laravel version limitation (any 5.*)
⛑ Fixed running query with forced position

1.0.4

11 Jun 15:54
aeac2c6
Compare
Choose a tag to compare

🚀 Add support for Laravel 5.6
🎆 Add new property $defaultPositionValue for changing default value for position (if empty value is set via fill/setAttribute)

1.0.3

26 Jun 14:02
Compare
Choose a tag to compare
Added support for a forced position on new object (old position retur…

…ns null)

1.0.2

05 Jun 06:11
Compare
Choose a tag to compare

Added 5.4 support to a composer.json

1.0.1

12 May 07:35
Compare
Choose a tag to compare

Options can be set at runtime. $model->disablePositionUpdate = true;