Skip to content

v1.1.0

Compare
Choose a tag to compare
@craigbeck craigbeck released this 06 Jun 20:44
· 215 commits to master since this release

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.

New Contributors

Full Changelog: v1.0.6...v1.1.0