Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Releases: spiral-modules/orm

Composer dependencies

23 Nov 11:08
Compare
Choose a tag to compare
  • Update composer dependencies

HAS_ONE nullable relation fix

23 Nov 10:27
aebc8d5
Compare
Choose a tag to compare
  • bugfix of HAS_ONE NULLABLE relation

many_to_many relation bugfix

29 Sep 14:04
Compare
Choose a tag to compare
v1.0.5

Update CHANGELOG.md

v1.0.4

20 Sep 09:24
Compare
Choose a tag to compare
  • proper target branch

v1.0.3

20 Sep 08:11
Compare
Choose a tag to compare
  • bugfix of association of HasOne to already saved record with nullable outer key
  • bugfix of forcing join type of pre-loading
  • readme update

v1.0.2

27 Jul 15:03
Compare
Choose a tag to compare
  • proper handling for custom JOIN method in with() method

v1.0.1

25 Apr 15:04
Compare
Choose a tag to compare
  • Improvements in handling recursive relation sets (see CHANGELOG)

v1.0.0

05 Apr 21:47
Compare
Choose a tag to compare
  • public release

v0.9.9

28 Mar 19:18
Compare
Choose a tag to compare
  • now possible to use 'limit' and 'orderBy' options in HasMany and ManyToMany loaders
  • new Record constant 'ORDER_BY', defines default order for related data (exclude: with-relations)

v0.9.8

16 Mar 14:18
Compare
Choose a tag to compare
  • improved paginator methods in RecordSelector