Skip to content

Releases: somnambulist-tech/read-models

4.1.0 Updates for doctine/dbal 4.0

03 Mar 01:57
Compare
Choose a tag to compare

This release requires doctrine/dbal 4.0+

4.0.0: Require PHP 8.1+

19 Jan 22:19
Compare
Choose a tag to compare

Require PHP 8.1+
Updated dependencies
Removal of deprecated method calls
Renamed with() method to include()

3.1.0: Minor cleanup and bug fixes

27 Oct 18:40
Compare
Choose a tag to compare
Deprecated passing array as arg to with
Add more PHP8 code features

3.0.0

21 Jan 20:26
Compare
Choose a tag to compare

Support PHP 8

2.1.0

17 Sep 15:06
Compare
Choose a tag to compare

Add support for custom collections

2.0.0

07 Sep 20:26
Compare
Choose a tag to compare

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

07 Sep 20:09
Compare
Choose a tag to compare
Fix getParameter* method pass through return values

1.2.4

24 Jun 15:06
Compare
Choose a tag to compare
Fix compatibility issue with pagerfanta

1.1.0

06 Dec 19:32
Compare
Choose a tag to compare

Adds findBy, findOneBy, fetchFirstOrNull to ModelBuilder

First stable release

22 Jul 19:11
Compare
Choose a tag to compare

This is the first stable release after testing in several projects.