Skip to content

Latest commit

 

History

History
72 lines (40 loc) · 3.28 KB

File metadata and controls

72 lines (40 loc) · 3.28 KB

Changelog

1.1.1 (2025-02-07)

New Feature

Error to Text Conversion: Added errToText(e) function to convert Error variants into Text strings. Commit:(914486d)

1.0.0 (2025-02-07)

Breaking Changes

Variant Case Update: Changed the casing of variants from UpperCamelCase to lowerCamelCase.
(914486d)

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

  • Fix hex and boolean/null parsing: Corrected parsing issues for hexadecimal values and boolean (true, false) and null values.
    (e6dd3ee)

0.2.3 (2025-02-03)

Documentation

0.2.2 (2025-01-18)

Bug Fixes

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

Documentation

0.2.1 (2025-01-13)

Documentation

0.2.0 (2025-01-13)

Features

0.1.0 (2025-01-13)

Features

Documentation