General:
- Update to Feathers V5.
- Rewrite to Typescript and updated test framework.
- Fix error in
sequelizeJoinQuery
where similar join names likeorg_user
anduser
could collide.
Breaking:
- BREAKING - All exported hooks are no longer wrapped in
skipHooks
by default. To reenable to this, use theskipHooks
utility to wrap hooks individually.
joinQuery:
- Now supports nested $and/$or queries
- Adds and defaults
overwrite
option tofalse
- More accurate sorting
- Does not throw error when no results found on
find
method