Skip to content

Releases: hostnet/entity-mutation-component

Upgrade deprecated actions/cache in workflow to v4

11 Feb 10:28
942c2e4
Compare
Choose a tag to compare

Update phpcs-tool to 9.1.0 with Hostnet-Level-1

02 May 18:23
782a3f9
Compare
Choose a tag to compare
  • Updates phpcs-tool to 9.1.0 with Hostnet-Level-1

Lower required version for doctrine/orm to 2.7.4

16 Aug 10:27
4d81533
Compare
Choose a tag to compare
  • Lowers required version for doctrine/orm

Added php 8 support

12 Jul 09:02
f740420
Compare
Choose a tag to compare
Merge pull request #26 from nutama/php8

added php 8 support

Hotfix missing original entity

10 Aug 10:07
Compare
Choose a tag to compare

Since new entities are send from the PrePersist event, the
unit of work no longer marks them as scheduled for insert. Checking
the original for null will provide you with the same information
in a much more elegant way and fixes the problem of having no
original when using the STRATEGY_COPY_PREVIOUS.

version ^2.0.0 of the entity-tracker-component

09 Aug 09:00
Compare
Choose a tag to compare
  • use version ^2.0.0 of the entity-tracker-component
  • dropped support for php 5.5 and 5.4 since they are EOL
  • phpunit 5.5
  • test against lowest allowed dependencies in travis

PHP 7.0 Compatability

31 Dec 13:51
Compare
Choose a tag to compare

PHP 7.0 Compatability

Stable Release

09 Sep 15:22
Compare
Choose a tag to compare

The first stable release. Changelog compared to the last pre-release tag:

  • Added documentation in README.md
  • Changed license from EPL-1.0 to MIT

0.0.2: Merge pull request #3 from iltar/master

13 Aug 13:21
Compare
Choose a tag to compare
Locked the component to 0.*

Initial Release

12 Aug 15:14
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
Merge pull request #2 from iltar/master

Consistency updated with other component and added missing unit-test