Skip to content

Releases: mesarth/JSONPath-Notebook

v2.3.0

09 Jun 19:07
ba9fa0c
Compare
Choose a tag to compare

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

04 Apr 08:29
366d623
Compare
Choose a tag to compare

Added

Switch between standard and non-standard syntax for additional functionality

v2.1.0

24 Mar 17:12
50a5eb0
Compare
Choose a tag to compare

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

21 Mar 21:11
1d3ad50
Compare
Choose a tag to compare

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

15 Jan 12:48
513dc73
Compare
Choose a tag to compare

Added

  • Automatically close single and double quotes when typing in a query
  • Tags for marketplace listing

Fixed

v1.1.1

03 Jan 23:11
492b850
Compare
Choose a tag to compare

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

03 Jan 23:17
492b850
Compare
Choose a tag to compare

v1.1.0

07 Nov 22:42
c807cbd
Compare
Choose a tag to compare

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.

v1.0.0

17 Oct 21:59
1466bcb
Compare
Choose a tag to compare

Added

  • option to use relative paths for input files (new default). The behavior can be changed via settings. (#6)

v0.0.6

06 Sep 18:32
e8767c2
Compare
Choose a tag to compare

Fixed

  • context switch on Windows (#4)