Skip to content

Releases: hostnet/accessor-generator-plugin-lib

Revert "Ignore traits for non-existing classes"

21 Apr 13:35
a6c3aa0
Compare
Choose a tag to compare
Revert "Ignore traits for non-existing classes (#56)" (#57)

This reverts commit 7f7251d3fcee04c0b1d4ab47158b05f8f1435af1.

Ignore traits for non-existing classes

21 Apr 12:33
7f7251d
Compare
Choose a tag to compare
  • Do not try to generate enumerators when the class they are for does not exist.

json_decode always expects a string

05 Nov 08:20
b8cd91c
Compare
Choose a tag to compare

Added a (string) cast to prevent phpstan from failing.

composer 2

26 Oct 14:50
0654b7a
Compare
Choose a tag to compare
update composer plugin to composer 2 (#53)

Co-authored-by: Michael van Nes <mvannes@hostnet.nl>

Symfony 5 support and dropped support for Symfony 2 & 3

17 Aug 14:00
ce12840
Compare
Choose a tag to compare

Symfony 5 support and dropped support for Symfony 2 & 3

Fixed undefined variable in some cases

23 Apr 08:55
b8bf9ef
Compare
Choose a tag to compare

Fixed undefined variable in some cases where an exception was caught.

This release includes:

  • Removed reference to possibly undefined variable #50

throw exception on openssl_open and openssl_seal fails in encryption properties

22 Jan 08:25
Compare
Choose a tag to compare
5.0.2

throw exception on openssl_open and openssl_seal fails in encryption …

Collection supports filter, not matching

17 Oct 09:40
d3f03c8
Compare
Choose a tag to compare
  • Collection supports filter, not matching
  • Support php 7.2 and higher

4.0.4

22 Aug 11:16
Compare
Choose a tag to compare
Only search among aliases instead of all imports (#44)

Replaced deprecated Twig classes with namespaced variant

25 Mar 10:38
7d14e6a
Compare
Choose a tag to compare

Replaced deprecated Twig classes with namespaced variant