Changelog 0.1.8 (2026-02-18) Bug Fixes upgrade generator to zod v4 (#67) (c80f1fb) 0.1.7 (2025-09-02) Bug Fixes update cddl to 0.10.1 (ea5eaaa) 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 implement Zod array requirements (#20) (6e80283), closes #16 0.1.2 (2023-11-10) Features implement occurence across maps and arrays (#17) (0f63307) 0.1.1 (2023-08-21) Features add support for zod enums (dc5fded) implement zod output (f47c806) initial commit (4468f7d) 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)