Skip to content

Releases: r4gus/zbor

0.17.2

30 Mar 21:47
Compare
Choose a tag to compare
fixed error where ArrayBackedSlice writers couldn't be used with seri…

0.17.1

25 Mar 10:52
4d293d6
Compare
Choose a tag to compare

Support for a wider range of Writers thanks to @kj4tmp.

0.17.0

10 Mar 09:57
Compare
Choose a tag to compare
  • The option from_callback has been renamed to ignore_override. This is a breaking change!
  • build.zig and build.zig.zon have been updated for Zig v0.14.0

Use this release in you project:

zig fetch --save https://github.com/r4gus/zbor/archive/refs/tags/0.17.0.tar.gz

0.16.0

26 Jan 12:13
Compare
Choose a tag to compare

Supports Zig version 0.14.0 (to be released soon)

0.15.2

04 Aug 13:02
Compare
Choose a tag to compare

Added build.writeFloat() and isFloat16 isFloat32, isFloat64, getFloat16, getFloat32, and getFloat64.

0.15.1

04 Aug 08:18
Compare
Choose a tag to compare
added writeTrue and writeFalse

0.15.0

04 Jul 13:10
Compare
Choose a tag to compare

Tracking Zig 0.13.0

Hash: 12209a78f8c31b6d65d2249082dc824da4a191f6f7be6a1c1740fc093b765c5ebeea

0.14.1

08 Jun 20:33
Compare
Choose a tag to compare
cose changes

0.14.0

20 May 12:34
Compare
Choose a tag to compare

This library now offers a convenient function named ArrayBackedSlice, which enables you to create a wrapper for an array of any size and type. This wrapper implements the cborStringify and cborParse methods, allowing it to seamlessly replace slices (e.g., []const u8) with an array.

0.13.1

21 Apr 14:35
Compare
Choose a tag to compare

More support for manual serialization.

zig.build.zon:

.dependencies = .{
        .zbor = .{
            .url = "https://github.com/r4gus/zbor/archive/refs/tags/0.13.1.tar.gz",
            .hash = "122051750f4d7ecc9b705f1bbea1d431956306c74dafa4e9b625b11a34fab4c06933",
        },
},