Skip to content

Releases: gohugoio/hashstructure

v0.5.0

06 Feb 10:18
@bep bep
Compare
Choose a tag to compare

What's Changed

  • Add support for complex64/complex128 by @bep in #9

Full Changelog: v0.4.0...v0.5.0

v0.4.0

06 Feb 09:47
@bep bep
Compare
Choose a tag to compare

What's Changed

  • Some performance optimizations by @bep in #7
  • Add a fast path for string inputs by @bep in #8

Full Changelog: v0.3.0...v0.4.0

v0.3.0

13 Jan 13:14
@bep bep
Compare
Choose a tag to compare

What's Changed

  • feat: respect map HashIncludeMap interface by @ilyam8 in #3
  • Add some golden test cases by @bep in #6
  • Use SetIterKey/SetIterValue by @bep in #5

New Contributors

  • @ilyam8 made their first contribution in #3

Full Changelog: v0.2.0...v0.3.0

v0.2.0

12 Jan 16:41
@bep bep
Compare
Choose a tag to compare

What's Changed

  • Use MapRange() to iterate maps by @bep in #4

Full Changelog: v0.1.0...v0.2.0

v0.1.0

30 Jul 10:23
@bep bep
Compare
Choose a tag to compare

Initial release. The only functional difference between this version and https://github.com/mitchellh/hashstructure/releases/tag/v2.0.2 is that we have removed the FormatV1 option.