All Versions
64
Latest Version
Avg Release Cycle
19 days
Latest Release
346 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v1.19.0 Changes
August 14, 2021โ Added
--colour
,--color
flag to enable colourised output in select command.
-
v1.18.0 Changes
August 11, 2021โ Added
--format
flag toselect
command.
-
v1.17.0 Changes
August 08, 2021โ Added
- ๐ Support for
!=
comparison operator in dynamic and search selectors. - ๐ Support for
-
/keyValue
key in dynamic selectors.
- ๐ Support for
-
v1.16.1 Changes
August 02, 2021๐ Fixed
- ๐ Fixed a bug that stopped the delete command editing files in place.
-
v1.16.0 Changes
August 01, 2021โ Added
- โ Delete command.
-
v1.15.0 Changes
May 06, 2021โ Added
- ๐
--merge-input-documents
flag.
๐ Changed
- โก๏ธ Optional
noupdater
build tag to disable the self-update command.
๐ Fixed
- ๐ Empty XML documents are now parsed correctly.
- ๐
-
v1.14.1 Changes
April 15, 2021โ Added
- ๐ arm64 build support.
-
v1.14.0 Changes
April 11, 2021โ Added
.[#]
length selector.>
comparison operator.>=
comparison operator.<
comparison operator.<=
comparison operator.
-
v1.13.6 Changes
March 29, 2021๐ Changed
- Development versions of dasel will now include more specific version information where possible.
๐ Fixed
- ๐ Fix an issue that stopped dasel being able to output CSV documents when parsed from JSON.
-
v1.13.5 Changes
March 22, 2021๐ Fixed
- Empty map values are now initialised as
map[string]interface{}
rather thanmap[interface{}]interface{}
.
- Empty map values are now initialised as