Skip to content

Releases: TomWright/dasel

v1.13.4: Merge pull request #103 from TomWright/issue-102

11 Mar 10:22
69e9072
Compare
Choose a tag to compare

v1.13.3: Merge pull request #100 from TomWright/empty-documents

05 Mar 16:07
fe4da3c
Compare
Choose a tag to compare
Update CSV, JSON and YAML parsers to better deal with empty initial documents

v1.13.2

25 Feb 09:33
528b118
Compare
Choose a tag to compare
Update CHANGELOG.md

v1.13.1

18 Feb 16:31
2c858e6
Compare
Choose a tag to compare
Update README

v1.13.0

11 Feb 11:39
11793dc
Compare
Choose a tag to compare
Add force flag to homebrew bump formula

v1.12.2

05 Jan 23:08
Compare
Choose a tag to compare
Update the changelog

v1.12.1

05 Jan 13:14
Compare
Choose a tag to compare
Update changelog

v1.12.0

02 Jan 14:42
Compare
Choose a tag to compare
Update changelog

v1.11.0

22 Dec 15:11
Compare
Choose a tag to compare
Restructure some tests

v1.10.0 - Put document support

19 Dec 22:48
52353bc
Compare
Choose a tag to compare
Add put document support and fix some issues: (#69)

- `dasel put document` is now supported.
- Fix an issue in that the read + write flags were ignored in `dasel put object`.
- Fix `dasel put object` command name/description.
- Update command descriptions.
- Fix an issue that stopped you being able to modify the root node.
- Fix some invalid selectors in the README.
- Update README.