Tags: ImSingee/go-toml
Tags
Fix UnmarshalTOML is not called when its underlying type is an array
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
Build arm + arm64 binaries for linux and windows (pelletier#790) * Build arm + arm64 binaries for linux and windows * Type MaxInt64 to avoid overflow on 32 bits arch On a 32 bits arch, math.MaxIn64 is interpreted as an int, and therefore overflows. This causes compilation to build on those platforms.
Decoder: check max uint on 32 bit platforms (pelletier#778) Fixes pelletier#777
PreviousNext