Skip to content

Releases: hostnet/accessor-generator-plugin-lib

Add symfony 6 support

06 Jun 11:43
f7e80aa
Compare
Choose a tag to compare
  • Add sf6 support
  • Add twig:^3.9.0 conflict, preventing unit tests from failing

End php80 support

31 Jan 16:11
3d06b40
Compare
Choose a tag to compare
  • Ends php80 support
  • Updated dependencies to prevent warnings in generated code

Prevent deprecation warning in offsetGet

30 Oct 08:36
048b0a7
Compare
Choose a tag to compare
  • Prevents deprecation warning in offsetGet

Drop PHP 7, support types in the global namespace

26 Jun 11:37
Compare
Choose a tag to compare

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.

Upgrade phpcs-tool to 9.0.0

14 Apr 09:06
67a2a9b
Compare
Choose a tag to compare
  • Upgrades phpcs-tool to 9.0.0

Prevent deprecation warnings

09 Mar 11:12
46bd5e3
Compare
Choose a tag to compare
  • prevents deprecation warnings
  • set allow-plugins

doctrine/dbal:3 compatibility

20 Oct 15:22
5b979a1
Compare
Choose a tag to compare
  • adds doctrine/dbal:3 compatibility

Support nullable type declarations

06 Oct 09:35
a7aad04
Compare
Choose a tag to compare
Merge pull request #68 from svandervlugt/types

Support nullable type declarations

Support type declarations on class properties

23 Sep 13:28
9f108b2
Compare
Choose a tag to compare
  • Supports type declarations on class properties

Conflict with doctrine 2.9.0 and 2.9.1

26 Jul 11:42
54089c0
Compare
Choose a tag to compare
Merge pull request #66 from janlam7/doctrine-29

Conflict with doctrine 2.9.0 and 2.9.1; generates incompatible code