Meteor-Community-Packages / meteor-collection2

A Meteor package that extends Mongo.Collection to provide support for specifying a schema and then validating against that schema when inserting and updating.
https://packosphere.com/aldeed/collection2
MIT License
1.02k stars 108 forks source link

Make compatible with the new RC #449

Closed harryadel closed 2 months ago

harryadel commented 4 months ago

Updates versionsFrom to use the latest RC instead of the beta release along with a small code fix.

jankapunkt commented 4 months ago

@harryadel do we need another beta after your pushes?

harryadel commented 4 months ago

I sneakily published a new beta :grin:

StorytellerCZ commented 3 months ago

LGTM, just need to update to the latest RC. Also we might need to reconsider error throwing an uncaught error will crash the server in Node 20. This is an issue in many other places as well, so I think we need to figure out a new pattern here I think.