Releases: bearframework/models-addon
Releases · bearframework/models-addon
v1.8.0
06 Dec 22:49
Compare
Sorry, something went wrong.
No results found
v1.7.0
05 Jan 00:28
Compare
Sorry, something went wrong.
No results found
New:
Add PHP 8.4 support. Remove PHP 7.* support.
v1.6.0
13 Feb 20:37
Compare
Sorry, something went wrong.
No results found
New:
Add support for adding read-only items via addSource().
v1.5.0
02 Nov 21:12
Compare
Sorry, something went wrong.
No results found
New:
Add support for PHP 8.2 and PHP 8.3.
v1.4.1
13 Oct 09:57
Compare
Sorry, something went wrong.
No results found
v1.4.0
06 Apr 19:36
Compare
Sorry, something went wrong.
No results found
New:
Add ModelsRepositoryCreateTrait with add(), generateID() and setIDGenerator().
Add 'ignoreReadonlyProperties' and 'properties' options to the repository's toArray() and toJSON() methods.
Changed:
Exclude model's readonly properties from the saved value.
v1.3.0
29 Nov 16:43
Compare
Sorry, something went wrong.
No results found
v1.2.0
11 Aug 16:21
Compare
Sorry, something went wrong.
No results found
The deleteAll() method now calls delete() for each model.
v1.1.1
08 Aug 20:14
Compare
Sorry, something went wrong.
No results found
Remove the add() method (added in v1.1.0), because it breaks others classes that may have defined it.
v1.1.0
11 Jul 08:52
Compare
Sorry, something went wrong.
No results found
Add repository->add() method.
Add dataKeyCallback to the AppDataDriver to customize data keys.
Fix for an edge case.