@qui-cli/core 4.0.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/CHANGELOG.md +146 -0
- package/LICENSE +674 -0
- package/README.md +130 -0
- package/dist/Core.d.ts +15 -0
- package/dist/Core.js +58 -0
- package/dist/Help.d.ts +9 -0
- package/dist/Help.js +26 -0
- package/dist/JackSpeak.d.ts +9 -0
- package/dist/JackSpeak.js +44 -0
- package/dist/Positionals.d.ts +47 -0
- package/dist/Positionals.js +203 -0
- package/dist/Usage.d.ts +1 -0
- package/dist/Usage.js +13 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +9 -0
- package/package.json +45 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
|
|
4
|
+
|
|
5
|
+
## [4.0.0](https://github.com/battis/qui-cli/compare/core/3.1.0...core/4.0.0) (2025-08-02)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* rename @battis/qui-cli.core --> @qui-cli/core
|
|
11
|
+
|
|
12
|
+
* rename @battis/qui-cli.core --> @qui-cli/core ([43367e9](https://github.com/battis/qui-cli/commit/43367e9d4316aa22fb28078e9436e6de35564f1f))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* update dependencies to renamed @qui-cli/colors ([ff80e86](https://github.com/battis/qui-cli/commit/ff80e8625ef98834afdf04e57bfedb1906834e2b))
|
|
18
|
+
* update dependencies to renamed @qui-cli/log ([1c8f0fb](https://github.com/battis/qui-cli/commit/1c8f0fbd5561b4274032382c5d10d33912956e7f))
|
|
19
|
+
* update dependencies to renamed @qui-cli/plugin ([117ea85](https://github.com/battis/qui-cli/commit/117ea85256ec69c807c5b56293546d9c350fd43f))
|
|
20
|
+
|
|
21
|
+
## [3.1.0](https://github.com/battis/qui-cli/compare/core/3.0.0...core/3.1.0) (2025-08-01)
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
- present usage information in order defined in options() hook ([f470d07](https://github.com/battis/qui-cli/commit/f470d07ed27a9c774d5622641a385e62e37bde80))
|
|
26
|
+
|
|
27
|
+
## [3.0.0](https://github.com/battis/qui-cli/compare/core/2.2.1...core/3.0.0) (2025-06-28)
|
|
28
|
+
|
|
29
|
+
### ⚠ BREAKING CHANGES
|
|
30
|
+
|
|
31
|
+
- add positional documentation to -h usage documentation
|
|
32
|
+
- color-code command terms in -h usage output
|
|
33
|
+
- reorder Help before JackSpeak to ensure -h flag operability
|
|
34
|
+
|
|
35
|
+
### Features
|
|
36
|
+
|
|
37
|
+
- add positional documentation to -h usage documentation ([667986b](https://github.com/battis/qui-cli/commit/667986b7036cabc3f45341b9b61283d142a2cb0a))
|
|
38
|
+
- color-code command terms in -h usage output ([01fd5a2](https://github.com/battis/qui-cli/commit/01fd5a2c6a08436a558f85343b7eec47556d1727))
|
|
39
|
+
- core plugins Positionals and JackSpeak ([c358fc4](https://github.com/battis/qui-cli/commit/c358fc437c1021a15a09b6c0be2fa8dfb9c9308a))
|
|
40
|
+
|
|
41
|
+
### Bug Fixes
|
|
42
|
+
|
|
43
|
+
- reorder Help before JackSpeak to ensure -h flag operability ([594f7ac](https://github.com/battis/qui-cli/commit/594f7ac93513bb55d714149f261a6e76c397931e))
|
|
44
|
+
|
|
45
|
+
## [2.2.1](https://github.com/battis/qui-cli/compare/core/2.2.0...core/2.2.1) (2025-06-23)
|
|
46
|
+
|
|
47
|
+
### Bug Fixes
|
|
48
|
+
|
|
49
|
+
- update peer dependency versions to minimum viable ([a776908](https://github.com/battis/qui-cli/commit/a7769085adef6da665da7a67cb143af1e0bba6be))
|
|
50
|
+
|
|
51
|
+
## [2.2.0](https://github.com/battis/qui-cli/compare/core/2.1.1...core/2.2.0) (2025-06-23)
|
|
52
|
+
|
|
53
|
+
### Features
|
|
54
|
+
|
|
55
|
+
- options loaded by plugin import order ([778ee41](https://github.com/battis/qui-cli/commit/778ee41442e190d1d20fdc31217bba13e82ef6a3))
|
|
56
|
+
- src property no longer required for plugins ([5ccd2ab](https://github.com/battis/qui-cli/commit/5ccd2ab67b618ec7121dacacc9fbf059f163f3b8))
|
|
57
|
+
|
|
58
|
+
## [2.1.1](https://github.com/battis/qui-cli/compare/core/2.1.0...core/2.1.1) (2025-06-18)
|
|
59
|
+
|
|
60
|
+
### Bug Fixes
|
|
61
|
+
|
|
62
|
+
- clean up typing of arguments ([64d8807](https://github.com/battis/qui-cli/commit/64d88075bdd5653f8ab84ab4e3f2805ab62748a2))
|
|
63
|
+
|
|
64
|
+
## [2.1.0](https://github.com/battis/qui-cli/compare/core/2.0.1...core/2.1.0) (2025-02-28)
|
|
65
|
+
|
|
66
|
+
### Features
|
|
67
|
+
|
|
68
|
+
- run() ([a2c5ba2](https://github.com/battis/qui-cli/commit/a2c5ba2f8de6c52a88c1cf75ac37f93b51fb8211))
|
|
69
|
+
|
|
70
|
+
### Bug Fixes
|
|
71
|
+
|
|
72
|
+
- catch repeated initializations ([6caee60](https://github.com/battis/qui-cli/commit/6caee60234874eaaafc6e4046cfa699a709c9421))
|
|
73
|
+
|
|
74
|
+
## [2.0.1](https://github.com/battis/qui-cli/compare/core/2.0.0...core/2.0.1) (2025-02-23)
|
|
75
|
+
|
|
76
|
+
### Bug Fixes
|
|
77
|
+
|
|
78
|
+
- more flexible peer dependency ([f03e1be](https://github.com/battis/qui-cli/commit/f03e1bef07af225fbebddc12b65d2a7bd3c81c0e))
|
|
79
|
+
|
|
80
|
+
## [2.0.0](https://github.com/battis/qui-cli/compare/core/1.0.0...core/2.0.0) (2025-02-23)
|
|
81
|
+
|
|
82
|
+
### ⚠ BREAKING CHANGES
|
|
83
|
+
|
|
84
|
+
- nest core config under core key
|
|
85
|
+
- async hooks
|
|
86
|
+
|
|
87
|
+
### Features
|
|
88
|
+
|
|
89
|
+
- async hooks ([75966de](https://github.com/battis/qui-cli/commit/75966de51050b7db91027d79072060607965139c))
|
|
90
|
+
|
|
91
|
+
### Bug Fixes
|
|
92
|
+
|
|
93
|
+
- nest core config under core key ([e4828f9](https://github.com/battis/qui-cli/commit/e4828f989cb5dfec45da2eafe62f57303803debe))
|
|
94
|
+
|
|
95
|
+
## [1.0.0](https://github.com/battis/qui-cli/compare/core/0.8.4...core/1.0.0) (2025-02-21)
|
|
96
|
+
|
|
97
|
+
### ⚠ BREAKING CHANGES
|
|
98
|
+
|
|
99
|
+
- ESM module implementation
|
|
100
|
+
|
|
101
|
+
### Features
|
|
102
|
+
|
|
103
|
+
- ESM module implementation ([7a14472](https://github.com/battis/qui-cli/commit/7a14472ec83aa6186beb4b7b8632cfd2df2c6d49))
|
|
104
|
+
|
|
105
|
+
### Bug Fixes
|
|
106
|
+
|
|
107
|
+
- auto-configure on init ([37bb1c3](https://github.com/battis/qui-cli/commit/37bb1c3b49e6ee9e698d42f1e8d20da380f14636))
|
|
108
|
+
- simplify tortured Core.configure() logic ([c7f0335](https://github.com/battis/qui-cli/commit/c7f03359bb4d12858775baa91a5bc4189fe86736))
|
|
109
|
+
|
|
110
|
+
## 0.8.4
|
|
111
|
+
|
|
112
|
+
### Patch Changes
|
|
113
|
+
|
|
114
|
+
- ad6edd4: check for help flag _first_
|
|
115
|
+
|
|
116
|
+
## 0.8.3
|
|
117
|
+
|
|
118
|
+
### Patch Changes
|
|
119
|
+
|
|
120
|
+
- 6badb2b: fix(?) incompatibility with v0.7.x scripts
|
|
121
|
+
- Updated dependencies [6badb2b]
|
|
122
|
+
- @qui-cli/plugin@0.1.2
|
|
123
|
+
|
|
124
|
+
## 0.8.2
|
|
125
|
+
|
|
126
|
+
### Patch Changes
|
|
127
|
+
|
|
128
|
+
- Updated dependencies [a259210]
|
|
129
|
+
- @qui-cli/plugin@0.1.1
|
|
130
|
+
|
|
131
|
+
## 0.8.1
|
|
132
|
+
|
|
133
|
+
### Patch Changes
|
|
134
|
+
|
|
135
|
+
- ab8ce9f: fix args
|
|
136
|
+
|
|
137
|
+
## 0.8.0
|
|
138
|
+
|
|
139
|
+
### Minor Changes
|
|
140
|
+
|
|
141
|
+
- 97d48ef: refactored for plugin architecture
|
|
142
|
+
|
|
143
|
+
### Patch Changes
|
|
144
|
+
|
|
145
|
+
- Updated dependencies [97d48ef]
|
|
146
|
+
- @qui-cli/plugin@0.1.0
|