Commit graph

14 commits

Author SHA1 Message Date
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