Skip to content

Tags: liip/sheriff

Tags

v2.0.0-beta.2

Toggle v2.0.0-beta.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
 * tweak Readme with AI suggestions!

v2.0.0-beta.1

Toggle v2.0.0-beta.1's commit message

Verified

This commit was signed with the committer’s verified signature.
mweibel Michael Weibel
needs to be v2 apparently

v0.12.0

Toggle v0.12.0's commit message
fix: support string tag opt

fixes #36

v0.11.2

Toggle v0.11.2's commit message

Verified

This commit was signed with the committer’s verified signature.
mweibel Michael Weibel
go fmt

v0.11.1

Toggle v0.11.1's commit message
Fix slice regression caused by #32

Slices that are nil are empty and valid.
The change introduced by #32 which fixes #31 has changed how
nil slices are marshaled (`null` instead of `[]`).

Fix this regression by removing slices from the check.

v0.11.0

Toggle v0.11.0's commit message
chore: use github actions

replaces travis-ci

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
allow serialization of field having no group tag (#29)

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Handle empty interface when marshalling (#26)

Co-authored-by: Canh Nguyen <[email protected]>

0.7.0

Toggle 0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix map key string conversation panic by string alia type (#22)

* fix map key string conversation panic by string alia type

* add test case for alia string type conversation

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
mweibel Michael Weibel
switch to go modules