Skip to content

Releases: hostnet/accessor-generator-plugin-lib

Deprecate annotations in favor of PHP attributues

Choose a tag to compare

@janlam7 janlam7 released this 03 Jun 12:11
5d83909
  • Deprecates annotations in favor of PHP attributues
  • Drops PHP 8.1 and 8.2 support, supporting PHP 8.3 and PHP 8.4

Fallback logic for decryption in generated getters

Choose a tag to compare

@FlorisTurkenburg FlorisTurkenburg released this 15 Sep 10:59
934ef35
Added fallback logic to decryption in generated getters (#82)

* HNB-2686 Added fallback logic to decryption in generated getters

* Updated README

* added disclaimer

Upgrade deprecated actions/cache to v4

Choose a tag to compare

@StijnKlopper2k StijnKlopper2k released this 11 Feb 09:44
929599b

Twig 3.15 compatibility

Choose a tag to compare

@janlam7 janlam7 released this 18 Nov 11:03
ace2e02
  • updated unittest, NameExpression got deprecated

Fixed twig 3.12 deprecations

Choose a tag to compare

@nutama nutama released this 15 Nov 12:50

Fixed twig 3.12 deprecations

Compatibility with Twig 3.9+

Choose a tag to compare

@nutama nutama released this 14 Jun 10:39

Rewrite PerLineNode to be compatible with new internals of twig 3.9. No longers support < 3.9

Add symfony 6 support

Choose a tag to compare

@janlam7 janlam7 released this 06 Jun 11:43
f7e80aa
  • Add sf6 support
  • Add twig:^3.9.0 conflict, preventing unit tests from failing

End php80 support

Choose a tag to compare

@janlam7 janlam7 released this 31 Jan 16:11
3d06b40
  • Ends php80 support
  • Updated dependencies to prevent warnings in generated code

Prevent deprecation warning in offsetGet

Choose a tag to compare

@janlam7 janlam7 released this 30 Oct 08:36
048b0a7
  • Prevents deprecation warning in offsetGet

Drop PHP 7, support types in the global namespace

Choose a tag to compare

@svandervlugt svandervlugt released this 26 Jun 11:37

What's Changed

Full Changelog: 5.0.19...6.0.0

Be aware that this might generate code that was not generated before, due to ignoring properties with \DateTime and such as typehints.