Skip to content

Released version 3.2.0

Choose a tag to compare

@janpecha janpecha released this 01 May 18:00
· 152 commits to develop since this release
  • added support for nested brackets in flag values (for example m:default(array())) (#122)

  • combination of m:default and "equation syntax" ($property = value) throws exception (#122)

  • values in flag m:default are converted to correct datatype (#122)

  • bugfix - m:default wasn't marked as default value ($property->hasDefaultValue() was returning false) (#119)

  • fixed datatype changes in passThru setters (#117, #118)

  • 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 null to nullable property with m:enum flag (#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 example m:flag-name) (#107)

  • m:enum supports unprefixed constants (SomeClass::*) (#100)