Commit graph

30 commits

Author SHA1 Message Date
0x4A6F 10b2c83fca
dasel: 1.16.1 -> 1.17.0 2021-08-09 16:33:12 +02:00
zowoq bbc054abae dasel: 1.15.0 -> 1.16.1
https://github.com/TomWright/dasel/blob/master/CHANGELOG.md#v1160---2021-08-01
2021-08-02 23:35:09 +10:00
R. RyanTM 05d8e12535 dasel: 1.14.1 -> 1.15.0 2021-05-07 02:02:04 +00:00
0x4A6F 0d8e34906c
dasel: 1.14.0 -> 1.14.1 2021-04-16 20:13:15 +02:00
0x4A6F fd980c588a
dasel: 1.13.6 -> 1.14.0 2021-04-12 08:56:57 +02:00
R. RyanTM 7c30e788cc dasel: 1.13.5 -> 1.13.6 2021-03-30 10:17:22 +00:00
0x4A6F 57ca40976c
dasel: 1.13.4 -> 1.13.5 2021-03-22 18:02:08 +01:00
0x4A6F 810b7863cf
dasel: 1.13.3 -> 1.13.4 2021-03-11 21:41:31 +01:00
R. RyanTM 31506ce53a dasel: 1.13.2 -> 1.13.3 2021-03-10 20:07:17 +00:00
R. RyanTM 850e8f4954 dasel: 1.13.1 -> 1.13.2 2021-02-26 00:13:02 +00:00
R. RyanTM f6f9f79ecf dasel: 1.13.0 -> 1.13.1 2021-02-19 03:47:34 +00:00
R. RyanTM be6093838a dasel: 1.12.2 -> 1.13.0 2021-02-11 14:44:49 +00:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
0x4A6F f015f4bb79
dasel: 1.12.1 -> 1.12.2
Fixed:
- Fix a bug that stopped the write parser being properly detected when writing to the input file.
2021-01-05 23:59:28 +00:00
0x4A6F fbbc601ce9
dasel: 1.12.0 -> 1.12.1
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.
2021-01-05 22:40:57 +00:00
0x4A6F a500ff1c51
dasel: 1.11.0 -> 1.12.0
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.
2021-01-02 21:00:15 +00:00
Lassulus 4b210ca92a
Merge pull request #107282 from 0x4A6F/master-dasel
dasel: add installCheckPhase test
2020-12-28 17:34:18 +01:00
0x4A6F 7bc0da6a82
dasel: 1.10.0 -> 1.11.0 2020-12-22 15:23:20 +00:00
0x4A6F 51031a8d73
dasel: add installCheckPhase test 2020-12-20 20:05:07 +00:00
0x4A6F 6ea2fd15d8 dasel: 1.9.1 -> 1.10.0 2020-12-20 13:26:58 +10:00
0x4A6F 75b1ba928a dasel: 1.9.0 -> 1.9.1 2020-12-16 05:55:36 +10:00
0x4A6F bd247b7ca5 dasel: 1.8.0 -> 1.9.0 2020-12-16 05:55:36 +10:00
Claudio Bley c41441cf1e dasel: Set version in ldflags 2020-12-04 08:31:48 +01:00
0x4A6F a58e424290
dasel: 1.6.2 -> 1.8.0 2020-12-01 18:42:47 +00:00
0x4A6F d0b5ba2d4f dasel: 1.6.1 -> 1.6.2 2020-11-19 08:24:30 +10:00
0x4A6F 033ced84a3 dasel: 1.5.1 -> 1.6.1 2020-11-19 08:24:30 +10:00
R. RyanTM c8f7b02dfe dasel: 1.2.0 -> 1.5.1 2020-11-15 02:34:21 +00:00
0x4A6F 1fe5d52eb8
dasel: 1.1.0 -> 1.2.0
- Add support for YAML multi-document files
2020-11-07 11:07:41 +00:00
0x4A6F d5edfc50ef
dasel: init at 1.1.0 2020-11-04 20:47:24 +00:00