Skip to content

Commit

Permalink
Publish 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aldeed committed Dec 23, 2015
1 parent 8d8451a commit 8d904c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aldeed:[email protected].0
aldeed:simple-schema@1.3.2
aldeed:[email protected].1
aldeed:simple-schema@1.5.3
[email protected]_1
[email protected]
[email protected]
Expand All @@ -23,8 +23,9 @@ [email protected]
[email protected]
[email protected]
[email protected]
local-test:aldeed:[email protected].0
local-test:aldeed:[email protected].1
[email protected]
mdg:[email protected]
[email protected]
[email protected]
[email protected]
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ A smart package for Meteor that extends Mongo.Collection to provide support for

## Change Log

### 2.7.1

* Fixed an issue where an accidental breaking change in SimpleSchema v1.4.0 caused `denyInsert` and `denyUpdate` to stop working. If using SimpleSchema v1.4.0 or higher, be sure to use Collection2 v2.7.1 or higher.
* Fix upsert validation when `_id` is required in the schema
* Throw a clearer error for when all keys are removed from the document or modifier during filter cleaning

### 2.7.0

In preparation for splitting some features into separate packages, a `Collection2` object is now exported and emits a 'schema.attached' event whenever a schema is attached to a collection.
Expand Down

0 comments on commit 8d904c2

Please sign in to comment.