Skip to content

Commit 50a5eb0

Browse files
committed
v2.1.0
1 parent 2cff198 commit 50a5eb0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.1.0] - 2024-03-24
9+
10+
### Changed
11+
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.
12+
813
## [2.0.0] - 2024-03-21
914

1015
### Breaking Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "git",
1313
"url": "https://github.com/mesarth/JSONPath-Notebook/"
1414
},
15-
"version": "2.0.0",
15+
"version": "2.1.0",
1616
"engines": {
1717
"vscode": "^1.80.0"
1818
},

0 commit comments

Comments
 (0)