norn-cli 1.5.0 → 1.5.2
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/swagger-body-intellisense.json +1 -1
- package/CHANGELOG.md +26 -0
- package/dist/cli.js +423 -230
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,32 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to the "Norn" extension will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [1.5.2] - 2026-02-28
|
|
6
|
+
|
|
7
|
+
### Improved
|
|
8
|
+
- **Premium Aurora UI Design**:
|
|
9
|
+
- Updated Home sidebar with aurora gradient welcome card, styled file type pills, and resource links.
|
|
10
|
+
- Updated response panels with aurora-styled headers, status badges, and tabbed navigation.
|
|
11
|
+
- Updated assertion failure details with gradient backgrounds and styled error highlighting.
|
|
12
|
+
- Updated API Coverage panel with gradient headers, progress bars, and styled endpoint sections.
|
|
13
|
+
- Updated Contract Report panel with gradient summary cards and styled issue lists.
|
|
14
|
+
- Added consistent 3D-style colored icons for print, script, timer, and sequence group steps.
|
|
15
|
+
|
|
16
|
+
## [1.5.1] - 2026-02-28
|
|
17
|
+
|
|
18
|
+
### Improved
|
|
19
|
+
- **Path IntelliSense (Import + Scripts)**:
|
|
20
|
+
- Added relative path completions for `import` statements and script commands (`run bash`, `run powershell`, `run js`, `run readJson`) in `.norn` files.
|
|
21
|
+
- Suggestions now resolve from the active file directory and continue navigation on `/`.
|
|
22
|
+
- File suggestions prioritize relevant extensions by context (for example `.norn`/`.nornapi` for imports, `.ps1` for PowerShell, `.js` for JS).
|
|
23
|
+
|
|
24
|
+
- **.nornenv IntelliSense**:
|
|
25
|
+
- Added relative import path IntelliSense in `.nornenv` files.
|
|
26
|
+
- `.nornenv` is now visible in path suggestions by default, even when hidden files are not explicitly prefixed.
|
|
27
|
+
|
|
28
|
+
- **Suggestion Icon Consistency**:
|
|
29
|
+
- Path completion entries now consistently use file/folder icons in suggest lists to avoid iconless entries.
|
|
30
|
+
|
|
5
31
|
## [1.5.0] - 2026-02-26
|
|
6
32
|
|
|
7
33
|
### Added
|