Skip to content

Tags: bobg/encid

Tags

v2.1.0

Toggle v2.1.0's commit message
Version v2.1.0 added by Taggo

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update some stale doc comments. (#11)

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 2 API. (#10)

v1.6.0

Toggle v1.6.0's commit message
Version v1.6.0 added by Taggo

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
New encoding includes a version byte and enforced zero padding (#6)

* Add a checksum to the encoding.

* Bump to v2 of the API.

* With some cleverness, avoid having to go to V2.

* Docstrings.

* A bit more commentary.

* Use Go 1.22 in CI, and a newer modver.

* Flesh out some doc.

* Add a DROP TABLE to the "down" part of the new db migration.

* Switch from big-endian to little-endian. Add a check on the return value of Varint.

* Use zero padding instead of checksums - simpler and equally secure. Add a version byte for encoding v2 and later.

* go get -u all

* Update a doc comment.

v1.4.3

Toggle v1.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Awesome Go badge (#7)

* Add Awesome Go badge.

* go get -u all

* Use the right versions of Go and Modver in CI.

* Sigh... quote the version of Go in go.yml lest 1.20 becomes 1.2.

v1.4.2

Toggle v1.4.2's commit message
More test coverage.

v1.4.1

Toggle v1.4.1's commit message
Add test coverage.

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use basexx/v2. Add test coverage. (#4)

* Use basexx/v2. Add test coverage.

* Mingo says we now need Go 1.20, thanks to the indirect dependency on golang.org/x/exp.

* Use Modver v2.6.0 in CI, which has a different opinion about changes in the go.mod go decl.

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Correctly return encid.ErrNotFound in place of sql.ErrNoRows. (#3)