Skip to content

Releases: r4gus/zbor

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",
        },
},

0.13.0

20 Apr 23:14
Compare
Choose a tag to compare

Migrated from Zig 0.11.0 to 0.12.0.

0.12.3

20 Jan 18:20
Compare
Choose a tag to compare

two bug fixes.

Use this to get started:

// build.zig.zon
.{
    .name = "your-project",
    .version = "0.1.0",

    .dependencies = .{
        .zbor = .{
            .url = "https://github.com/r4gus/zbor/archive/refs/tags/0.12.3.tar.gz",
            .hash = "1220bbea0285a5d555320b00dde5ced378254c8be144d155d8f886ab4a4e9a855881", 
        },
    },
}

0.12.2

03 Dec 12:48
Compare
Choose a tag to compare
// build.zig.zon
.{
    .name = "your-project",
    .version = "0.1.0",

    .dependencies = .{
        .zbor = .{
            .url = "https://github.com/r4gus/zbor/archive/refs/tags/0.12.2.tar.gz",
            .hash = "12206bbb8acbd91940b4e4d5cc2b3ea9c889de0f15b696cacb46c9208dcaa83bf8a6",
        },
    },
}

0.12.1

03 Dec 12:18
Compare
Choose a tag to compare
fixed broken reference