Releases: hostnet/accessor-generator-plugin-lib
Releases · hostnet/accessor-generator-plugin-lib
Revert "Ignore traits for non-existing classes"
Revert "Ignore traits for non-existing classes (#56)" (#57) This reverts commit 7f7251d3fcee04c0b1d4ab47158b05f8f1435af1.
Ignore traits for non-existing classes
- Do not try to generate enumerators when the class they are for does not exist.
json_decode always expects a string
Added a (string) cast to prevent phpstan from failing.
composer 2
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
Symfony 5 support and dropped support for Symfony 2 & 3
Fixed undefined variable in some cases
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
5.0.2 throw exception on openssl_open and openssl_seal fails in encryption …
Collection supports filter, not matching
- Collection supports filter, not matching
- Support php 7.2 and higher
4.0.4
Only search among aliases instead of all imports (#44)
Replaced deprecated Twig classes with namespaced variant
Replaced deprecated Twig classes with namespaced variant