All Versions
64
Latest Version
Avg Release Cycle
19 days
Latest Release
695 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v1.13.4 Changes
March 11, 2021๐ Fixed
- Empty document input is now treated different in select and put commands.
-
v1.13.3 Changes
March 05, 2021๐ Fixed
- Blank YAML and CSV input is now treated as an empty document.
๐ Changed
- Blank JSON input is now treated as an empty document.
-
v1.13.2 Changes
February 25, 2021๐ Changed
- ๐ Improved information provided in
UnsupportedTypeForSelector
errors. - โฌ๏ธ Upgrade to go 1.16.
๐ Fixed
- ๐ Make sure the
-n
,--null
flag has an effect in multi-select queries.
- ๐ Improved information provided in
-
v1.13.1 Changes
February 18, 2021๐ Fixed
- ๐ง Added
CGO_ENABLED=0
build flag to ensure linux_amd64 builds are statically linked.
- ๐ง Added
-
v1.13.0 Changes
February 11, 2021โ Added
--length
flag to select command.
-
v1.12.2 Changes
January 05, 2021๐ Fixed
- ๐ Fix a bug that stopped the write parser being properly detected when writing to the input file.
-
v1.12.1 Changes
January 05, 2021๐ Changed
- โก๏ธ Build workflows now updated to run on ubuntu-latest and use a matrix to build assets for
linux
,darwin
and ๐windows
for bothamd64
and386
.
๐ Fixed
- Release asset for macos/darwin is now named
dasel_darwin_amd64
instead ofdasel_macos_amd64
. - โก๏ธ Self-updater now identifies
dev
version as development.
- โก๏ธ Build workflows now updated to run on ubuntu-latest and use a matrix to build assets for
-
v1.12.0 Changes
January 02, 2021โ Added
- โ Add
-c
,--compact
flag to remove pretty-print formatting from JSON output. - Defined
storage.IndentOption(indent string) ReadWriteOption
. - ๐จ Defined
storage.PrettyPrintOption(enabled bool) ReadWriteOption
.
๐ Changed
- ๐ Changed
storage.Parser
funcs to allow the passing of...ReadWriteOption
.
- โ Add
-
v1.11.0 Changes
December 22, 2020โ Added
- Benchmark info now contains graphs.
- โก๏ธ
update
command to self-update dasel.
๐ Changed
- Benchmark info now directly compares dasel, jq and yq.
-
v1.10.0 Changes
December 19, 2020โ Added
- โ Add
dasel put document
command. - Benchmark information.
๐ Fixed
-r
,--read
and-w
,--write
flags are now used indasel put object
.- ๐ Fix issues that occurred when writing to the root node.
๐ Changed
- Command names and descriptions.
- โ Add