Releases: macropay-solutions/laravel-crud-wizard-free
Releases · macropay-solutions/laravel-crud-wizard-free
improve increment avoid corner cases
3.2.4 improve increment avoid corner cases
Improve incrementing
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
3.2.2 fix return type for setKeysForSelectQuery
Fix sort
3.2.1 fix sort
Add withRelations, withRelationsCount and withRelationsExistence to list
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
3.1.9 Replace load relations because of red and write db replica issues on …
fix withRelationsCount and withRelationsExistence on get
3.1.8 fix withRelationsCount and withRelationsExistence on get
Fix request replace
3.1.7 fix request replace
Refactor with public static $snakeAttributes = false;
3.1.6 Refactor with public static $snakeAttributes = false;
Add withRelationsCount and withRelationsExistence on get
3.1.5 add withRelationsCount and withRelationsExistence on get