Skip to content

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)