Releases: softprops/zig-bson
Releases Β· softprops/zig-bson
v0.1.4
01 Aug 23:20
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
correct RawBson.into issue with optional typed fields when present
v0.1.2
03 Jul 05:34
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Upgrade to zig 0.13.0. No breaking changes.
v0.1.0
05 Jun 21:27
Compare
Sorry, something went wrong.
No results found
basic read/write functionality works