Skip to content

Releases: chirgjin/adonisjs-select-related

v1.2.1

19 Apr 18:06
0438e86
Compare
Choose a tag to compare

1.2.1 (2023-04-19)

  • fix: do not force mixin booting (762509d)
  • fix: make sure the property 'booted' exists (54fc46a)

v1.2.0

01 Apr 18:23
4cfe75a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.3...v1.2.0

v1.1.3

27 Mar 13:49
2a4272d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.3

v1.1.1

10 Jan 19:00
717211e
Compare
Choose a tag to compare

1.1.1 (2023-01-10)

  • fix: accept ...args in mixin constructor (26f9028)

v1.1.0

10 Jan 18:54
da594de
Compare
Choose a tag to compare

1.1.0 (2023-01-10)

  • fix: add instance properties to type (092df33)
  • fix: handle deeply nested relations (0366589)
  • fix: handle when no rows are matched in outer join (cea5284)
  • fix: set relation to empty array for hasMany relations (269359f)
  • fix: use singleton instead of bind (f98fb15)
  • docs: add more examples & explanation (1b5245e)
  • chore: update supported lucid version (f9fe70c)
  • refactor: directly use hooks instead of decorators (86c62b4)
  • refactor: make columnMapping argument optional (939149b)

Tests

This version introduces unit tests for adonisjs-select-related package!

v1.0.4

19 Apr 09:59
c15b561
Compare
Choose a tag to compare

1.0.4 (2022-04-19)

  • docs: update version constraints (17918dd)
  • fix: select related query builder type (17ce854)

v1.0.3

16 Apr 10:41
babb6eb
Compare
Choose a tag to compare

1.0.3 (2022-04-16)

  • chore: install conventional-changelog-cli (00d3082)
  • chore: upgrade lucid version (6f83d14)

v1.0.2

22 Feb 18:35
Compare
Choose a tag to compare

1.0.2 (2022-02-22)

  • chore: add keywords, homepage etc (9029a60)
  • fix: disable select related query builder for models without mixin (21f9e99)
  • docs: add example output (5aace35)
  • docs: add link to example repo (f00b5f3)

v1.0.1

11 Feb 19:41
Compare
Choose a tag to compare

1.0.1 (2022-02-11)

  • fix: add adonis-typings to published files (78c03ce)

v1.0.0

11 Feb 19:14
Compare
Choose a tag to compare

1.0.0 (2022-02-11)

  • docs: add basic description & usage (a68b77c)
  • refactor: move reflect-metadata to dev dependency (0f62c00)
  • chore: add lint-staged pre-commit hook (25dc7da)
  • chore: initial project setup (146eeb2)
  • feat: select related functionality (b7736d3)
  • feat: typings for select related functionality (e925a11)