- Adds append to redirect output (leonelgalan)
- fix execute command
- Log debug to OUTPUT jqpg debug console
- Filter json with input box on the fly
- Filter json with input box on the fly and add filter to playground
- Miror fix jq filter autocomplete
- Support multi input files #49
- Redirect output to file
- Support command line variables
- Input variable
- Use common command line as jq's input (support basic commands: http|curl|wget|cat|echo|ls|dir|grep|tail|head|find)
- Update dependencies
- show jq errors instead "Error: write EPIPE"
- Open editor output with languageId json close #53
- Fix missing option -c fix #52
- Fix working with windows paths
- Update deps
- Minor fix
- Support multiline jq filter
- Enhanced autocomple with official documentazion and examples
- Improve (ctrl+enter) and (shift+enter) keyboard shortcut
- Better code highlight with jq-syntax-highlighting integration
- Support new extension file .jqpg (jq playground) to avoid .jq script conflicts
- Binary path configuration key
- Fix empty dir
- Fix hashcode
- ctrl+enter (execute filter) works on all lines of the document
- Multiline filter works like teminal with quotes 'filter...'
- Code autocomple with official documentaion
- Optimized extension vsix package size from 2MB to 74KB
- Small fix to code highlight
- Support multiline query
- Full support for jq command line options
- Support custom binary installation
- Use workspace file as command input or query filter
- Support relative module paths
- Added autocomplete jq operators and functions
- Support jq command line options #22
- Enhanced input data parser
- Some small improvements
- Update jq binary from version 1.5 to 1.6
- With the new → ctrl+shift+p → jq playground: Examples command, the extension will open a notebook with executable examples JQ Manual
- Bugfixes
- Support hotkeys: ctrl+enter → to output, shift+enter → to editor
- Try to support JSON Object with non string keys.
- New commands under jq playground group. There are commands to open online manual, tutorial and execute query for active text editor on jqplay.org
- Possibility to use workspace files, saved or not with autocomplete filename, support plaintext and json types
- Fix minor bug
- Initial release