Skip to content

Commit d07fa8c

Browse files
committed
goyq: Update to 4.32.1
Changes: v4.32.1 - Added divide and modulo operators - Add support for decoding base64 strings without padding - Add filter operation - Detect input format based on file name extension - Auto output format when input format is automatically detected - Fixed npe in log - Improved binary file size! - Bumped dependency versions v4.31.2 - Fixed variable handling - Fixed merged anchor reference problem - Fixed xml encoding of ProcInst, improved XML comment handling - Allow build without json and xml support - Bumped dependencies v4.31.1 - New operators! - Added shuffle command - Added ability to sort by multiple fields - Added @sh encoder - Added @uri/@urid encoder/decoder - Fixed date comparison with string date - Added from_unix/to_unix Operators - Bumped dependency versions
1 parent 13a76e3 commit d07fa8c

File tree

3 files changed

+88
-88
lines changed

3 files changed

+88
-88
lines changed

goyq/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# $NetBSD$
22

3-
DISTNAME= yq-4.30.8
3+
DISTNAME= yq-4.32.1
44
PKGNAME= ${DISTNAME:C/^/go/}
55
CATEGORIES= textproc
66
MASTER_SITES= ${MASTER_SITE_GITHUB:=mikefarah/}

0 commit comments

Comments
 (0)