Commit Graph

53 Commits

Author SHA1 Message Date
R. Ryantm
49c6c7c8e6 dasel: 2.1.1 -> 2.1.2 2023-04-01 12:25:44 +00:00
0x4A6F
1f7c5db15d
dasel: 2.1.0 -> 2.1.1 2023-01-20 01:10:24 +01:00
R. Ryantm
ae9ba90394 dasel: 2.0.2 -> 2.1.0 2023-01-15 06:04:34 +00:00
Gabriel Arazas
2d919c1060 dasel: 1.27.3 -> 2.0.2 2022-12-11 07:06:59 +08:00
0x4A6F
fca080ea78
dasel: 1.27.2 -> 1.27.3 2022-10-18 18:35:37 +02:00
0x4A6F
ac9cbf999d
dasel: 1.27.1 -> 1.27.2 2022-10-18 17:41:29 +02:00
R. Ryantm
44caf5ea11 dasel: 1.27.0 -> 1.27.1 2022-09-30 11:34:58 +00:00
R. Ryantm
99b0e4bb64 dasel: 1.26.1 -> 1.27.0 2022-09-27 06:14:45 +00:00
R. Ryantm
b6a96bb583 dasel: 1.26.0 -> 1.26.1 2022-08-28 09:32:11 +00:00
R. Ryantm
99e7af190a dasel: 1.25.0 -> 1.26.0 2022-07-28 05:05:46 +00:00
R. Ryantm
23efe82009 dasel: 1.24.3 -> 1.25.0 2022-07-07 21:36:12 +00:00
R. Ryantm
c98f0a46f3 dasel: 1.24.1 -> 1.24.3 2022-04-25 05:25:47 +00:00
R. Ryantm
978da552e5 dasel: 1.24.0 -> 1.24.1 2022-03-29 13:44:36 +00:00
R. Ryantm
d93d3bf4b2 dasel: 1.23.0 -> 1.24.0 2022-03-19 09:11:18 +00:00
0x4A6F
53a45ae8f6
dasel: 1.22.1 -> 1.23.0 2022-03-11 19:51:58 +01:00
zowoq
e7746dccc1 dasel: update vendorSha256 2022-01-30 16:07:07 +10:00
0x4A6F
ac1f1bbcf9
dasel: 1.21.2 -> 1.22.1 2021-11-10 22:28:18 +01:00
0x4A6F
d3ab666b87
dasel: 1.21.1 -> 1.21.2 2021-10-21 17:59:18 +02:00
0x4A6F
5cc050244d
dasel: 1.20.0 -> 1.21.1 2021-09-30 21:38:48 +02:00
0x4A6F
5156275264
dasel: 1.20.0 -> 1.21.0 2021-09-29 14:07:41 +02:00
0x4A6F
2eabda6f39
dasel: 1.19.0 -> 1.20.0 2021-08-30 17:41:39 +02:00
R. RyanTM
66d1cb3c4d dasel: 1.18.0 -> 1.19.0 2021-08-15 03:11:04 +00:00
R. RyanTM
7ad057c05f dasel: 1.17.0 -> 1.18.0 2021-08-12 02:39:47 +00:00
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