Skip to content

Releases: macropay-solutions/laravel-crud-wizard-free

improve increment avoid corner cases

13 Sep 19:46
Compare
Choose a tag to compare
3.2.4

improve increment avoid corner cases

Improve incrementing

12 Sep 08:59
Compare
Choose a tag to compare

improve increment to reflect atomic operations and also avoid float memory storing issues caused by simple addition or subtraction in laravel incrementOrDecrement model function

fix return type for setKeysForSelectQuery

10 Sep 19:43
Compare
Choose a tag to compare
3.2.2

fix return type for setKeysForSelectQuery

Fix sort

07 Aug 16:39
Compare
Choose a tag to compare
3.2.1

fix sort

Add withRelations, withRelationsCount and withRelationsExistence to list

27 Jul 09:18
Compare
Choose a tag to compare

Add withRelations, withRelationsCount and withRelationsExistence to list.
The base model has public static $snakeAttributes = false; so the relations will be retrieved as they are defined.

Replace load relations because of red and write db replica issues on create

16 Jul 11:33
Compare
Choose a tag to compare
3.1.9

Replace load relations because of red and write db replica issues on …

fix withRelationsCount and withRelationsExistence on get

12 Jul 07:13
Compare
Choose a tag to compare
3.1.8

fix withRelationsCount and withRelationsExistence on get

Fix request replace

08 Jul 13:40
Compare
Choose a tag to compare
3.1.7

fix request replace

Refactor with public static $snakeAttributes = false;

06 Jul 21:50
Compare
Choose a tag to compare
3.1.6

Refactor with public static $snakeAttributes = false;

Add withRelationsCount and withRelationsExistence on get

25 Jun 07:27
Compare
Choose a tag to compare
3.1.5

add withRelationsCount and withRelationsExistence on get