diff --git a/History.md b/History.md index 3ea3adc..66a6c13 100644 --- a/History.md +++ b/History.md @@ -1,9 +1,9 @@ ## v0.9.0 -* BREAKING: Minimum required Meteor version is now 1.6.1 +* BREAKING CHANGE: Minimum required Meteor version is now 1.6.1 +* Fix unsafe `selector` in `before.find` and `before.findOne` when called without arguments. This is potentially a *BREAKING CHANGE* for those who are relying on the current behavior of `selector` in `before.find` and `before.findOne` * Align return values with original methods when a hook returns `false` * Always run `find` hooks when fetching documents for `update`, `upsert` and `remove` hooks -* Fix unsafe `selector` in `before.find` and `before.findOne` when called without arguments. This is potentially a *breaking change* for those who are relying on the current behavior of `selector` in `before.find` and `before.findOne` * 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