Releases: anweiss/cddl
Releases · anweiss/cddl
0.9.4
0.9.3
0.9.2
NOTE: THIS VERSION HAS BEEN PULLED DUE TO CLI BINARY ISSUES. PLEASE USE THE 0.9.4
RELEASE GOING FORWARD
What's Changed
- Update CI and fix wasm build flags (#206) @anweiss
- Fix CBOR tag validation in arrays (#203) @anweiss
- Implement basic deferred parsing - Part 2 (#202) @jrandolf
- Fix type choice array validation errors (#201) @anweiss
- Implement basic deferred parsing (#200) @jrandolf
- Implement primitive typenames (#194) @jrandolf
- Update itertools requirement from 0.10.1 to 0.11.0 (#195) @dependabot
- Fix abnfb control validation bug (#191) @anweiss
- Update deps with data-encoding crate (#187) @anweiss
- Fix tdate and time tag validation issues (#186) @anweiss
- Cleanup cddl::validate (#185) @anweiss
0.9.1
What's Changed
- Fix issue parsing type rule with parenthesized type and operator (#156) @anweiss
- AST parent pointer implementation (#147) @anweiss
- Fix whitespace bug in arrowmap keys (#155) @anweiss
- change error message on mismatched socket and assignment types (#153) @carl-wallace
- Fix int parsing error in wasm (#152) @anweiss
- Fix CBOR validation regression (#149) @anweiss
- Add a CI general argument to trigger failure when files are not found (#144) @hansl
- Root type for validation (#143) @anweiss
- Fix optional field validation bug (#142) @anweiss
0.9.0
What's Changed
- Exact occurrence validation for object entries (#138) @anweiss
- Fix group comments (#133) @SebastienGllmt
- Fix AST parsing for comments (#132) @SebastienGllmt
- Bump MSRV (#135) @anweiss
- Fix size control validation errors (#127) @anweiss
- Fix group and type choice parsing and validation errors (#121) @anweiss
- Fix type choice in array error collection logic (#117) @anweiss
- API improvements (#115) @anweiss
- Implementation of additional proposed control operators and wasm bindings for validator (#79) @anweiss
0.9.0-beta.1
What's Changed
- Doc updates and tuple enhancements (#112) @anweiss
- Make some fixes needed to make commands work (#100) @itamarst
- Parser fixes for parenthesized groups (#102) @anweiss
- Replace serde_cbor with ciborium (#95) @anweiss
- Split parser tests module into a separate file (#94) @anweiss
- Invalidate specs with identifiers that reference missing rule definitions (#93) @anweiss