Releases: Demali-876/json
Releases · Demali-876/json
v1.0.0
Release v1.0.0 - Breaking Change: Variant Case Update
Breaking Changes
- Variant Case Update: Changed the casing of variants from
UpperCamelCasetolowerCamelCase.- 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, andfalsevalues to ensure proper JSON compatibility.
⚠️ Upgrade Notes:
If you rely on the previous UpperCamelCase variant structure, make sure to:
- Refactor affected code to match the new
lowerCamelCaseformat. - Review API calls or data manipulations that could be impacted.