Tags: JanDeDobbeleer/go-toml
Tags
Fix unmarshaling of nested non-exported struct (pelletier#917) Fixes pelletier#915
encode: fix commented table with comment (pelletier#894) And updated README.
Decode: assigned empty struct to empty defined sections (pelletier#879) Co-authored-by: Thomas Pelletier <[email protected]>
Fix panic when unmarshaling into a map twice (pelletier#854) Fixes pelletier#851
build(deps): bump actions/setup-go from 2 to 3 (pelletier#820) Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v2...v3) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix reflect.Pointer backward compatibility (pelletier#813) Though we don't officially support older versions of Go, this is an easy fix to unblock people. Fixes pelletier#812
Decode: don't break on non-struct embed field (pelletier#810)
Decode: error on array table mismatched type (pelletier#804) Prevent the decoder from continuing if it encounters a type it cannot decode an array table into. Fixes pelletier#799
PreviousNext