Skip to content
This repository was archived by the owner on Sep 11, 2026. It is now read-only.

4.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Feb 19:39
· 160 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.