norn-cli 1.3.10 → 1.3.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.norn-cache/validation-results.json +2 -2
- package/CHANGELOG.md +10 -0
- package/package.json +1 -1
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
"sourceFile": "tests/Regression/15-contract-validation.norn",
|
|
7
7
|
"assertionLine": 15,
|
|
8
8
|
"status": "pass",
|
|
9
|
-
"lastRunTime": "2026-02-
|
|
9
|
+
"lastRunTime": "2026-02-09T20:01:50.112Z"
|
|
10
10
|
},
|
|
11
11
|
"tests/Regression/15-contract-validation.norn:25": {
|
|
12
12
|
"schemaPath": "tests/Regression/schemas/GET-users-1.schema.json",
|
|
13
13
|
"sourceFile": "tests/Regression/15-contract-validation.norn",
|
|
14
14
|
"assertionLine": 25,
|
|
15
15
|
"status": "pass",
|
|
16
|
-
"lastRunTime": "2026-02-
|
|
16
|
+
"lastRunTime": "2026-02-09T20:01:54.179Z"
|
|
17
17
|
},
|
|
18
18
|
"tests/Regression/15-contract-validation.norn:35": {
|
|
19
19
|
"schemaPath": "tests/Regression/schemas/GET-todos-1.schema.json",
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to the "Norn" extension will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [1.3.11] - 2026-02-09
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
- **Syntax Highlighting**: Fixed header value colors in sequences
|
|
9
|
+
- `Content-Type: application/json` now correctly colors the entire value
|
|
10
|
+
- `/json` part no longer incorrectly highlighted as URL
|
|
11
|
+
- **Syntax Highlighting**: Fixed numbers in variable names being highlighted separately
|
|
12
|
+
- `item3.status` now shows as single variable color instead of `item` + `3` in different colors
|
|
13
|
+
- Added proper variable pattern matching in assert statements
|
|
14
|
+
|
|
5
15
|
## [1.3.10] - 2026-02-09
|
|
6
16
|
|
|
7
17
|
### Fixed
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "norn-cli",
|
|
3
3
|
"displayName": "Norn - REST Client",
|
|
4
4
|
"description": "A powerful REST client for making HTTP requests with sequences, variables, scripts, and cookie support",
|
|
5
|
-
"version": "1.3.
|
|
5
|
+
"version": "1.3.11",
|
|
6
6
|
"publisher": "Norn-PeterKrustanov",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Peter Krastanov"
|