norn-cli 2.0.0 → 2.1.0

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/.kanbn/index.md CHANGED
@@ -21,6 +21,7 @@ completedColumns:
21
21
  - [finalise-the-one-line-pitch](tasks/finalise-the-one-line-pitch.md)
22
22
  - [make-a-list-of-10-people-to-speak-to](tasks/make-a-list-of-10-people-to-speak-to.md)
23
23
  - [prepare-your-customer-interview-questions](tasks/prepare-your-customer-interview-questions.md)
24
+ - [use-the-shiplight-website-as-a-template-to-improve-norn-website](tasks/use-the-shiplight-website-as-a-template-to-improve-norn-website.md)
24
25
 
25
26
  ## In Progress
26
27
 
@@ -0,0 +1,9 @@
1
+ ---
2
+ created: 2026-04-30T21:13:26.675Z
3
+ updated: 2026-04-30T21:13:26.669Z
4
+ assigned: ""
5
+ progress: 0
6
+ tags: []
7
+ ---
8
+
9
+ # Use the shiplight website as a template to improve norn website
package/CHANGELOG.md CHANGED
@@ -4,6 +4,41 @@ All notable changes to the "Norn" extension will be documented in this file.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [2.1.0] - 2026-05-08
8
+
9
+ ### Improved
10
+ - **Contract Validation Results (Extension + CLI)**:
11
+ - Replaced raw `matchesSchema` assertion text in CLI, Test Explorer, and Response Panel output with schema names and property/path-level validation counts.
12
+ - Added richer Response Panel contract cards with validation pills, validated-property details, concise issue summaries, warning-only styling, and direct `View Contract Details` navigation.
13
+ - Added a validated-properties tab and `Back to Results` navigation to Contract Details.
14
+
15
+ - **`.nornapi` Authoring (VS Code)**:
16
+ - Added diagnostics for unresolved endpoint variables such as `{{baseUrl}}` when the nearest `.nornenv` file does not define them.
17
+ - Added active-environment diagnostics for `{{$env.name}}` references in endpoint URLs and header groups.
18
+ - Updated `.nornapi` syntax highlighting so `{{...}}` interpolation matches `.norn` coloring while path parameters such as `{id}` stay distinct.
19
+
20
+ ### Fixed
21
+ - **Response Panel Stability**:
22
+ - Fixed contract-result rendering paths that could leave the sequence response panel stuck on the initial spinner or after returning from Contract Details.
23
+ - Preserved the completed result header styling when rebuilding result pages for contract navigation.
24
+
25
+ - **Contract Validation Noise**:
26
+ - Suppressed Ajv warnings for OpenAPI numeric formats such as `int32`, `int64`, `float`, and `double`.
27
+ - Cleaned up Contract Details display for root-level and missing-property errors so it no longer shows placeholder paths or fake missing actual values.
28
+ - Removed the extension activation debug log from the VS Code debug console.
29
+
30
+ ### Changed
31
+ - **Website Docs**:
32
+ - Updated website documentation and the website `.nornapi` grammar copy for the new contract-result and authoring behavior.
33
+
34
+ ## [2.0.1] - 2026-04-30
35
+
36
+ ### Changed
37
+ - **Norn Icon Refresh**:
38
+ - Updated the extension package icon to match the Norn API/network mark used on the website and Activity Bar.
39
+ - Replaced the stylized `.norn` file icon with a teal-blue test tube icon.
40
+ - Recolored `.nornapi`, `.nornsql`, and `.nornenv` file icons to use the Norn teal-blue brand palette.
41
+
7
42
  ## [2.0.0] - 2026-04-29
8
43
 
9
44
  ### Added