Skip to content

Tags: ImSingee/go-toml

Tags

v1.9.6-wait-for-pr-approve

Toggle v1.9.6-wait-for-pr-approve's commit message
Fix UnmarshalTOML is not called when its underlying type is an array

v2.0.7

Toggle v2.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix panic when unmarshaling into a map twice (pelletier#854)

Fixes pelletier#851

v2.0.6

Toggle v2.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v2.0.5

Toggle v2.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v2.0.4

Toggle v2.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Decode: don't break on non-struct embed field (pelletier#810)

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Decoder: check max uint on 32 bit platforms (pelletier#778)

Fixes pelletier#777

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare repository for v2.0.0 (pelletier#762)

v2.0.0-beta.8

Toggle v2.0.0-beta.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update benchmarks in README (pelletier#756)