Skip to content

Releases: discoveryjs/jora-cli

2.1.0 Introducing compression support for input and output

17 Aug 01:10

Choose a tag to compare

  • 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

10 Jul 21:07

Choose a tag to compare

  • Fixed an exception when running jora -v

2.0.2

10 Jul 16:57

Choose a tag to compare

2.0.1

07 Feb 03:12

Choose a tag to compare

  • Fixed missed package files

2.0.0

07 Feb 02:55

Choose a tag to compare

  • 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

14 Oct 12:28

Choose a tag to compare

Bumped jora-sandbox to 1.3.0

1.5.0

12 Nov 14:57

Choose a tag to compare

  • Bumped jora to 1.0.0-beta.5

1.4.0

20 May 17:23

Choose a tag to compare

  • Bumped jora to 1.0.0-beta.2
  • Bumped jora-sandbox to 1.2.1

1.3.0

18 Dec 00:02

Choose a tag to compare

  • Bumped jora to 1.0.0-alpha.11
  • Bumped jora-sandbox to 1.1.0

1.2.0 Open in sandbox

18 Dec 00:00

Choose a tag to compare

  • Added --sandbox option to open data and query in sandbox (opens in a browser a web interface with injected data and query saved in a temporary file)