Skip to content

Tags: JanDeDobbeleer/go-toml

Tags

v2.1.1-1

Toggle v2.1.1-1's commit message

Verified

This commit was signed with the committer’s verified signature.
JanDeDobbeleer Jan De Dobbeleer
fix(marchaler): escape runes outside the multilingual plane

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix unmarshaling of nested non-exported struct (pelletier#917)

Fixes pelletier#915

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
encode: fix commented table with comment (pelletier#894)

And updated README.

v2.0.9

Toggle v2.0.9's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Decode: assigned empty struct to empty defined sections (pelletier#879)

Co-authored-by: Thomas Pelletier <[email protected]>

v2.0.8

Toggle v2.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use PtrTo to not require Go 1.18 (pelletier#874)

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