Skip to content

Releases: RyanFarrah67/Timestampable

2.1.0

14 Jul 14:15
98566db
Compare
Choose a tag to compare
  • create constants in Timestampable annotation class to stock the events the properties can listen to directly in the class
  • the TimestampableSubscriber take a Doctrine\Common\Annotations\Reader implementation instead of an AnnotationReader object

2.0.0

13 Jul 16:55
Compare
Choose a tag to compare

The TimestampableSubscriber take an AnnotationReader object in the constructor instead of creating one in runtime.

  • allow better dependency injection system
  • allow the user to specify his own annotationReader object

1.0.1

08 Jul 19:41
4da49b7
Compare
Choose a tag to compare
  • Correct test mapping paths
  • Ensure that the test for the update date has delay to prevent the update date being the same date as before.
  • Edit .travis.yml to be more specific about the environment targeting

1.0.0

07 Jul 20:45
b0a1321
Compare
Choose a tag to compare

Introduce the stable library.

  • Annotations to make datetime entity properties automatically handled on create or update.