Skip to content

Releases: marshallswain/feathers-graph-populate

v5.0.0-1

04 Mar 07:49
Compare
Choose a tag to compare
v5.0.0-1 Pre-release
Pre-release
  • fix: cjs/esm extensions changed in tsup 38868fa

v5.0.0-0...v5.0.0-1

v5.0.0-0

03 Mar 19:58
Compare
Choose a tag to compare
v5.0.0-0 Pre-release
Pre-release
  • chore: drop node 18 & ts esm add extensions to imports 7597856
  • chore: downgrade typescript to 5.7 196459d
  • fix: type errors d7dc7f7
  • chore: update package-lock & ci 7e5cf92
  • feat: set null/empty array on null/undefined and skip find 92c803e

v4.2.0...v5.0.0-0

v4.2.0

19 Jan 19:04
Compare
Choose a tag to compare

What's Changed

  • feat: allowUnnamedQueryForExternal for service/app & docs - migrate to vitepress by @fratzinger in #63

Full Changelog: v4.1.0...v4.2.0

v4.1.0

22 Sep 14:11
Compare
Choose a tag to compare

v4.0.1...v4.1.0

v4.0.1

22 Sep 12:51
Compare
Choose a tag to compare
  • chore: add peerDep & update dependencies 4497976

v4.0.0...v4.0.1

Dove 🎉

17 Mar 15:04
Compare
Choose a tag to compare

v3.0.1...v4.0.0

Fix issue with single populate with `null` key

30 Apr 19:13
Compare
Choose a tag to compare

Graph-Populate hooks

08 Apr 02:05
Compare
Choose a tag to compare

This release adds hooks as described here: #23

Many thanks to @fratzinger for his contributions to feathers-graph-populate and feathers-shallow-populate.

🎁 Customize the params object

30 Sep 23:21
Compare
Choose a tag to compare

Thanks to work by @fratzinger, you can now more easily utilize the params object to customize queries.

Mattchewone/feathers-shallow-populate#16