All notable changes to the JSONPath Extraction extension will be documented in this file.
- Use webpack to bundle the extension
- Fix filenames for linux and other case sensitive OS
- Upgraded dependencies
- Upgraded dependencies
- Support for getting all keys from object by using ".*~"
- Lowered supported engine version to 1.21.0
- New command JPE: Run saved jsonpath query, that runs jsonpath query predefined in configuration.
- Configuration
jsonPathExtract.savedQueriesto define often used queries. - Explanation for JPE: Run saved jsonpath query to README.
- New gif to README explaining all three commands.
- New logo
- Merged and modified error message for no active editor and invalid json
- Moved forgotten items from Unreleased to 0.2.0 in changelog
- Integration tests
- Travis CI integration
- Commands renamed to
jsonPathExtract.queryToPlainTextandjsonPathExtract.queryToJson
- Proper error handling for files that can be parsed as json, but can't be used for jsonpath (e.g. string or number)
- Initial release, supports extracting data either to a text file or a json array.