Skip to content

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

List unhydrated

14 Jun 07:48
73a1a98
Compare
Choose a tag to compare
public const LIST_UN_HYDRATED_WHEN_POSSIBLE = false is default in model. Set to true if needed.

Improve Active Record Segregation Properties

12 Jun 08:55
Compare
Choose a tag to compare
4.1.1

Improve Active Record Segregation Properties

Improve Active Record Segregation Properties

12 Jun 08:33
Compare
Choose a tag to compare
    protected const A = 'a';
    protected const R = 'r';
    /**
     * @var array<string, <string, string>>
     */
    protected static array $activeRecordFqnSegregationPropertiesFqnsMap = [];

The above were added to BaseModel.php that could have a low clash probability.

Refactor getFiltered for symfony 7.x - fix config

23 May 14:58
Compare
Choose a tag to compare
4.0.1

Refactor getFiltered for symfony 7.x - fix config

Add Active Record Segregation Properties

23 May 13:19
Compare
Choose a tag to compare

Add Active Record Segregation Properties
Refactor getFiltered for symfony 7.x

Request::getFiltered with FILTER_DEFAULT

20 May 10:53
Compare
Choose a tag to compare
3.5.6

Add Request::getFiltered update README.md

Request::getFilteres macro

20 May 10:09
Compare
Choose a tag to compare
3.5.5

Add Request::getFiltered(string $key, mixed $default = null, string|i…

Improve Builder::with

14 May 17:33
Compare
Choose a tag to compare

Clean BaseModelAttributes.php of unwanted autocomplete functions

06 May 06:02
Compare
Choose a tag to compare
3.5.3

Clean BaseModelAttributes.php of unwanted autocomplete functions

Implement Jsonable to BaseModelFrozenAttributes fix

05 May 15:21
Compare
Choose a tag to compare
3.5.2

Implement Jsonable to BaseModelFrozenAttributes