Skip to content

Releases: TomWright/dasel

v1.2.0: YAML multi-document support (#32)

07 Nov 00:43
fc77e65
Compare
Choose a tag to compare
  • Add support for YAML multi-document files.

This breaks the backward compatibility of parser.Write, but that's within an internal package so doesn't matter.

v1.1.0 - Add sub-selector support in dynamic selectors

01 Nov 20:04
d72c883
Compare
Choose a tag to compare

This allows you to use nested dasel selectors in the "key" of a dynamic selector.

v1.0.4 - Add --plain flag

30 Oct 00:36
a9095ba
Compare
Choose a tag to compare
Merge pull request #22 from TomWright/readme-gif

Readme gif

v1.0.3 - Format select output as expected

29 Oct 22:44
cb6251a
Compare
Choose a tag to compare

This changes the output of dasel select which is some ways is breaking, but the existing functionality was considered a bug so it's getting fixed.

This is being released as a bug fix since dasel is 1 day old and the effects of this breaking change will be extremely minor.

v1.0.2 - Build docker image

28 Oct 23:22
Compare
Choose a tag to compare
Update build workflow

v1.0.1 - Add XML support and simplify CLI tool

28 Oct 16:53
a6a0372
Compare
Choose a tag to compare

Add XML support and add ease of use default to the cli.

v1.0.0

27 Oct 21:51
Compare
Choose a tag to compare
Update tests to expect new lines after results

v0.0.5

27 Sep 22:03
Compare
Choose a tag to compare
Update readme

v0.0.4

27 Sep 15:12
Compare
Choose a tag to compare
Delete unused code

v0.0.3

23 Sep 23:51
Compare
Choose a tag to compare
Reduce duplicated code in tests