Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
yj.exe | 2022-04-12 | 4.7 MB | |
yj-macos-arm64 | 2022-04-12 | 4.4 MB | |
yj-macos-amd64 | 2022-04-12 | 4.5 MB | |
yj-linux-arm64 | 2022-04-12 | 4.4 MB | |
yj-linux-arm-v7 | 2022-04-12 | 4.4 MB | |
yj-linux-arm-v5 | 2022-04-12 | 4.4 MB | |
yj-linux-amd64 | 2022-04-12 | 4.6 MB | |
README.md | 2022-04-12 | 939 Bytes | |
yj v5.1.0 source code.tar.gz | 2022-04-12 | 18.2 kB | |
yj v5.1.0 source code.zip | 2022-04-12 | 34.4 kB | |
Totals: 10 Items | 31.4 MB | 0 |
Changes
- The
-t
flag now parses/emits TOML v1.0.0 instead of v1.0.0-rc.1. - Escaped quotes in TOML keys are now supported (#20).
- The major version is now reflected in the module path (#22).
gopkg.in/yaml.v3
is upgraded to 496545a.- TOML again uses
github.com/BurntSushi/toml
(v1.1.0), fixing several upstream bugs.
Notes
- The TOML encoder/decoder use new strategies for maintaining order (dynamic struct generation & key tracking).
Installation
Available for macOS via Homebrew:
$ brew install yj
Binaries for Linux, macOS, and Windows are attached below.
Alternatively, you may also install yj via go get
:
$ go get github.com/sclevine/yj/v5@v5.1.0
yj
is also available as a Docker image.