Sewdn / meteor-collection-behaviours

Extends Meteor.Collection with behaviour patterns using CollectionHooks
90 stars 15 forks source link

Needs to be migrated to use Mongo.Collection #15

Open SharpenedSpoon opened 10 years ago

SharpenedSpoon commented 10 years ago

I think this happened in a very recent update, but I just started building a new app with Meteor 0.9.3 - a console message suggested I use "Mongo.Collection" instead of "Meteor.Collection", but doing so is incompatible with the collection behaviours. I bet they are going for Mongo instead of Meteor for v1.0?

Also, this is one of my favorite packages :)

Sewdn commented 9 years ago

On it!

rjakobsson commented 9 years ago

Hi Sewdn! Very nice package. Looking forward to the update, great work!