Skip to content

Releases: hostnet/entity-mutation-component

Support the Revision attribute, dropping PHP<8.3 support

Choose a tag to compare

@janlam7 janlam7 released this 18 Jun 11:09
4ee0f1f
  • Support the Revision attribute
  • Dropping PHP<8.3 support

Upgrade deprecated actions/cache in workflow to v4

Choose a tag to compare

@StijnKlopper2k StijnKlopper2k released this 11 Feb 10:28
942c2e4

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

Choose a tag to compare

@janlam7 janlam7 released this 02 May 18:23
782a3f9
  • Updates phpcs-tool to 9.1.0 with Hostnet-Level-1

Lower required version for doctrine/orm to 2.7.4

Choose a tag to compare

@janlam7 janlam7 released this 16 Aug 10:27
4d81533
  • Lowers required version for doctrine/orm

Added php 8 support

Choose a tag to compare

@svandervlugt svandervlugt released this 12 Jul 09:02
f740420
Merge pull request #26 from nutama/php8

added php 8 support

Hotfix missing original entity

Choose a tag to compare

@hboomsma hboomsma released this 10 Aug 10:07

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

Choose a tag to compare

@hboomsma hboomsma released this 09 Aug 09:00
  • 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

Choose a tag to compare

@hboomsma hboomsma released this 31 Dec 13:51

PHP 7.0 Compatability

Stable Release

Choose a tag to compare

@linaori linaori released this 09 Sep 15:22

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

Choose a tag to compare

@linaori linaori released this 13 Aug 13:21
Locked the component to 0.*