- Add support for
readonlyproperties and classes (#FRAM-168) (#13) - Fix usage of PHP union types in typed properties (#FRAM-171) (#14)
- Fixed the null value should be removed only if set as default on typed properties (#FRAM-72) (#11)
- Fixed the serialization of null value for typed properties. The option
nullis not considered for typed properties (#FRAM-72) (#10).
- Ignore array or object structure notation on
@varannotation - Add checkstyle
- Adding support of virtual property
- Adding support of annotations from JMS serializer
- Adding support of php 7.4 typed properties (#4)
- Fixed usage of builtin type int and bool
- bug #3 Disable inline property when the meta type option is provided
- feature #2 Add the inline option in the metadata builder
- bug #1 Fixes parameters order in MethodAccessor constructor