Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Latest commit

 

History

History
42 lines (33 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

42 lines (33 loc) · 1.46 KB

Changelog

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

Changed

  • Allow DateTimeInterface in setters instead of just DateTime and DateTimeImmutable
  • Update to PHPUnit 10.1

2.0.2 - 2022-06-29

Added

  • More documentation and examples
  • Changelog

Fixed

  • Translation not being properly removed with setTranslations().

2.0.1 - 2022-06-29

Added

  • Translatable behaviour
  • More tests
  • Github action to automatically run tests

2.0.0 - 2022-06-15

Changed

  • Timestampable columns createdAt and updatedAt are no longer nullable.

1.0.1 - 2022-05-18

Added

  • Timestampable subscriber to automatically add entity listener to timestampable entities.