Skip to content

Releases: liip/sheriff

v2.0.1

Choose a tag to compare

@mweibel mweibel released this 03 Oct 06:46
51bf2c9

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

Choose a tag to compare

@mweibel mweibel released this 03 Oct 06:27

What's Changed

New Contributors

Full Changelog: v0.12.0...v2.0.0

v2.0.0-beta.2

v2.0.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@mweibel mweibel released this 31 May 09:35

What's Changed

  • Draft: nil handling for maps/slices / module version v1 by @mweibel in #43
  • Add custom decider by @alecsammon in #51
  • Allow using a custom KV store to keep consistent JSON ordering by @alecsammon in #52

New Contributors

Full Changelog: v0.12.0...v2.0.0-beta.2

v2.0.0-beta.1

v2.0.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@mweibel mweibel released this 06 Mar 07:44
270e679

Full Changelog: v1.0.0...v2.0.0

What's Changed

  • Draft: nil handling for maps/slices / module version v1 by @mweibel in #43

Full Changelog: v0.12.0...v2.0.0-beta.1

v0.12.0

Choose a tag to compare

@mweibel mweibel released this 06 Mar 07:16

What's Changed

Full Changelog: v0.11.2...v0.12.0

v0.11.2

Choose a tag to compare

@mweibel mweibel released this 06 Mar 06:43
2130856

What's Changed

  • marshals nil slices/arrays like expected and equivalent to json.marshal by @TorbenCK in #40
  • ISSUE#37 Fixed empty map to empty json by @mandeepji in #38
  • Update tested go versions by @mweibel in #41
  • fix: Marshal panics on nil pointer by @byashimov in #46

New Contributors

Full Changelog: v0.11.1...v0.11.2

fix regression caused in v0.11.0 with nil slices

Choose a tag to compare

@mweibel mweibel released this 01 Sep 13:06

fixed in #34, thanks @simaotwx

fix nil pointer handling in maps

Choose a tag to compare

@mweibel mweibel released this 30 Aug 07:00

fixed #31. Thanks @lombare in #32

allow serialization of field having no group tag

Choose a tag to compare

@mweibel mweibel released this 09 Mar 10:41
9291c3b

added in #29, thanks @masseelch

support marshalling empty interface

Choose a tag to compare

@mweibel mweibel released this 01 Oct 07:26
040b323

fixes #19. Thanks @xuancanh in #26.