Meteor-Community-Packages / meteor-collection-extensions

Safely and easily extend the (Meteor/Mongo).Collection constructor with custom functionality.

Home Page:https://packosphere.com/lai/collection-extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update README on mongo-collection-instances

dandv opened this issue · comments

I will fork major packages like matb33:collection-hooks, sewdn:collection-behaviours, dburles:mongo-collection-instances, refactor the code to use this utility package

This was already done (thanks, BTW!)

It's not on collection hooks, yet. And sewdn hasn't accepted my PR. I think @zimme might start using it though. Has the collection organization been started yet?

I'm still having trouble making sure that Meteor.users instanceof Mongo.Collection, mainly because of the way the prototype is replaced. I don't know if it's possible to achieve (IE < 10 seem to be having trouble). If you have a clue, how to achieve that, that would be great. And actually, @matb33, if you know how that would great too.

Oops, I meant this was done in mongo-collection-instances.