All Versions
64
Latest Version
Avg Release Cycle
19 days
Latest Release
915 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.24.1 Changes
March 28, 2022๐ Changed
- ๐ฆ
storage
package has been moved outside theinternal
package.
๐ Fixed
- ๐ New funcs added in
v1.24.0
can now be used as expected since you can now access thestorage.ReadWriteOption
.
- ๐ฆ
-
v1.24.0 Changes
March 18, 2022โ Added
Node.NewFromFile
func to load a root node from a file.Node.NewFromReader
func to load a root node from anio.Reader
.Node.WriteToFile
func to write results to a file.Node.Write
func to write results to anio.Writer
.
-
v1.23.0 Changes
March 10, 2022๐ Fixed
- โก๏ธ Update github.com/pelletier/go-toml to consume fix for https://github.com/TomWright/dasel/issues/191.
โ Added
- Sprig functions to output formatter template.
-
v1.22.1 Changes
November 09, 2021๐ Fixed
Cleaned up error output
[v1.22.0] - 2021-11-09
โ Added
- Type selector
[@]
.
๐ Fixed
- Errors are now written to stderr as expected.
-
v1.22.0 Changes
November 09, 2021โ Added
- Type selector
[@]
.
๐ Fixed
- Errors are now written to stderr as expected.
- Type selector
-
v1.21.2 Changes
October 21, 2021โ Added
- ๐ง Linux arm32 build target.
-
v1.21.1 Changes
September 30, 2021๐ Changed
- 0๏ธโฃ
--escape-html
flag now defaults to false.
- 0๏ธโฃ
-
v1.21.0 Changes
September 29, 2021โ Added
--escape-html
flag.
๐ Fixed
- ๐
put document
andput object
are now aware of the--merge-input-documents
flag.
-
v1.20.1 Changes
September 28, 2021โ Added
- ๐ณ
buster-slim
andalpine
tags to built docker images.
๐ Fixed
- Different encodings in XML files are now handled as expected.
- ๐ณ
-
v1.20.0 Changes
August 30, 2021โ Added
- โช
-v
,--value
flag to workaround dash issue.
๐ Fixed
- ๐ Fixed an issue in which unicode characters could cause issues when parsing selectors.
- โช