Commit graph

24 commits

Author SHA1 Message Date
285f64ede6
feat: add support for extractor members 2025-03-22 21:48:50 +01:00
b32ffa3a52
fix: matchArray should not return an error on match failure 2025-03-22 21:46:55 +01:00
183248d7f2
fix: build of writeArray with zig-0.14 2025-03-22 21:45:58 +01:00
32505ed465
feat: more explicit error handling 2025-03-22 21:43:58 +01:00
37021a266b
feat: add support for encoder members 2025-03-22 21:42:24 +01:00
05c594e552 build: update to 0.14.0-dev.3039 2025-02-04 21:05:33 +01:00
53ddddbaa9 Merge branch 'master' into zig-0.14 2025-01-30 18:25:08 +01:00
34b2bf28d9 feat: support matching and extracting enums 2025-01-29 15:32:34 +01:00
f0cf0e7aac feat: add message formatter 2025-01-24 12:42:33 +01:00
d0a05b80f6 build: update to zig-0.14.0-dev.2546 2024-12-21 20:51:51 +01:00
298b2b5e95 feat: make cbor.writeJsonValue public 2024-11-17 22:15:56 +01:00
b8c5be3656 fix: be more conservative with stack space to avoid stack overflows on macos 2024-10-21 18:52:00 +02:00
33a0c4d176 feat: prevent some more json encode/decode errors and clean-up error sets 2024-09-19 20:58:39 +02:00
95d31a7697 feat: use a dynamic buffer to prohibit error.Overflow in jsonScanUntil
Also, clean-up the definition of CborJsonError
2024-09-18 21:29:41 +02:00
ae54c014aa fix: fix windows build of flow 2024-08-31 21:00:43 +02:00
2838ee23e0 feat: add support for floats to cbor 2024-06-25 21:04:51 +02:00
c220c79e97 fix: cbor write of errorsets 2024-04-21 00:26:21 +02:00
71367c963b fix: use correct error type for cbor.writeErrorSet 2024-04-08 21:49:15 +02:00
a1040f0b5c feat: add cbor.toJsonOptsAlloc 2024-04-05 17:26:42 +02:00
2e19486363 feat: add support for cbor extracting to optionals 2024-04-02 23:01:48 +02:00
08dd84ef20 feat: add allocating json encode/decode functions to cbor 2024-04-02 23:01:20 +02:00
9ec12966c1 fix: don't fail to consume input iterator in cbor match more operations 2024-03-21 22:43:34 +01:00
ef742fe069 refactor: use more portable types in cbor matching 2024-02-28 21:02:03 +01:00
025f2983f8 Initial Release 2024-02-08 23:04:55 +01:00