Releases: Meteor-Community-Packages/meteor-collection2
Releases · Meteor-Community-Packages/meteor-collection2
3.2.2
- Allow
tmeasday:check-npm-versions
to use version1.0.1
as well
3.2.0
- Added multiple schemas feature
- Updated dependencies
- Updated Meteor version
- Updated tests
3.1.0
- Added pick and omit feature
- Updated dependencies
- Updated tests
- Added GitHub templates for issues and PRs.
2.8.0
2.7.1
- Fixed an issue where an accidental breaking change in SimpleSchema v1.4.0 caused
denyInsert
anddenyUpdate
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
v2.6.0
Even if you skip all validation and cleaning, Collection2 will still do some object parsing that can take a long time for a large document. To bypass this, you can now set the bypassCollection2
option to true
when you call insert
or update
. This works only in server code.
v2.5.0
v2.4.0
v2.3.3
v2.3.2
- Properly set
docId
inautoValue
andcustom
contexts when provided as non-object. (Thanks @FatBoyXPC) - Update SimpleSchema package dependency version