Skip to content

3.0.0

Compare
Choose a tag to compare
@hrach hrach released this 21 Feb 23:59

This is new major 3.0.0 version. 🎉 🍰 🥇 💯

Read a release blogpost.

What's new:

  • PHP 7.0+ code; added types, support for PHP 7.2;
  • model: added IModel::clear() method;
  • model: added IModel::refreshAll() method;
  • collection: added OR operator support;
  • collection: added custom functions allowing advanced modification of ICollection;
  • entity: added DateTimeImmutable support;
  • entity: fixed a lot of issues between relationships, their caching, and persistence;
  • added MS SQL support;
  • dropped support for DateTime (BC break!);

We have introduced many small and some larger BC breaks, read Upgrade notes for 3.0.

See full commit changelog.