Skip to content

Releases: irifrance/dbc

io compatibility

30 May 00:29

Choose a tag to compare

io compatibility Pre-release
Pre-release

This release removes the dependency on bb, using only io.Byte{Reader/Writer}

It is a little bit faster because bb bit-io needs to do a little more book-keeping for its more general interface

bugfix release

28 May 16:40

Choose a tag to compare

bugfix release Pre-release
Pre-release

This release fixes an alignment bug that occurred in the case where multiple encoders/decoders were used in sequence on the same underlying i/o stream

vgo and docs

26 May 22:34

Choose a tag to compare

vgo and docs Pre-release
Pre-release

This release includes vgo's go.mod and better docs

first release

26 May 14:08

Choose a tag to compare

first release Pre-release
Pre-release

Dbc is destined for production use, and well tested. This is the first release.