Skip to content

Commit ba9fa0c

Browse files
committed
v2.3.0
1 parent d26a545 commit ba9fa0c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to JSONPath Notebook will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.3.0] - 2024-06-09
9+
10+
## Added
11+
- 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.
12+
- Updated JSONPath engine (JSON P3) to version 1.3.3. See https://github.com/jg-rp/json-p3/releases for more information.
13+
## Fixed
14+
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.
15+
816
## [2.2.0] - 2024-04-04
917

1018
### Added

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jsonpath-notebook",
33
"publisher": "tschranz",
44
"displayName": "JSONPath Notebook",
5-
"description": "Run JSONPath queries inside VS Code Notebooks",
5+
"description": "Run JSONPath queries inside Notebooks",
66
"icon": "images/icon.png",
77
"author": {
88
"name": "Tobias Schranz",
@@ -12,7 +12,7 @@
1212
"type": "git",
1313
"url": "https://github.com/mesarth/JSONPath-Notebook/"
1414
},
15-
"version": "2.2.0",
15+
"version": "2.3.0",
1616
"engines": {
1717
"vscode": "^1.80.0"
1818
},

0 commit comments

Comments
 (0)