All Versions
52
Latest Version
Avg Release Cycle
19 days
Latest Release
-
Changelog History
Page 4
Changelog History
Page 4
-
v1.2.7 Changes
April 26, 2020 -
v1.2.6 Changes
April 07, 2020zendframework/zend-hydrator
replaced withlaminas/laminas-hydrator
-
v1.2.5 Changes
March 25, 2020- do not load embedded object when parent not loaded
-
v1.2.4 Changes
March 10, 2020- ๐ minor performance optimizations
- all collection promises are Selectable
- โช reverted notNull relation logic by @mishfish
-
v1.2.3 Changes
February 07, 2020- โฌ๏ธ bumped PHPUnit version to 8
- โ removed Travis tests
- โ added GitHub Actions
- suppressed PK introspection on Postgres insert queries
-
v1.2.2 Changes
January 29, 2020- โ added the support for custom default sources, repositories and mappers by @mrakolice
-
v1.2.1 Changes
January 16, 2020- ๐ [bugfix] embedded relations data was loaded with parent entity even when not required
- ๐ simplified query builder creation within joinable loader
- โ added support for callable
load
option (where alternative) for all relations - โ added support for where in all relations
- ๐ code-style changes (optimizations)
-
v1.2.0 Changes
January 13, 2020- ๐ performance optimizations in Node parsers, Select builder, Typecast
- ๐ 33% performance improvement (with updated DBAL)
-
v1.1.18 Changes
November 21, 2019- ๐ป the limit exception is not thrown on joined singular relations
- ๐ Select doc-block improvement (better IDE integration)
-
v1.1.17 Changes
November 07, 2019- ๐ bugfix: invalid target resolution in lazy-loaded many-to-many relations