meteor-collection-hooks

Meteor Collection Hooks

MIT License

Stars
657
Committers
32

Bot releases are visible (Hide)

meteor-collection-hooks - v2.0.0-rc.1 Latest Release

Published by StorytellerCZ 3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Meteor-Community-Packages/meteor-collection-hooks/compare/v2.0.0-rc.0...v2.0.0-rc.1

meteor-collection-hooks - v2.0.0-rc.0

Published by StorytellerCZ 3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Meteor-Community-Packages/meteor-collection-hooks/compare/v2.0.0-beta.2...v2.0.0-rc.0

meteor-collection-hooks - v2.0.0-beta.2

Published by StorytellerCZ 3 months ago

meteor-collection-hooks - v1.3.2

Published by StorytellerCZ 3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Meteor-Community-Packages/meteor-collection-hooks/compare/v1.3.1...v1.3.2

meteor-collection-hooks - v2.0.0-beta.1

Published by StorytellerCZ 5 months ago

meteor-collection-hooks - v1.3.1

Published by StorytellerCZ 10 months ago

  • 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: https://github.com/Meteor-Community-Packages/meteor-collection-hooks/compare/v1.3.0...v1.3.1

meteor-collection-hooks - v1.3.0

Published by StorytellerCZ about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Meteor-Community-Packages/meteor-collection-hooks/compare/v1.2.2...v1.3.0

meteor-collection-hooks - v1.2.2

Published by StorytellerCZ over 1 year ago

meteor-collection-hooks - v1.2.1

Published by StorytellerCZ over 1 year ago

  • Revert change in default behavior of getDocs PR @KoenLav
meteor-collection-hooks - v1.2.0

Published by StorytellerCZ almost 2 years ago

meteor-collection-hooks - v1.1.4

Published by StorytellerCZ almost 2 years ago

  • 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
meteor-collection-hooks - v1.1.3

Published by StorytellerCZ about 2 years ago

  • Resolve conflict in Insert with autoform that resulted in lost callback #1710 @cpravetz
  • Added GitHub action to run linter
meteor-collection-hooks - v1.1.1

Published by StorytellerCZ over 2 years ago

  • Added support for MongoDB 5.x => insertOne instead of insert PR @KoenLav
  • Updated dev dependencies
meteor-collection-hooks - v1.1.0

Published by StorytellerCZ over 3 years ago

  • Updated dependencies
  • Compatibility with Meteor 2.3
meteor-collection-hooks - v0.9.1

Published by StorytellerCZ almost 5 years ago

  • 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
meteor-collection-hooks - v0.9.0

Published by StorytellerCZ almost 5 years ago

  • 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
  • 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
  • Add support for the new modifiers $max, $min and $currentDate
  • No longer fetch documents when no hooks are defined
  • Fix conflict with sewdn:collection-behaviours package
  • Updated dependencies and node version in tests
meteor-collection-hooks - v1.0.0

Published by StorytellerCZ almost 5 years ago

  • Modernization of the package
  • BREAKING CHANGE: Minimum required Meteor version is now 1.7.0.5
meteor-collection-hooks - v1.0.1

Published by StorytellerCZ almost 5 years ago

  • Fix bug in upsert hook after.update not returning manipulated fields #258 @SimonSimCity