v1.1.0
What's Changed
- Support sharedb@4 by @craigbeck in #298
- sharedb@4 drops official Node.js v14 support but has no actual breaking changes, so Racer is unaffected.
- Add
*Promised
versions of callback-based methods by @craigbeck in #299- The vast majority of promisified methods return
Promise<void>
, which resolves with no value. - Note that, when using a promisified method, the returned Promise should be consumed to avoid unhandled promise rejections. A
model.on('error', ...)
handler will not handle errors coming from promisified methods.
- The vast majority of promisified methods return
New Contributors
- @craigbeck made their first contribution in #298
Full Changelog: v1.0.6...v1.1.0