Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
What's New - 🦄 `async`/`await` API for all public methods - 🚀 Return {*Promise*} from tasks instead of calling `ready()` Major Changes -⚠️ Drop support for callbacks -⚠️ Renamed private methods for clarity -⚠️ Renamed methods of "Adapter" API for clarity -⚠️ `opts.adapter` now expects instance of the *StorageAdapter*, *was: Class of StorageAdapter* -⚠️ Moved `opts.prefix` and `opts.resetOnInit` to StorageAdapter's constructor -⚠️ Moved storage-related options `opts.client`, `opts.db`, and `lockCollectionName` to StorageAdapter's constructor Changes - ✨ New options {object} accepted by `new RedisAdapter({})` - ✨ New options {object} accepted by `new MongoAdapter({})` - 👨🔬 Refactored tests for the new async/await API - 👨🔬 Refactored Meteor.js test-suite for the new async/await API - 📔 Updated documentation - 📔 Updated custom adapter documentation
- Loading branch information