Skip to content

Releases: discoveryjs/jora-cli

2.0.1

07 Feb 03:12
Compare
Choose a tag to compare
  • Fixed missed package files

2.0.0

07 Feb 02:55
Compare
Choose a tag to compare
  • Bumped jora to 1.0.0-beta.13
  • Added support for JSONXL (snapshot9) as input 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
Compare
Choose a tag to compare

Bumped jora-sandbox to 1.3.0

1.5.0

12 Nov 14:57
Compare
Choose a tag to compare
  • Bumped jora to 1.0.0-beta.5

1.4.0

20 May 17:23
Compare
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
Compare
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
Compare
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)

1.1.1

23 Aug 21:46
721bbbe
Compare
Choose a tag to compare
  • Fixed missed files in package

1.1.0 Introducing output highlighting

22 Aug 16:26
Compare
Choose a tag to compare
  • Added output highlighting when appropriate. Use --no-color option to suppress color output (#2)
  • Fixed output of undefined value

1.0.1

04 Jul 15:37
Compare
Choose a tag to compare
  • Used dist version of jora to reduce startup time (up to 10x times)
  • Removed wrongly added dependency
  • Fixed command name in help info
  • Fixed returning undefined when no query, now command returns input itself as when query is empty string