Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

v5.0.0

Compare
Choose a tag to compare
@leplatrem leplatrem released this 14 Apr 10:28
· 470 commits to master since this release
5b8da05

Breaking changes

  • Full rewrite in TypeScript (Thanks @dstaley!)
  • Replace EventEmitter with interface and make it optional (#695)

New features

  • Expose client.endpoints attribute (fixes #641) (#742)
  • export SUPPORTED_PROTOCOL_VERSION and Collection (#705)

Internal changes

  • Run tests in browser using Intern (#715)
  • Remove JSDOM from tests and create polyfilled Node bundle (#700)
  • Remove chai-as-promised and convert tests to async/await (#690)
  • Add response types and emit TypeScript declarations (#643)
  • Add compressed-size-action workflow (#708)