Skip to content

v3.0.0

Compare
Choose a tag to compare
@Xunnamius Xunnamius released this 17 Dec 14:34
· 551 commits to main since this release
v3.0.0
17e835f

3.0.0 (2021-12-17)

💥 BREAKING CHANGES 💥

  • src: fetch now comes from node-fetch directly instead of isomorphic-unfetch
  • src: exported TestParameters type has been renamed to NtarhParameters

✨ Features

  • package: remove debug dependency (moved into dev-deps) (d3c60cb)
  • src: improved error handling; add support for new rejectOnHandlerError option (68d30da)
  • src: move test-listen functionality into NTARH; remove dependency (15c899a)
  • src: replace isomorphic-unfetch with node-fetch (5a1a2ee)

🧙🏿 Refactored