Skip to content

Releases: Meteor-Community-Packages/meteor-collection-hooks

v1.2.2

31 Mar 06:19
86847ab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

31 Jan 12:00
fb94439
Compare
Choose a tag to compare
  • Revert change in default behavior of getDocs PR @KoenLav

v1.2.0

31 Dec 03:29
7af7167
Compare
Choose a tag to compare

v1.1.4

31 Dec 03:24
d829bc6
Compare
Choose a tag to compare
  • Fix: Replace and remove functions search indexes before splicing PR @jankapunkt
  • Specify which fields of a document to pull into the before/after update hooks #256 @znewsham
  • Added full CI suite for GitHub PR @jankapunkt

v1.1.3

03 Sep 11:02
Compare
Choose a tag to compare
  • Resolve conflict in Insert with autoform that resulted in lost callback #1710 @cpravetz
  • Added GitHub action to run linter

v1.1.1

26 Mar 07:12
301ef1e
Compare
Choose a tag to compare
  • Added support for MongoDB 5.x => insertOne instead of insert PR @KoenLav
  • Updated dev dependencies

v1.1.0

24 Jun 14:05
Compare
Choose a tag to compare
  • Updated dependencies
  • Compatibility with Meteor 2.3

v1.0.1

23 Nov 05:04
Compare
Choose a tag to compare
  • Fix bug in upsert hook after.update not returning manipulated fields #258 @SimonSimCity

v1.0.0

23 Nov 05:13
69a95ab
Compare
Choose a tag to compare
  • Modernization of the package
  • BREAKING CHANGE: Minimum required Meteor version is now 1.7.0.5

v0.9.1

23 Nov 05:16
Compare
Choose a tag to compare
  • Fixed selector not being able to be modified when String or MongoID is used
  • Add npm prune --production to publication script to prevent addition of dev only packages to the bundle. Fixes issue #246