Released version 3.2.0
-
added support for nested brackets in flag values (for example
m:default(array())) (#122) -
combination of
m:defaultand "equation syntax" ($property = value) throws exception (#122) -
values in flag
m:defaultare converted to correct datatype (#122) -
bugfix -
m:defaultwasn't marked as default value ($property->hasDefaultValue()was returningfalse) (#119) -
fixed generating of complex SQL queries for UNION strategy (#109)
-
fixed bug when Lean Mapper was using setters and getters with visibility
private&protected(#97) -
fixed assign of
nullto nullable property withm:enumflag (#116) -
PostgreSQL - fixed bug while calling of
$entity->removeFromX()(#114) -
improved detection of properties with duplicated name (#104)
-
added support for dash (
-) in flag names (for examplem:flag-name) (#107) -
m:enumsupports unprefixed constants (SomeClass::*) (#100)