Skip to content

Releases: TomWright/dasel

v3.0.0

15 Dec 12:57

Choose a tag to compare

This has been in the works for a long time, and is almost a complete rewrite of dasel.

A lot of features have been added and I'm sure there will be some issues - please let me know about these and I'll fix them.

See the updated documentation.

Added

  • Major new version release.
  • INI support.
  • HCL support.
  • Dasel syntax now supports variables and expressions.
  • Files can now be read and parsed inside a dasel query.
  • Variables can now be passed to dasel from the command line.
  • Support for comments in queries.
  • Dasel config file to define default file format.
  • Interactive mode for dasel CLI (alpha).

Changed

  • Go module path changed to github.com/tomwright/dasel/v3.
  • Internal changes to support new version.
  • Query/selector syntax revamp. See docs for more information.
  • Majority of read/write operations will now maintain ordering.
  • Migrated from Cobra to Kong for CLI parsing/processing.
  • Removed put and delete commands. Instead, modify within the query and use --root flag.

Fixed

  • File redirect now works in the same way as piped input.
  • Various other bug fixes and improvements.
  • Whitespace in query syntax is now handled correctly.

v2.8.1

30 Jun 18:38
5e3a3cf

Choose a tag to compare

What's Changed

Full Changelog: v2.8.0...v2.8.1

v2.8.0

28 Jun 14:42
5342db0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.0...v2.8.0

v2.7.0

14 Mar 15:12
5d94a30

Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.7.0

v2.6.0

15 Feb 18:44
e9e9d14

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.6.0

v2.5.0

28 Nov 11:25
f57118d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.1...v2.5.0

v2.4.1

18 Oct 18:40
2db336e

Choose a tag to compare

Full Changelog: v2.4.0...v2.4.1

v2.4.0

18 Oct 18:06
4e6450b

Choose a tag to compare

What's Changed

Full Changelog: v2.3.6...v2.4.0

v2.3.6

30 Aug 15:32

Choose a tag to compare

Full Changelog: v2.3.5...v2.3.6

v2.3.5

29 Aug 16:20

Choose a tag to compare

What's Changed

  • chore: use copy() instead of a loop by @testwill in #341
  • Fix an issue that caused yaml strings to be read as numbers by @TomWright in #353

New Contributors

Full Changelog: v2.3.4...v2.3.5