File: changelog

package info (click to toggle)
golang-github-wader-gojq 0.0~git20231105.2b6d9e2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 960 kB
  • sloc: yacc: 642; makefile: 84
file content (121 lines) | stat: -rw-r--r-- 5,243 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
golang-github-wader-gojq (0.0~git20231105.2b6d9e2-1) unstable; urgency=medium

  * Team upload
  * New upstream version 0.0~git20231105.2b6d9e2 (tagged fq-v0.9.0)
  * Set debian/watch to track the git repository HEAD
  * Fix Vcs-Browser and Vcs-Git which were incorrectly set to
    https://salsa.debian.org/go-team/packages/gojq instead of
    https://salsa.debian.org/go-team/packages/golang-github-wader-gojq
  * Reorder fields in debian/control and debian/copyright
  * Use dh-sequence-golang instead of dh-golang and --with=golang
  * Update versioned dependencies as per go.mod
  * Bump Standards-Version to 4.6.2 (no change)
  * Revise package description so that the single-line synopsis
    is not identical to that of the golang-github-itchyny-gojq-dev

 -- Anthony Fok <foka@debian.org>  Wed, 20 Dec 2023 07:33:43 -0700

golang-github-wader-gojq (0.0~git20230131.53cfdef-1) unstable; urgency=medium

  * New upstream release

 -- Daniel Milde <daniel@milde.cz>  Sun, 26 Feb 2023 21:38:28 +0100

golang-github-wader-gojq (0.0~git20221221.13a04d6-1) unstable; urgency=medium

  * New upstream release

 -- Daniel Milde <daniel@milde.cz>  Fri, 06 Jan 2023 17:28:43 +0100

golang-github-wader-gojq (0.0~git20220822.64fe65a-1) unstable; urgency=medium

  * New upstream release

 -- Daniel Milde <daniel@milde.cz>  Sat, 29 Oct 2022 20:38:03 +0200

golang-github-wader-gojq (0.0~git20220108.b3b9f48-1) unstable; urgency=medium

  [ itchyny ]
  * improve test of number query for integer with leading 0
  * reduce type switch on normalizing numbers
  * specify all staticcheck checks but ST1000 in make lint
  * improve test of tonumber function for large numbers
  * update copyright year in LICENSE
  * optimize path copy of json stream
  * update list of features gojq does not support intentionally
  * fix precedence of try against operators (fix #157)
  * support equal sign in short options with argument (fix #158)
  * fix string conversion of empty strings in module and import metadata
  * refactor parsing short flags
  * tweak test case of update operators
  * improve test cases for nesting function with labels
  * add test cases for nil check in branch optimization
  * fix compiling iterator suffix with optional operator
  * add a test case for optional operator after object optional index
  * replace large number with infinite in tests for limit and isempty
  * improve performance of isempty by self-contained definition
  * add a note on string indexing in README.md (close #160)
  * simplify test cases using unnecessary variable binding
  * simplify test cases for infinite
  * update dependencies
  * update CHANGELOG.md for v0.12.7
  * bump up version to 0.12.7
  * move sortItems function to appropriate position
  * improve definition of paths functions
  * omit -arch flag of goxz
  * improve mktime to support nanoseconds, just like gmtime and now
  * add a note on nanoseconds support in README.md
  * improve definitions of all and any by select
  * update actions version
  * add a function to collect map keys for keys/0 and add/0
  * improve performance of to_entries function
  * improve performance of from_entries function
  * improve type error of reverse
  * improve from_entries to ignore false in keys for compatibility
  * improve type error of csv and tsv formats
  * improve performance of indices, index, and rindex
  * fix result order of gsub (fix #163)
  * improve performance of capture, sub, and gsub

  [ Mattias Wadman ]
  * no error on missing key regression for from_entries

  [ itchyny ]
  * remove pc() method of compiler by inlining it
  * improve performance of flatten
  * compile builtin functions in the isolated scope (fix #165)
  * stop normalizing builtin function names to skip unnecessary lookup
  * reduce allocations on compiling binding patterns
  * parse string literal as JSON to support surrogate pairs (fix #166)
  * rename in string lexer
  * optimize safe character detection in JSON string encoders
  * update document of Marshal to cover all differences against json.Marshal
  * improve query lexer to report invalid escape sequence in string literals
  * refactor string lexer to reduce branching on string with no escape sequences
  * validate unicode escape sequence in the lexer to fix error offset
  * improve query lexer to report unterminated string literals
  * escape newline in string literals just as other control characters

  [ Mattias Wadman ]
  * Rename fq gojq fork to github.com/wader/gojq
  * Add binary, octal and hex litrals
  * Add JQValue interface to support custom values
  * Add scope function to get all functions and varialbes in scope
  * WIP: add scopedump function
  * Query marshal/unmarshal support
  * Export BinopTypeSwitch to make it easier to implement math functions

 -- Daniel Milde <daniel@milde.cz>  Tue, 22 Mar 2022 22:04:40 +0100

golang-github-wader-gojq (0.0~git20220108.6a05b6c-2) unstable; urgency=medium

  * Team upload.
  * Re-upload as source only

 -- Stephen Gelman <ssgelm@debian.org>  Thu, 17 Feb 2022 14:30:24 -0600

golang-github-wader-gojq (0.0~git20220108.6a05b6c-1) unstable; urgency=medium

  * Initial release (Closes: 1004175)

 -- Daniel Milde <daniel@milde.cz>  Sat, 22 Jan 2022 00:59:00 +0100