- Fixed missed package files
- 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)
- Bumped jora-sandbox to 1.3.0
- Bumped jora to 1.0.0-beta.5
- Bumped jora to 1.0.0-beta.2
- Bumped jora-sandbox to 1.2.1
- Bumped jora to 1.0.0-alpha.11
- Bumped jora-sandbox to 1.1.0
- 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)
- Fixed missed files in package
- Added output highlighting when appropriate. Use
--no-color
option to suppress color output (#2) - Fixed output of
undefined
value
- 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
- Initial release