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

Changelog History
Page 4

  • v1.13.4 Changes

    March 11, 2021

    ๐Ÿ›  Fixed

  • v1.13.3 Changes

    March 05, 2021

    ๐Ÿ›  Fixed

    • Blank YAML and CSV input is now treated as an empty document.

    ๐Ÿ”„ Changed

    • Blank JSON input is now treated as an empty document.
  • v1.13.2 Changes

    February 25, 2021

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Improved information provided in UnsupportedTypeForSelector errors.
    • โฌ†๏ธ Upgrade to go 1.16.

    ๐Ÿ›  Fixed

    • ๐Ÿ‘‰ Make sure the -n,--null flag has an effect in multi-select queries.
  • v1.13.1 Changes

    February 18, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿง Added CGO_ENABLED=0 build flag to ensure linux_amd64 builds are statically linked.
  • v1.13.0 Changes

    February 11, 2021

    โž• Added

    • --length flag to select command.
  • v1.12.2 Changes

    January 05, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix a bug that stopped the write parser being properly detected when writing to the input file.
  • v1.12.1 Changes

    January 05, 2021

    ๐Ÿ”„ Changed

    • โšก๏ธ Build workflows now updated to run on ubuntu-latest and use a matrix to build assets for linux, darwin and ๐Ÿ windows for both amd64 and 386.

    ๐Ÿ›  Fixed

    • Release asset for macos/darwin is now named dasel_darwin_amd64 instead of dasel_macos_amd64.
    • โšก๏ธ Self-updater now identifies dev version as development.
  • v1.12.0 Changes

    January 02, 2021

    โž• Added

    • โž• Add -c, --compact flag to remove pretty-print formatting from JSON output.
    • Defined storage.IndentOption(indent string) ReadWriteOption.
    • ๐Ÿ–จ Defined storage.PrettyPrintOption(enabled bool) ReadWriteOption.

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Changed storage.Parser funcs to allow the passing of ...ReadWriteOption.
  • v1.11.0 Changes

    December 22, 2020

    โž• Added

    • Benchmark info now contains graphs.
    • โšก๏ธ update command to self-update dasel.

    ๐Ÿ”„ Changed

    • Benchmark info now directly compares dasel, jq and yq.
  • v1.10.0 Changes

    December 19, 2020

    โž• Added

    • โž• Add dasel put document command.
    • Benchmark information.

    ๐Ÿ›  Fixed

    • -r,--read and -w,--write flags are now used in dasel put object.
    • ๐Ÿ›  Fix issues that occurred when writing to the root node.

    ๐Ÿ”„ Changed

    • Command names and descriptions.