Skip to content

Releases: discoveryjs/jora-cli

2.2.0

Choose a tag to compare

@lahmatiy lahmatiy released this 03 May 23:05
  • Added support for jsonl encoding as input (auto detected) and output (via --encoding jsonl or -e jsonl option)

2.1.0 Introducing compression support for input and output

Choose a tag to compare

@lahmatiy lahmatiy released this 17 Aug 01:10
  • Added gzip and deflate compression support for input data, i.e. compressed JSON or JSONXL is now consumed seamlessly
  • Added --compression [type] (-c [type]) option to specify output compression (gzip or deflate). When the type is not specified, gzip is used. For example, jora -c -e jsonxl will output gzipped JSONXL (the most compact output size combo).
  • Updated JSONXL:
    • Fixed an edge case for signed numbers in the range ±[MAX_SAFE_INTEGER/2 … MAX_SAFE_INTEGER].
    • Removed the limitation that could trigger when the total encoded string length exceeded the maximum string length (~500 MB in V8)
  • Fixed output progress display for JSONXL

2.0.3

Choose a tag to compare

@lahmatiy lahmatiy released this 10 Jul 21:07
  • Fixed an exception when running jora -v

2.0.2

Choose a tag to compare

@lahmatiy lahmatiy released this 10 Jul 16:57

2.0.1

Choose a tag to compare

@lahmatiy lahmatiy released this 07 Feb 03:12
  • Fixed missed package files

2.0.0

Choose a tag to compare

@lahmatiy lahmatiy released this 07 Feb 02:55
  • Bumped jora to 1.0.0-beta.13
  • Added support for JSONXL (snapshot9) as input/output encoding
  • Added --encoding option to specify output encoding, supported JSON and JSONXL
  • Added --force option to enforce overwritting a file
  • Added --dry-run option
  • Added --verbose option
  • Extended the --query option to accept a file path containing a Jora query, the file must have a .jora extension
  • Changed behavior for writing to an existing file specified with the --output option. The operation now fails unless the --force option is used
  • Removed --sandbox option (until re-implemented)

1.5.1

Choose a tag to compare

@lahmatiy lahmatiy released this 14 Oct 12:28

Bumped jora-sandbox to 1.3.0

1.5.0

Choose a tag to compare

@lahmatiy lahmatiy released this 12 Nov 14:57
  • Bumped jora to 1.0.0-beta.5

1.4.0

Choose a tag to compare

@lahmatiy lahmatiy released this 20 May 17:23
  • Bumped jora to 1.0.0-beta.2
  • Bumped jora-sandbox to 1.2.1

1.3.0

Choose a tag to compare

@lahmatiy lahmatiy released this 18 Dec 00:02
  • Bumped jora to 1.0.0-alpha.11
  • Bumped jora-sandbox to 1.1.0