v2.0.0-beta.6
Pre-release
Pre-release
github-actions
released this
08 Apr 00:37
·
22 commits
to master
since this release
Long time this the last beta release! This one comes with all the tooling and build systems ported to v2. And a handful of bug-fixes as usual.
v2.0.0-beta.6
tag has been moved, so it is possible you see a checksum mismatch error from Go when using this version (#743). This will be correct in v2.0.0-beta.7
.
What's Changed
Fixed bugs
- Decode: use cleaned byte slice throughout parseFloat by @moorereason in #735
- Decode: convert table key to correct type by @oschwald in #741
- Encoder: respect stdlib rules for embedded structs by @pelletier in #747
Documentation
- Mention removal of go-toml/query by @pelletier in #736
Other changes
- tomljson: port to v2 by @pelletier in #725
- jsontoml: port to v2 by @pelletier in #726
- tomll: port to v2 by @pelletier in #727
- Decoder: rename SetStrict to DisallowUnknownFields by @pelletier in #731
- Go 1.18 by @pelletier in #745
- Update testify dependency by @pelletier in #746
Full Changelog: v2.0.0-beta.5...v2.0.0-beta.6