All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.1.0 - 2023-05-24
- Allow DateTimeInterface in setters instead of just DateTime and DateTimeImmutable
- Update to PHPUnit 10.1
2.0.2 - 2022-06-29
- More documentation and examples
- Changelog
- Translation not being properly removed with setTranslations().
2.0.1 - 2022-06-29
- Translatable behaviour
- More tests
- Github action to automatically run tests
2.0.0 - 2022-06-15
- Timestampable columns createdAt and updatedAt are no longer nullable.
1.0.1 - 2022-05-18
- Timestampable subscriber to automatically add entity listener to timestampable entities.