4.0.0
Changed
- Export new modules (
keyring
,transaction-types
, andencryption-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.
- The