summary refs log tree commit diff
path: root/pkgs/applications/misc/dasel
Commit message (Collapse)AuthorAge
* dasel: 1.23.0 -> 1.24.0R. Ryantm2022-03-19
|
* dasel: 1.22.1 -> 1.23.00x4A6F2022-03-11
|
* dasel: update vendorSha256zowoq2022-01-30
|
* dasel: 1.21.2 -> 1.22.10x4A6F2021-11-10
|
* dasel: 1.21.1 -> 1.21.20x4A6F2021-10-21
|
* dasel: 1.20.0 -> 1.21.10x4A6F2021-09-30
|
* dasel: 1.20.0 -> 1.21.00x4A6F2021-09-29
|
* dasel: 1.19.0 -> 1.20.00x4A6F2021-08-30
|
* dasel: 1.18.0 -> 1.19.0R. RyanTM2021-08-15
|
* dasel: 1.17.0 -> 1.18.0R. RyanTM2021-08-12
|
* dasel: 1.16.1 -> 1.17.00x4A6F2021-08-09
|
* dasel: 1.15.0 -> 1.16.1zowoq2021-08-02
| | | | https://github.com/TomWright/dasel/blob/master/CHANGELOG.md#v1160---2021-08-01
* dasel: 1.14.1 -> 1.15.0R. RyanTM2021-05-07
|
* dasel: 1.14.0 -> 1.14.10x4A6F2021-04-16
|
* dasel: 1.13.6 -> 1.14.00x4A6F2021-04-12
|
* dasel: 1.13.5 -> 1.13.6R. RyanTM2021-03-30
|
* dasel: 1.13.4 -> 1.13.50x4A6F2021-03-22
|
* dasel: 1.13.3 -> 1.13.40x4A6F2021-03-11
|
* dasel: 1.13.2 -> 1.13.3R. RyanTM2021-03-10
|
* dasel: 1.13.1 -> 1.13.2R. RyanTM2021-02-26
|
* dasel: 1.13.0 -> 1.13.1R. RyanTM2021-02-19
|
* dasel: 1.12.2 -> 1.13.0R. RyanTM2021-02-11
|
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* dasel: 1.12.1 -> 1.12.20x4A6F2021-01-05
| | | | | Fixed: - Fix a bug that stopped the write parser being properly detected when writing to the input file.
* dasel: 1.12.0 -> 1.12.10x4A6F2021-01-05
| | | | | | | | | 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.
* dasel: 1.11.0 -> 1.12.00x4A6F2021-01-02
| | | | | | | | | | 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.
* Merge pull request #107282 from 0x4A6F/master-daselLassulus2020-12-28
|\ | | | | dasel: add installCheckPhase test
| * dasel: add installCheckPhase test0x4A6F2020-12-20
| |
* | dasel: 1.10.0 -> 1.11.00x4A6F2020-12-22
|/
* dasel: 1.9.1 -> 1.10.00x4A6F2020-12-20
|
* dasel: 1.9.0 -> 1.9.10x4A6F2020-12-16
|
* dasel: 1.8.0 -> 1.9.00x4A6F2020-12-16
|
* dasel: Set version in ldflagsClaudio Bley2020-12-04
|
* dasel: 1.6.2 -> 1.8.00x4A6F2020-12-01
|
* dasel: 1.6.1 -> 1.6.20x4A6F2020-11-19
|
* dasel: 1.5.1 -> 1.6.10x4A6F2020-11-19
|
* dasel: 1.2.0 -> 1.5.1R. RyanTM2020-11-15
|
* dasel: 1.1.0 -> 1.2.00x4A6F2020-11-07
| | | | - Add support for YAML multi-document files
* dasel: init at 1.1.00x4A6F2020-11-04