Commit graph

14 commits

Author SHA1 Message Date
baab48ec3d
refactor: add a large usize write test 2026-03-12 19:49:05 +01:00
42dafe553c
refactor: add a test for json.Value extraction of floats 2026-03-12 19:39:01 +01:00
1ddcaf5e9e
refactor: add a test case for extractAlloc of optional null values 2026-03-12 19:34:51 +01:00
9767e2a21b
refactor: add a test for short reads of floats in skipValue 2026-03-12 19:31:02 +01:00
13f8a698e4
refactor: add a testcase for large negative integer panic 2026-03-12 19:26:09 +01:00
Loris Cro
0708420594 update to zig 0.15 2025-08-20 21:25:09 +02:00
451bc20dde
refactor: add test cases for optional values 2025-08-08 12:45:21 +02:00
Lumor Sunil
3bdf25183e Added struct and union cases in extract and extractAlloc and match (except for structs). Added tests for enums, unions and structs. 2025-07-22 17:18:59 +02:00
6eccce0b98
fix: bit rotten json in cbor.extract_cbor test case 2025-07-15 16:43:31 +02:00
a6174af2ec
feat: initial release of thespian's cbor module as a separate package 2025-03-18 23:06:38 +01:00
d0a05b80f6 build: update to zig-0.14.0-dev.2546 2024-12-21 20:51:51 +01:00
33a0c4d176 feat: prevent some more json encode/decode errors and clean-up error sets 2024-09-19 20:58:39 +02:00
2838ee23e0 feat: add support for floats to cbor 2024-06-25 21:04:51 +02:00
025f2983f8 Initial Release 2024-02-08 23:04:55 +01:00