All Versions
11
Latest Version
Avg Release Cycle
35 days
Latest Release
1724 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.1.2 Changes
June 25, 2020๐ Fixes
- ๐ Makes the
YAML
serialization specs less strict- Removes need to do version checking and should make them more robust going forward
- ๐ Makes the
-
v1.1.1 Changes
June 21, 2020โฌ๏ธ Dependency Upgrades
๐ Fixes
- ๐ Fix now invalid variable name
in
is now a reserved variable name
- ๐ Fix format list within help info
- Now properly lists the formats
Format of the input data. Supported formats: json, yaml, xml
versusFormat of the input data. Supported formats: OQ::Format
- Now properly lists the formats
๐ Changes
- โก๏ธ Some updates related to
0.35.0
- Use exhaustive case for
OQ::Format.converter
method - Remove
--link-flags
option when building aslibxml2
is now properly linked
- Use exhaustive case for
- ๐ Fix now invalid variable name
-
v1.1.0 Changes
May 01, 2020๐ Changes
- ๐จ
ARGV
parsing refactor #58- Better supports files and multiple arguments
- ๐จ
-
v1.0.3 Changes
April 22, 2020๐ Bug Fixes
- Dont emit anything for empty JSON arrays #56
-
v1.0.2 Changes
April 12, 2020๐ Bug Fixes
- ๐ Better handle some cases #55
- Correctly sets JSON value content when XML content is blank
- Sets mixed content
#text
value if there is a single text node child
๐ Changes
- ๐ Better handle some cases #55
-
v1.0.1 Changes
January 21, 2020 -
v1.0.0 Changes
December 16, 2019 -
v0.2.1 Changes
August 11, 2019 -
v0.2.0 Changes
August 06, 2019๐ Bug Fixes
- ๐ Fix the
-h
and--help
options on theoq
binary (#15) - ๐ Better define how JSON arrays are translated into XML (#17)
- Correctly null values in XML (#8)
๐ New Features
- Ability to omit the XML prolog (#14)
- โ Add a
-V
/--version
to output the currentjq
andoq
versions - ๐ Input/Output for all formats (except input YAML due to anchors/aliases, see #20) is now streamed directly to/from
jq
.- Allows
oq
to simply act as a "proxy" and not have to load the data into memory. - Big thanks to @asterite for the initial gist that made this possible.
- Allows
- ๐ Fix the
-
v0.1.1 Changes
July 13, 2019โก๏ธ Optimizes IO when the input or output format is JSON. Allows
oq
to act as a simple proxy tojq
when no conversion is needed.