Meteor-Community-Packages / meteor-collection-extensions

Safely and easily extend the (Meteor/Mongo).Collection constructor with custom functionality.
https://packosphere.com/lai/collection-extensions
MIT License
31 stars 14 forks source link

Meteor 3.0 compatibility #26

Open jankapunkt opened 10 months ago

jankapunkt commented 10 months ago

This is the base branch to make this package Meteor 3.0 compatible

Since this is a breaking change, we should also update this package to not define any globals anymore!

jankapunkt commented 10 months ago

I only dropped ongoworks:secrutiy and lai:document-methods as they are out of reach for us. However, I contacted the owners for transfer so we can soon include them back,

harryadel commented 10 months ago

Thanks @jankapunkt

jankapunkt commented 7 months ago

Published 1.0.0-beta300.2

jankapunkt commented 7 months ago

@StorytellerCZ @harryadel tests are fixed and run for 3.x AND 2.x

jankapunkt commented 7 months ago

@harryadel @StorytellerCZ I fixed all tests that crashed due to dependency issues and released 1.0.0-beta300.2 for testing. You can use it in your apps and it should work out well with latest collection2, too!

jankapunkt commented 5 months ago

published 1.0.0-rc300.0 → 3.0-rc.2 compatibility

StorytellerCZ commented 4 months ago

I think just some of the dependencies here need to get final version and then we are ready to go here.