Skip to content

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

v1.3.1

30 Dec 14:31
2c11fa1
Compare
Choose a tag to compare
  • Updated zodern:types to v1.0.10
  • Meteor 3.0-beta.0 is now a supported version, but not functionality wise (need to upgrade count functions in code)

Full Changelog: v1.3.0...v1.3.1

v1.3.0

23 Sep 13:08
f7913d5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.3.0

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