Skip to content

Releases: liip/sheriff

Use default field name if no json tag is provided

14 Feb 06:30
Compare
Choose a tag to compare

Fix for array of interface struct fields

20 Dec 10:13
Compare
Choose a tag to compare

Thanks to @hwshadow for fixing array of interface struct fields in #14.

Additionally this package is now automatically tested on Go 1.7 until Go 1.11 and latest master, too.

Version 0.3.0 - Fix marshaling encoding.TextMarshaler and fmt.Stringer-implementing types

04 Dec 06:49
Compare
Choose a tag to compare

Version 0.2.0 - Fix unexported / nil pointer value fields

07 Nov 13:35
a9bc0eb
Compare
Choose a tag to compare
Merge pull request #6 from liip/fix/5-reflect-interface-panic

Fix #5: skip unexported fields, allow nil values

Version 0.1.0 - Fix handling of anonymous fields

16 Oct 05:29
Compare
Choose a tag to compare

This release fixes handling of anonymous fields within structs (#4, thanks @faryon93)