Skip to content

v5.0.0

Compare
Choose a tag to compare
@rolznz rolznz released this 07 Dec 07:11
· 76 commits to master since this release

This release significantly reduces the bundle size by removing the deprecated crypto-js library, removing unnecessary source maps from the build output and replacing browserify with Javascript Modules.

Breaking Changes: Invoice.validatePreimage, nostr.getEventHash are now async methods. In NodeJS you may now also need to set a global crypto object. See the README for more details.

What's Changed

  • feat: remove browserify, crypto-js and source maps by @rolznz in #122

Full Changelog: v4.2.1...v5.0.0