Skip to content

Releases: softprops/zig-bson

v0.1.4

01 Aug 23:20

Choose a tag to compare

  • Update RawBson.into to return a fully copy of the data to avoid issues with callers deinitializing the underlying data.

v0.1.3

07 Jul 03:13

Choose a tag to compare

  • correct RawBson.into issue with optional typed fields when present

v0.1.2

03 Jul 05:34

Choose a tag to compare

  • add RawBson.{into,from} to support converting RawBson to and from custom types
  • add Reader.readInto and Writer.writeFrom to support adapting to custom types
  • introduce bson.Owned type which Reader now returns. this allows returned bson to outlive the Reader instance that produced it

v0.1.1

07 Jun 16:31

Choose a tag to compare

Upgrade to zig 0.13.0. No breaking changes.

v0.1.0

05 Jun 21:27

Choose a tag to compare

  • basic read/write functionality works