All Versions
64
Latest Version
Avg Release Cycle
19 days
Latest Release
613 days ago

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 to select 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.
  • 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

  • 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 than map[interface{}]interface{}.