Error to Text Conversion: Added errToText(e) function to convert Error variants into Text strings.
Commit:(914486d)
1.0.0 (2025-02-07)
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.
- Fix hex and boolean/null parsing: Corrected parsing issues for hexadecimal values and boolean (
true,false) andnullvalues.
(e6dd3ee)
0.2.3 (2025-02-03)
0.2.2 (2025-01-18)
- expose Schema, Error, Path and ValidationError Types (e6dd3ee)
- readme changes (bb3db3b)
0.2.1 (2025-01-13)
- update readme (5f74e56)
0.2.0 (2025-01-13)
- intial library functions (0ee5e92)
- intial testing (8e48e13)
- Parser Extension (da8255f)
- Types interface (0874038)
- initial project automation (c3eabd2)
- initial project setup (5cb4799)
- initial project setup (8ae6b1a)
- initial project setup (fc2dbbd)
- initial project setup #3 (1d30c26)
- parser init (0dea0d0)
- update readme (a51f445)