Skip to content

Releases: cycle/orm

v1.2.3

07 Feb 11:48
Compare
Choose a tag to compare
  • bumped PHPUnit version to 8
  • removed Travis tests
  • added GitHub Actions
  • suppressed PK introspection on Postgres insert queries

v1.2.2

29 Jan 11:42
Compare
Choose a tag to compare
  • added the support for custom default sources, repositories and mappers by @mrakolice

v1.2.1

16 Jan 13:33
72da33a
Compare
Choose a tag to compare
  • [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

13 Jan 14:27
c135a0a
Compare
Choose a tag to compare
  • performance optimizations in Node parsers, Select builder, Typecast
  • 33% performance improvement (with updated DBAL)

v1.1.18

21 Nov 14:00
Compare
Choose a tag to compare
  • the limit exception is not thrown on joined singular relations
  • Select doc-block improvement (better IDE integration)

v1.1.17

07 Nov 14:04
Compare
Choose a tag to compare
  • bugfix: invalid target resolution in lazy-loaded many-to-many relations

v1.1.16

04 Nov 08:24
8f98ebf
Compare
Choose a tag to compare
  • Select methods return type hinted as self instead of $this to improve compatibility with PHPStorm

v1.1.15

02 Oct 10:28
91fb522
Compare
Choose a tag to compare
  • the minimum PHP version is set as 7.2 as stated in the documentation
  • fixed typo THOUGH => THROUGH, old constants marked as deprecated

v1.1.14

24 Sep 12:45
Compare
Choose a tag to compare
  • added shortcut to specify relation load constrains using load option

v1.1.13

24 Sep 09:57
Compare
Choose a tag to compare
  • cyclic relations initialization only applied to non-resolved entity references
  • bugfix: entity columns and relations are no longer altered if entity fetched from database multiple times #33