Skip to content

Releases: Demali-876/json

v1.0.0

07 Feb 23:56
914486d

Choose a tag to compare

Release v1.0.0 - Breaking Change: Variant Case Update

Breaking Changes

  • Variant Case Update: Changed the casing of variants from UpperCamelCase to lowerCamelCase.
    • Impact: This change affects all APIs relying on the previous casing format. Please update your code to reflect the new casing to avoid compatibility issues.

Bug Fixes

  • Fixed Hex Parsing: Resolved issues with hexadecimal parsing for more accurate data handling.
  • Improved Boolean & Null Parsing: Fixed bugs related to null, true, and false values to ensure proper JSON compatibility.

⚠️Upgrade Notes:

If you rely on the previous UpperCamelCase variant structure, make sure to:

  1. Refactor affected code to match the new lowerCamelCase format.
  2. Review API calls or data manipulations that could be impacted.

v0.2.3

03 Feb 22:07
08a6913

Choose a tag to compare

0.2.3 (2025-02-03)

Documentation

v0.2.2

18 Jan 20:04
a0fac20

Choose a tag to compare

0.2.2 (2025-01-18)

Bug Fixes

  • expose Schema, Error, Path and ValidationError Types (e6dd3ee)

Documentation

v0.2.1

13 Jan 20:29
1bb33ea

Choose a tag to compare

0.2.1 (2025-01-13)

Documentation

v0.2.0

13 Jan 20:05
1212338

Choose a tag to compare

0.2.0 (2025-01-13)

Features

v0.1.0

13 Jan 02:11
f543afc

Choose a tag to compare

0.1.0 (2025-01-13)

Features

Documentation