Skip to content

2.0.0

Compare
Choose a tag to compare
@dave-redfern dave-redfern released this 07 Sep 20:26
· 25 commits to master since this release

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