Releases: chirgjin/adonisjs-select-related
Releases · chirgjin/adonisjs-select-related
v1.2.1
v1.2.0
What's Changed
- feat: add relationship types by @Melchyore in #5
New Contributors
- @Melchyore made their first contribution in #5
Full Changelog: v1.1.3...v1.2.0
v1.1.3
v1.1.1
v1.1.0
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!