Skip to content

Version 4.0.0

Choose a tag to compare

@janpecha janpecha released this 02 May 09:33
· 48 commits to develop since this release
  • added PHP 7.1 type hints (BC BREAK)
  • Mapper: added posibility to convert DB values from scalars to objects (support for Value Objects)
  • Entity: methods set() & __set() check value type (BC BREAK)
  • Repository: access to undefined property ($repository->onUnexists[]) throws exception (BC BREAK)
  • Fluent: changed value of static property $masks (uses value from Dibi) (BC BREAK)
  • Result: fixed usage of cleanReferencing/cleanReferenced with FilteringResult
  • Nette DI extension: fixed compatibility with nette/di ^3.0
  • IMapper: getRelationshipColumn() - added parameter $relationshipName (see #77)
  • DefaultMapper: $defaultEntityNamespace is changed by constructor (BC BREAK)
  • added declare(strict_types=1)