Releases: Meteor-Community-Packages/meteor-collection-hooks
Releases · Meteor-Community-Packages/meteor-collection-hooks
v0.9.0
- BREAKING CHANGE: Minimum required Meteor version is now 1.6.1
- Fix unsafe
selector
inbefore.find
andbefore.findOne
when called without arguments. This is potentially a BREAKING CHANGE for those who are relying on the current behavior ofselector
inbefore.find
andbefore.findOne
- Align return values with original methods when a hook returns
false
- Always run
find
hooks when fetching documents forupdate
,upsert
andremove
hooks - Add support for update/upsert hooks to run on a different selector based on custom options when used together with a find hook that manipulates the selector based on custom options
- Fix Meteor.publish override, the previous override resulted in false positives of autopublish warning
- Use spacejam for headless testing, will make headless testing work locally
- Add support for the new modifiers $max, $min and $currentDate
- No longer fetch documents when no hooks are defined
- Fix conflict with sewdn:collection-behaviours package
- Updated dependencies and node version in tests