@braingrid/cli 0.2.15 → 0.2.17
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/CHANGELOG.md +21 -0
- package/dist/cli.js +501 -346
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.2.17] - 2025-12-17
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- **Update notifications and interactive prompts**
|
|
15
|
+
- CLI now shows update warning after every command when a newer version is available on npm
|
|
16
|
+
- New interactive update prompt at the start of `braingrid init` offers to update before proceeding
|
|
17
|
+
- Version check results are cached for 12 hours to minimize network requests
|
|
18
|
+
- Silent failure on network errors ensures CLI functionality is never impacted
|
|
19
|
+
- Extracted reusable version utilities for consistent version handling across the CLI
|
|
20
|
+
|
|
21
|
+
## [0.2.16] - 2025-12-17
|
|
22
|
+
|
|
23
|
+
### Added
|
|
24
|
+
|
|
25
|
+
- **--format option for show commands**
|
|
26
|
+
- Added `--format` option to `requirement show` command
|
|
27
|
+
- Added `--format` option to `task show` command
|
|
28
|
+
- Supports all standard formats: table (default), json, xml, markdown
|
|
29
|
+
- Consistent with other commands that already support `--format`
|
|
30
|
+
|
|
10
31
|
## [0.2.15] - 2025-12-15
|
|
11
32
|
|
|
12
33
|
### Changed
|