Skip to content

Releases: janpecha/leanmapper-extension

Version 1.0.0

27 Jun 07:10
Compare
Choose a tag to compare
  • required PHP 7.2 or newer
  • required Lean Mapper ^4.0
  • required Nette DI ^3.0 (BC BREAK)
  • fixed compatibility with nette/bootstrap 3.x

Full Changelog: v0.13.3...v1.0.0

Version 0.13.3

27 Jun 07:07
Compare
Choose a tag to compare
  • added support for alternative data structure returned from IRowMappingProvider::getRowFieldMappings()
  • added support for alternative data structure returned from IRowMappingProvider::getRowMultiValueMappings()
  • added support for alternative data structure returned from IStiMappingProvider::getStiMappings()

New data structures are preferred.

Full Changelog: v0.13.2...v0.13.3

Version 0.13.2

27 Jun 07:04
Compare
Choose a tag to compare
  • fixed default value for connection charset to utf8mb4

Full Changelog: v0.13.1...v0.13.2

Version 0.13.1

27 Jun 07:03
Compare
Choose a tag to compare
  • added PHPStan - fixed PHPDoc annotations

Full Changelog: v0.13.0...v0.13.1

Version 0.13.0

27 Jun 07:01
Compare
Choose a tag to compare
  • added support for Lean Mapper 4.x
  • changed default value of option defaultEntityNamespace to Model\Entity (behavior of DefaultMapper changed in Lean Mapper 4.0)

Full Changelog: v0.12.0...v0.13.0

Version 0.12.0

27 Jun 06:59
Compare
Choose a tag to compare
  • added config option prefix for prefix of table names
  • added IStiMappingProvider
  • added IRowMappingProvider
  • changed default value of connection charsetto utf8mb (BC BREAK)
  • changed name of option mapping to entityMapping (BC BREAK)
  • changed type of option mapper to bool (BC BREAK)
  • added option nameMapping (default, camelcase, underscore, default value is camelcase)
  • removed JP\LeanMapperExtension\Mapper, used inlm/mappers:^2.1 instead (BC BREAK)
  • removed auto-registration of repositories (BC BREAK)

Full Changelog: v0.11.0...v0.12.0

Version 0.11.0

27 Jun 06:53
Compare
Choose a tag to compare
  • requires Lean Mapper ^3.0
  • requires Nette DI ^2.4
  • added posibility to disable registration of connection & entity factory
  • changed name of config option entities to mapping (BC BREAK)

Full Changelog: v0.10.0...v0.11.0

Version 0.10.0

27 Jun 06:49
Compare
Choose a tag to compare
  • added posibility to disable mapper registration
  • added posibility to configure charset for connection
  • dropped support for PHP 5.4 & 5.5

Full Changelog: v0.9.2...v0.10.0

Version 0.9.2

29 Apr 17:42
Compare
Choose a tag to compare
  • Composer: added tharos/leanmapper 3.x
  • Composer: updated constraints
  • updated coding-style
  • Travis CI: added PHP 7.1
  • Travis CI: updated
  • Tests: added Makefile

Version 0.9.1

21 Nov 12:02
Compare
Choose a tag to compare
  • minor fixes, typos