Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Release v2.0.0-beta.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@jpwilliams jpwilliams released this 18 Jul 12:43
· 212 commits to master since this release

New features

  • ✨ Add timeout property to request options, allowing clients the ability to specify a particular timeout for their call: 4d1b605

Bug fixes

  • 🐛 Do not try to require non-existant files: 3ea3d4b

Generic changes

  • 🚿 Pull alias assignment out of a separate JSON file and do it in-file for clarity: 545093d
  • ♿ Add publish and requestOne aliases to emissions and requests respectively so as to make an easy transition from NATS: ee1d15e
  • 🔧 Add package-lock.json file for locked-in npm modules: bad3927