jedireza / mongo-models

:package: Map JavaScript classes to MongoDB collections
MIT License
67 stars 28 forks source link

v2.x.x Release Notes #30

Closed jedireza closed 5 years ago

jedireza commented 6 years ago

2.x.x is a significant change to the API. We've moved away from callbacks and are exclusively using async/await. The most important changes to be aware of are:

It's very possible that I've not mentioned something important that changed. Please mention anything you think should be clarified.