Skip to content

Releases: Zhortein/doctrine-lifecycle-bundle

0.1.3

Choose a tag to compare

@Zhortein Zhortein released this 19 Apr 13:47
0bf5ce1

Included in this release

Fix

  • Change return types for setters in BlameableInterface / BlameableTrait and TimestampableInterface / TimestampableTrait

0.1.2

Choose a tag to compare

@Zhortein Zhortein released this 19 Apr 13:39
3146362

Included in this release

Fix

  • BlameableInterface and BlameableTrait have misalignment in their prototypes returns

Allow doctrine/doctrine-bundle 3.x

Choose a tag to compare

@Zhortein Zhortein released this 19 Apr 13:27
e2f724f

Included in this release

Fixed

  • Added support for DoctrineBundle 3.x in Composer constraints

0.1.0

Choose a tag to compare

@Zhortein Zhortein released this 19 Apr 13:06
bddfeae

Initial public release of the bundle.

Included in this release

  • Initial Symfony bundle structure
  • Timestampable support with createdAt and updatedAt
  • Blameable support with createdByIdentifier and updatedByIdentifier
  • Doctrine listeners based on attributes
  • UTC-based lifecycle timestamp handling
  • PHPUnit tests for Timestampable and Blameable listeners
  • PHPStan, PHP-CS-Fixer and CI setup