Skip to content

Latest commit

 

History

History
69 lines (34 loc) · 3.4 KB

File metadata and controls

69 lines (34 loc) · 3.4 KB

Changelog

0.1.8 (2026-02-18)

Bug Fixes

0.1.7 (2025-09-02)

Bug Fixes

0.1.6 (2025-03-14)

Bug Fixes

  • lock cddl version to 0.9.4 in Cargo.toml (#35) (9e84faf)

0.1.5 (2024-03-07)

Bug Fixes

  • missing array as non-primitive type (#27) (19a824b)

0.1.4 (2024-03-07)

Bug Fixes

  • don't use z.lazy for primitive types (#24) (8d2a872)

0.1.3 (2024-01-26)

Features

0.1.2 (2023-11-10)

Features

  • implement occurence across maps and arrays (#17) (0f63307)

0.1.1 (2023-08-21)

Features

Bug Fixes

  • branch name in cargo.toml not found anymore (#1) (256cbfd)
  • implement tuple types (600387d)
  • lock cddl to working revision (41712e6)
  • only create enum for size >= 2 (664eb52)
  • remove unnecessary newline (8e79904)
  • update value representation (f2238c8)