Releases: toon-format/spec
Releases · toon-format/spec
v3.0.1
No significant changes
View changes on GitHub
v3.0.0
🚀 Features
- spec: V3: standardized encoding for list-item objects - by @johannschopplich (0bd6c)
View changes on GitHub
v2.1.0
🚀 Features
- spec: Parse nested tabular arrays in list items with bare hyphen - by @johannschopplich (a5c25)
View changes on GitHub
v2.0.1
🚀 Features
- tests: Add test case for root-level, mixed-format arrays toon-format/toon#202 - by @johannschopplich (23266)
View changes on GitHub
v2.0.0
🚨 Breaking Changes
- Remove optional length marker option
[#N]in favor of[N]- by @johannschopplich (2d115)
View changes on GitHub
v1.5.2
No significant changes
View changes on GitHub
v1.5.1
🐞 Bug Fixes
- tests: Folded chains to preserve sibling field order case - by @johannschopplich (e144b)
View changes on GitHub
v1.5.0
🚀 Features
- examples: Add new TOON examples for key folding and path expansion - by @johannschopplich (3c7e1)
- spec: Key folding & path expansion (closes #4, #5) - by @johannschopplich in #4 and #5 (c90d3)
View changes on GitHub
v1.4.0
🚀 Features
- spec:
- V1.4 draft - by @johannschopplich (cebf2)
- tests:
- Cases for parsing exponent notation in primitive values - by @johannschopplich (a0877)
- Add more number tests - by @johannschopplich (c0473)
- Custom indent option test - by @johannschopplich (4af32)
🐞 Bug Fixes
- tests:
- Remove obsolete test case for tab indentation in strict mode - by @johannschopplich (2989f)
- Move JavaScript-specific tests to dedicated repo - by @johannschopplich (3d726)
View changes on GitHub
v1.3.3
🚀 Features
- tests: Add test case for parsing list arrays with deeply nested objects - by @johannschopplich (99cc1)