Meteor-Community-Packages / meteor-collection-hooks

Meteor Collection Hooks

Home Page:https://atmospherejs.com/matb33/collection-hooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support to Meteor 2.8 and Mongo async methods

lubianm opened this issue · comments

Is there already a plan to support Mongo async methods and align the project to the changes being made starting from Meteor 2.8? Rif. meteor/meteor#11505 and meteor/meteor#12028

I'm aware, but I don't know when I'm going to get to it. PRs welcomed!

I actually tried to understand and modify this, in order to get "before" hook working for "insertAsync", but I really don't have a clue where to start. Do i need a new "insertAsync.js" advice?

@StorytellerCZ what about Collection.direct.insertAsync and friends? are there plans to implement this?

@alisnic PRs welcome!