Releases: WalletConnect/walletconnect-monorepo
Releases · WalletConnect/walletconnect-monorepo
v0.6.13
- unit testing
- update package.json scripts
- babelrc config changes
- move
generateKey
to Connector class
- move
parseStandardUri
to eth-parse-uri package
v0.6.12
- Fix symKey type after parsing QR code uri string
v0.6.11
- Rename formatURI to formatWalletConnectURI
- Rename parseURI to parseWalletConnectURI
v0.6.10
- fix internal fetch bridge method headers
v0.6.9
- change target library to UMD
v0.6.8
- remove encryptMessage with typedData
v0.6.7
- move from rollup build to webpack
v0.6.6
- add ajv external package to build config
v0.6.5
- Fix undefined Buffer on browser
- Transpile js-walletconnect-core umd version
- Replace
safe-buffer
dependency with global Buffer
polyfill