Releases: somnambulist-tech/read-models
Releases · somnambulist-tech/read-models
4.1.0 Updates for doctine/dbal 4.0
This release requires doctrine/dbal 4.0+
4.0.0: Require PHP 8.1+
Require PHP 8.1+
Updated dependencies
Removal of deprecated method calls
Renamed with()
method to include()
3.1.0: Minor cleanup and bug fixes
Deprecated passing array as arg to with Add more PHP8 code features
3.0.0
Support PHP 8
2.1.0
Add support for custom collections
2.0.0
Major first release of the 2.X series
There are many BC breaks and API changes. Please read the upgrade docs in the docs folder.
A quick summary of changes:
- Change of namespace to Somnambulist\Components\ReadModels
- Removal of static configuration from Model
- Creation of a Manager for setting up model connections
- Pluggable type casting (replaces embeds), everything is a castable
- Many internal tweaks
1.4.1
Fix getParameter* method pass through return values
1.2.4
Fix compatibility issue with pagerfanta
1.1.0
Adds findBy, findOneBy, fetchFirstOrNull to ModelBuilder
First stable release
This is the first stable release after testing in several projects.