Releases: mesarth/JSONPath-Notebook
Releases · mesarth/JSONPath-Notebook
v2.3.0
Added
- Added a walkthrough page which explains the extension's most important features. The walkthrough is opened automatically when the extension is installed for the first time. It can be opened again using the
JSONPath Notebook: Get Started
command. - Updated JSONPath engine (JSON P3) to version 1.3.3. See https://github.com/jg-rp/json-p3/releases for more information.
Fixed
Fixed an issue where the extension would not cancel the execution of a query when the input file could not be found and the user chose to cancel the file selection dialog.
v2.2.0
Added
Switch between standard and non-standard syntax for additional functionality
v2.1.0
Changed
The result of a query is now always an array, even if the query returns a single node. The JSONPath standard does not specify how this should be represented. This change makes the behavior more predictable and consistent with other JSONPath tools.
v2.0.0
Breaking Changes
JSONPath Notebook is now fully compliant with the JSONPath proposed standard.
Most existing queries should work without any changes. However, some queries which are not valid according to the standard may need to be adjusted.
Added
- Ignore whitespace characters and line terminators before and after the JSONPath expression
v.1.2.1
Added
- Automatically close single and double quotes when typing in a query
- Tags for marketplace listing
Fixed
v1.1.1
Fixed
- Better error handling for invalid queries (should not produce infinite execution loops anymore)
- Do not show file chooser on markdown cells
jsonpath-notebook-v1.1.1.vsix
v1.1.0
Added
- Display button to select input file (context) on newly created cells. Previously, this was only shown when a cell already had a file context.
Fixed
- Uninterruptible query execution when the file chooser is canceled without selecting anything.