Skip to content

Releases: Convex-Dev/convex-api-js

Release v0.2.12

30 May 03:08
Compare
Choose a tag to compare

Export new util functions

Release v0.2.11

30 May 02:35
Compare
Choose a tag to compare
  • 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

26 May 06:35
Compare
Choose a tag to compare

removed cypto, pem-file packages and replaced with @noble/ed25519 and crypto-key-composer

Release V0.2.9

25 May 13:03
Compare
Choose a tag to compare

change import of the fs module to be dynamic for client apps

Release v0.2.8

25 May 10:36
Compare
Choose a tag to compare

move to cross-fetch

Release v0.2.7

17 May 06:02
Compare
Choose a tag to compare
  • 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

17 May 02:03
Compare
Choose a tag to compare
  • more export of utils
  • export Registry class, and access via API object
  • Code cleanup and more testing

Release v0.2.5

12 May 08:42
Compare
Choose a tag to compare
  • Export utils module
  • process Account object for toAddress utility

Release v0.2.4

12 May 01:42
Compare
Choose a tag to compare

Package maintenance

Release v0.2.3

12 May 01:09
Compare
Choose a tag to compare
  • Package maintenance