0.8.0 (2024-07-24)
0.7.0 (2024-07-04)
- add
AR::make()
method (a5a37fe) - unfinalize
ActiveQuery::__construct()
andActiveRepository::__construct()
; (ad7c0de) - update
ActiveRepository
to have all the necessary methods; add examples (1031c38)
- Andrij's Jul 3 changes [19] (9dbb0f7)
- Andrij's Jul 3 changes [20] (b52b819)
- docs: fix link [23] (fcc8b4c)
- minor fixes in docs [21] (3cb2bc0)
0.6.0 (2024-06-11)
- ActiveQuery: orm is available as protected property of class (92c65f4)
- rename active record method (find => findByPK); add type annotations (58d85ca)
- rename active repository methods; add type annotations (485848b)
- psalm failure and markdown failure with docs dir (956618d)
- use self accessor, as test classes are final (b0b0eb1)
- add initial CONTRIBUTING.md (6e5cf81)
- No subject [13] (9f4b397)
- No subject [16] (7cc6ab3)
- update CONTRIBUTING.md guidelines (409cf4e)
0.5.0 (2024-05-05)
- ActiveQuery PoC (502fa02)
- Add ActiveRepository draft (35e496b)
- add repository method for active-record class (b3aef78)
- set repository namespace from wayofdev to cycle (918a1df)
- use ActiveQuery class in ActiveRecord (350b9f5)
0.4.0 (2024-05-03)
- use custom exceptions (e18df6d)
0.3.0 (2024-05-03)
- add delete entity method (8be8e30)
- add persist method and tests (abd9ff1)
- add remove method (4d2843c)
- allow to save entities (ffdd41a)
0.2.1 (2024-05-02)
0.2.0 (2024-05-02)
- failing static facade tests (6f72a44)
- laravel service provider (9a0de71)
- phpstan errors on level 5 (9a0de71)
- psalm and infection checks (ba78f31)
- require dependencies (d88008e)
- add initial readme (25fd256)
- readme updates (5f83cfc)
- update readme (0cb8374)
- update readme (9aebaff)
- require laravel support package as dev package (908ace0)