1
0
mirror of https://github.com/TomWright/dasel.git synced 2022-05-22 02:32:45 +03:00

433 Commits

Author SHA1 Message Date
Tom Wright
74ed1bdbd5 Update CHANGELOG.md v1.24.3 2022-04-23 14:20:50 +01:00
Tom Wright
2518471589 Update CHANGELOG.md 2022-04-23 14:20:32 +01:00
Tom Wright
1492f6ad9c Include gzip compressed binaries on releases 2022-04-23 14:13:49 +01:00
Tom Wright
5ac77dda57 Update CHANGELOG.md v1.24.2 2022-04-22 21:31:12 +01:00
Tom Wright
87e242945d Merge pull request #215 from pgvishnuram/master
fix CVE-2022-27191 in x/crypto mod
2022-04-22 21:29:35 +01:00
pgvishnuram
4c158cf13f fix CVE-2022-27191 in x/crypto mod
Signed-off-by: pgvishnuram <vishnu@astronomer.io>
2022-04-23 01:51:17 +05:30
Tom Wright
223772ff3e Update README.md 2022-04-17 19:34:11 +01:00
Tom Wright
86fca5658e Merge pull request #212 from egawata/fix_toml_datetime
handle datetime values properly in .toml
2022-04-04 10:06:51 +01:00
egawata
1917f9e171 test: convert time.Time to toml representation properly 2022-03-31 13:49:42 +09:00
egawata
98123f6fa2 fix: convert time.Time to toml representation properly 2022-03-31 00:36:01 +09:00
Tom Wright
46fe0a8568 Merge pull request #211 from TomWright/expose-storage-package
Expose the storage package
v1.24.1
2022-03-28 13:49:19 +01:00
Tom Wright
425a6463d5 Expose the storage package 2022-03-28 13:46:44 +01:00
Tom Wright
eabe44d3f6 Fix formatting issues in changelog 2022-03-18 16:36:00 +00:00
Tom Wright
edfa538449 Update CHANGELOG.md v1.24.0 2022-03-18 16:28:37 +00:00
Tom Wright
c1e01ae194 Merge pull request #192 from beatcracker/from-file
Add file read/write support to Go package
2022-03-18 15:29:17 +00:00
Tom Wright
5e83995b1f Update changelog 2022-03-18 15:25:43 +00:00
Tom Wright
cfb2276886 Merge branch 'master' into from-file 2022-03-18 15:24:12 +00:00
Tom Wright
cab9596e21 Node.Write and Node.WriteToFile now accept write options as a slice.
This removes the possibility of never ending API changes as we want to support additional write options.
2022-03-18 15:20:13 +00:00
Tom Wright
f408828fa2 Merge pull request #205 from andmos/patch-1
Added Nix to the list of installers
2022-03-15 01:18:59 +00:00
Andreas Mosti
fd3f08b25b Added Nix to the list of installers
With link to the newly created docs.
2022-03-11 17:47:58 +01:00
Tom Wright
00978b8e0c Update CHANGELOG.md v1.23.0 2022-03-10 20:20:52 +00:00
Tom Wright
08d38cd607 Update CHANGELOG.md 2022-03-10 20:20:05 +00:00
Tom Wright
c2313c634d Merge pull request #203 from brandonpittman/patch-1
Fix delete example
2022-03-08 19:51:39 +00:00
Brandon Pittman
9b08a30a77 Fix delete example
The current delete example wasn't using the `-p` flag and was passing an unnecessary value.
2022-03-08 08:57:46 +09:00
Tom Wright
b779b8820e Add sprig template functions to output formatter 2022-01-06 15:23:04 +00:00
Tom Wright
0e5dac1d8d Update go-toml to consume fix for panic 2022-01-06 15:16:41 +00:00
beatcracker
2817c9b6ca Remove escape/compact tests for XML writer
This functionality is not supported for now
2022-01-06 03:15:13 +03:00
beatcracker
16ac959b24 Remove comment 2021-12-22 18:13:35 +03:00
beatcracker
3b549b4aca Extend test suite 2021-12-22 06:05:21 +03:00
beatcracker
67c53c0be2 Account for different error messages on Windows/Linux 2021-12-17 16:45:30 +03:00
beatcracker
216a9e0399 Update tests
No tests for functions/receivers accepting filename
2021-12-16 01:50:09 +03:00
beatcracker
fd9551da2f Create paired functions/receivers
- NewFromFile - accepts filename
- NewFromReader - accepts Reader
- WriteFile - accepts filename
- Write - accepts Writer
2021-12-16 01:48:37 +03:00
beatcracker
b9346fa127 Add tests for WriteFile 2021-12-16 00:53:21 +03:00
beatcracker
094e757411 Convert WriteFile to receiver, accept Writer 2021-12-16 00:49:48 +03:00
beatcracker
2095cff16e Fix WriteFile
Accept *Node, use InterfaceValue/OriginalValue
2021-12-08 23:54:27 +03:00
beatcracker
39c58821b0 Add WriteFile 2021-12-08 19:58:19 +03:00
beatcracker
0a2b0418b6 Simplify NewFromFile 2021-12-08 19:17:58 +03:00
beatcracker
7e10ac11f7 Fix parser descriptions 2021-12-08 04:42:48 +03:00
beatcracker
d2622a2d3d Add tests for "NewFromFile" 2021-12-08 04:42:48 +03:00
beatcracker
5686c4b1b4 Add "NewFromFile" 2021-12-08 04:42:37 +03:00
Tom Wright
adf569e9f6 Update changelog v1.22.1 2021-11-09 16:57:31 +00:00
Tom Wright
298479efbe Clean up error output 2021-11-09 16:56:05 +00:00
Tom Wright
4d7d1c2280 Update changelog v1.22.0 2021-11-09 16:29:21 +00:00
Tom Wright
0e3278dce5 Update changelog for v1.22.0 2021-11-09 16:27:58 +00:00
Tom Wright
ec816ce131 Merge pull request #180 from TomWright/issue-171
Add type selector
2021-11-08 14:33:11 +00:00
Tom Wright
1ddad2d167 Remove some logging lines 2021-11-08 14:32:19 +00:00
Tom Wright
c66e4a4428 Write errors to stderr 2021-11-03 17:32:48 +00:00
Tom Wright
0d4692801c Add type selector 2021-11-03 17:30:40 +00:00
Tom Wright
67b89e9e0c Fix asset name in linux arm32 build v1.21.2 2021-10-21 15:06:01 +01:00
Tom Wright
649056b850 Merge pull request #173 from TomWright/linux_arm32
Add linux arm32 build target
2021-10-21 15:03:14 +01:00