Releases: Convex-Dev/convex-api-js
Releases · Convex-Dev/convex-api-js
Release v0.2.12
Release v0.2.11
- can import/export private key from openssl standard encrypted base64 format
- At the moment PEM PKCS8 format not supported
- utils function 'hexToByteArray', 'isHexString', 'wordArrayToByteArray' and 'byteArrayToWordArray' to support the new crypto library
Release v0.2.10
removed cypto, pem-file packages and replaced with @noble/ed25519 and crypto-key-composer
Release V0.2.9
change import of the fs module to be dynamic for client apps
Release v0.2.8
move to cross-fetch
Release v0.2.7
- utils isAccount function, to test if the address number/string/Account is an account object
- API.setupAccount only calls API.autoTopup if the owner account is not provided
- Minor bug fixes and cleanup
Release v0.2.6
- more export of utils
- export Registry class, and access via API object
- Code cleanup and more testing
Release v0.2.5
- Export utils module
- process Account object for toAddress utility
Release v0.2.4
Package maintenance
Release v0.2.3
- Package maintenance