Skip to content

Commit

Permalink
Update history for 0.9 to make breaking warnings more obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Oct 8, 2019
1 parent 549976c commit 101ec9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 101ec9f

Please sign in to comment.