Commit graph

16 commits

Author SHA1 Message Date
db3ad5f45e
feat: support matching and extracting enums 2025-01-29 15:32:34 +01:00
d884d8ba59
feat: add message formatter 2025-01-24 12:42:33 +01:00
394b434169
feat: make cbor.writeJsonValue public 2024-11-17 22:15:56 +01:00
d7dd271163 fix: be more conservative with stack space to avoid stack overflows on macos 2024-10-21 18:52:00 +02:00
6e65fa623a
feat: prevent some more json encode/decode errors and clean-up error sets 2024-09-19 20:58:39 +02:00
06ff2a148c
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
09519fb5b0
fix: fix windows build of flow 2024-08-31 21:00:43 +02:00
3ace316308 feat: add support for floats to cbor 2024-06-25 21:04:51 +02:00
e5983cdc8f fix: cbor write of errorsets 2024-04-21 00:26:21 +02:00
340d488e81 fix: use correct error type for cbor.writeErrorSet 2024-04-08 21:49:15 +02:00
1ce0e4f709 feat: add cbor.toJsonOptsAlloc 2024-04-05 17:26:42 +02:00
1a769c056a feat: add support for cbor extracting to optionals 2024-04-02 23:01:48 +02:00
d159ba0632 feat: add allocating json encode/decode functions to cbor 2024-04-02 23:01:20 +02:00
d20e071a4d fix: don't fail to consume input iterator in cbor match more operations 2024-03-21 22:43:34 +01:00
522813dae1 refactor: use more portable types in cbor matching 2024-02-28 21:02:03 +01:00
5a00e06cb9 Initial Release 2024-02-08 23:04:55 +01:00