Skip to content

4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 19:39
· 105 commits to main since this release
69dd9dd

Changed

  • Export new modules (keyring, transaction-types, and encryption-types) (#86)
  • BREAKING: Improve JSON validation (#85)
    • Fixes edge cases in our JSON validation logic.
    • The previous function used for JSON validation (validateJsonAndGetSize) was removed.
      • The isValidJson function now uses the new JSON validation logic.
      • To get the size of a JSON value, you can use the getJsonSize function.