@programinglive/commiter 1.2.12 โ 1.2.16
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/.github/ISSUE_TEMPLATE/bug_report.md +28 -28
- package/.github/ISSUE_TEMPLATE/config.yml +5 -5
- package/.github/ISSUE_TEMPLATE/feature_request.md +20 -20
- package/.github/PULL_REQUEST_TEMPLATE.md +24 -24
- package/.github/workflows/publish.yml +8 -5
- package/CHANGELOG.md +263 -235
- package/CODE_OF_CONDUCT.md +36 -36
- package/LICENSE +21 -21
- package/PRD.md +96 -96
- package/PUBLISH.md +142 -142
- package/README.md +217 -217
- package/SECURITY.md +30 -30
- package/commitlint.config.cjs +4 -4
- package/docs/CREATE_RELEASES.md +103 -103
- package/docs/QUICK_RELEASE_GUIDE.md +101 -101
- package/docs/release-notes/RELEASE_NOTES.md +217 -185
- package/index.js +199 -199
- package/netlify.toml +2 -2
- package/package.json +96 -96
- package/scripts/create-releases.js +219 -219
- package/scripts/release.cjs +258 -258
- package/scripts/update-release-notes.cjs +182 -182
- package/web/README.md +79 -79
- package/web/css/style.css +963 -963
- package/web/favicon.svg +10 -10
- package/web/index.html +510 -510
- package/web/js/script.js +256 -256
- package/web/og-image.svg +24 -24
- package/.netlify/netlify.toml +0 -25
- package/.netlify/state.json +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,34 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [1.2.16](https://github.com/programinglive/commiter/compare/v1.2.15...v1.2.16) (2025-12-13)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ๐ท Continuous Integration
|
|
9
|
+
|
|
10
|
+
* upgrade to node 20 and update npm for OIDC ([5f7d9a0](https://github.com/programinglive/commiter/commit/5f7d9a0d668ab5702879841de2f9d0818fa8f6bd))
|
|
11
|
+
|
|
12
|
+
### [1.2.15](https://github.com/programinglive/commiter/compare/v1.2.14...v1.2.15) (2025-12-13)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### ๐ท Continuous Integration
|
|
16
|
+
|
|
17
|
+
* remove registry-url to fix OIDC auth conflict ([c49b6e8](https://github.com/programinglive/commiter/commit/c49b6e81195c5b9dc40611ee87fd22d45c33e3a9))
|
|
18
|
+
|
|
19
|
+
### [1.2.14](https://github.com/programinglive/commiter/compare/v1.2.13...v1.2.14) (2025-12-13)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### ๐ท Continuous Integration
|
|
23
|
+
|
|
24
|
+
* remove legacy auth token env ([8508deb](https://github.com/programinglive/commiter/commit/8508deb5ee725519848588780d897f03fdb725eb))
|
|
25
|
+
|
|
26
|
+
### [1.2.13](https://github.com/programinglive/commiter/compare/v1.2.12...v1.2.13) (2025-12-13)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### ๐ท Continuous Integration
|
|
30
|
+
|
|
31
|
+
* enable npm trusted publishing (OIDC) with provenance ([5e1e852](https://github.com/programinglive/commiter/commit/5e1e852abfa6860e7e1533895ebf3f2996a11bfb))
|
|
32
|
+
|
|
5
33
|
### [1.2.12](https://github.com/programinglive/commiter/compare/v1.2.10...v1.2.12) (2025-12-13)
|
|
6
34
|
|
|
7
35
|
|
|
@@ -65,238 +93,238 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
65
93
|
|
|
66
94
|
* add netlify.toml for static site deployment ([2f70ec7](https://github.com/programinglive/commiter/commit/2f70ec7be08970d7a51b6fe186ef3fac9a9cef9e))
|
|
67
95
|
|
|
68
|
-
### [1.2.7](https://github.com/programinglive/commiter/compare/v1.2.6...v1.2.7) (2025-12-02)
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
### โป๏ธ Refactors
|
|
72
|
-
|
|
73
|
-
* remove website auto updates ([c6f2498](https://github.com/programinglive/commiter/commit/c6f24986dd657d7eae91ac84e821a6dbbb492e37))
|
|
74
|
-
|
|
75
|
-
### [1.2.6](https://github.com/programinglive/commiter/compare/v1.2.5...v1.2.6) (2025-11-30)
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
### ๐ Bug Fixes
|
|
79
|
-
|
|
80
|
-
* tests only run during release, not on commit ([15600a0](https://github.com/programinglive/commiter/commit/15600a0a558ea9fd38a77afd2c11f5e954d87c51))
|
|
81
|
-
|
|
82
|
-
### [1.2.5](https://github.com/programinglive/commiter/compare/v1.2.4...v1.2.5) (2025-11-29)
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
### ๐งน Chores
|
|
86
|
-
|
|
87
|
-
* **release:** v1.2.4 ๐ ([23e546a](https://github.com/programinglive/commiter/commit/23e546a070ef4ddc403f7d3a89750c501ec84f08))
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
### โ
Tests
|
|
91
|
-
|
|
92
|
-
* add integration tests to verify web updates are only for commiter ([8b2b1ad](https://github.com/programinglive/commiter/commit/8b2b1ad045f088db03d9ccfea4dad54cb5278926))
|
|
93
|
-
|
|
94
|
-
### [1.2.4](https://github.com/programinglive/commiter/compare/v1.2.3...v1.2.4) (2025-11-27)
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
### ๐งน Chores
|
|
98
|
-
|
|
99
|
-
* **release:** 1.2.3 ([9d12f7e](https://github.com/programinglive/commiter/commit/9d12f7e7f9ec5d64b4f7a6d30a4c046e760d73bb))
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
### ๐ Bug Fixes
|
|
103
|
-
|
|
104
|
-
* **web:** improve terminal layout and animation ([6d196f4](https://github.com/programinglive/commiter/commit/6d196f4f922e72ad32e9cb570046ff7bf82c398e))
|
|
105
|
-
|
|
106
|
-
### [1.2.3](https://github.com/programinglive/commiter/compare/v1.2.2...v1.2.3) (2025-11-27)
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
### โจ Features
|
|
110
|
-
|
|
111
|
-
* automate website releases timeline updates from release notes ([5abf788](https://github.com/programinglive/commiter/commit/5abf788afd90dde0b8a52dc3658720044f40b2ee))
|
|
112
|
-
|
|
113
|
-
### [1.2.2](https://github.com/programinglive/commiter/compare/v1.2.1...v1.2.2) (2025-11-27)
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
### ๐งน Chores
|
|
117
|
-
|
|
118
|
-
* update homepage url ([556b173](https://github.com/programinglive/commiter/commit/556b173db74c99e0d0b20045139f415736389727))
|
|
119
|
-
|
|
120
|
-
### [1.2.1](https://github.com/programinglive/commiter/compare/v1.2.0...v1.2.1) (2025-11-26)
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
### ๐ Bug Fixes
|
|
124
|
-
|
|
125
|
-
* **release:** improve website version update reliability ([18f5ace](https://github.com/programinglive/commiter/commit/18f5acea973d49af07f2d41ebf035529d825429c))
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
### โจ Features
|
|
129
|
-
|
|
130
|
-
* **website:** read version from git tags instead of package.json ([8fe8af8](https://github.com/programinglive/commiter/commit/8fe8af8098816713f5ad6a08f3a548173f89d57d))
|
|
131
|
-
|
|
132
|
-
## [1.2.0](https://github.com/programinglive/commiter/compare/v1.1.11...v1.2.0) (2025-11-26)
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
### ๐งน Chores
|
|
136
|
-
|
|
137
|
-
* **project:** update documentation and release scripts ([88d02c6](https://github.com/programinglive/commiter/commit/88d02c6f527cd4dc63bcecfca4538867fe8d5c96))
|
|
138
|
-
|
|
139
|
-
### [1.1.11](https://github.com/programinglive/commiter/compare/v1.1.10...v1.1.11) (2025-11-26)
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
### ๐ Documentation
|
|
143
|
-
|
|
144
|
-
* **website:** add open graph social media preview ([7a2f911](https://github.com/programinglive/commiter/commit/7a2f91156bcef6f351d4e914efc53776741baf69))
|
|
145
|
-
|
|
146
|
-
### [1.1.10](https://github.com/programinglive/commiter/compare/v1.1.9...v1.1.10) (2025-11-26)
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
### โจ Features
|
|
150
|
-
|
|
151
|
-
* **website:** add professional landing page and release tools ([ec53e2d](https://github.com/programinglive/commiter/commit/ec53e2d5d2d1d61d899ba0349cb6771bb9e57385))
|
|
152
|
-
|
|
153
|
-
### [1.1.9](https://github.com/programinglive/commiter/compare/v1.1.8...v1.1.9) (2025-11-24)
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
### ๐ Bug Fixes
|
|
157
|
-
|
|
158
|
-
* convert release scripts to CJS to support ESM projects ([842da02](https://github.com/programinglive/commiter/commit/842da0298f1c4df7aa93b43ca8698e3669ef6450))
|
|
159
|
-
|
|
160
|
-
### [1.1.8](https://github.com/programinglive/commiter/compare/v1.1.7...v1.1.8) (2025-11-22)
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
### ๐ Bug Fixes
|
|
164
|
-
|
|
165
|
-
* update installation script to copy missing files and update gitignore ([5d56259](https://github.com/programinglive/commiter/commit/5d562592fe35b684fa12bd89748b24551ae28a66))
|
|
166
|
-
|
|
167
|
-
### [1.1.7](https://github.com/programinglive/commiter/compare/v1.1.6...v1.1.7) (2025-11-11)
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
### ๐ Documentation
|
|
171
|
-
|
|
172
|
-
* recommend dev workflow mcp server ([58a5054](https://github.com/programinglive/commiter/commit/58a5054fafd627ef23c448fd93b1383518590ad2))
|
|
173
|
-
|
|
174
|
-
### [1.1.6](https://github.com/programinglive/commiter/compare/v1.1.5...v1.1.6) (2025-11-05)
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
### ๐ Bug Fixes
|
|
178
|
-
|
|
179
|
-
* revert to simple release notes staging to avoid git ref conflicts ([2f6a40e](https://github.com/programinglive/commiter/commit/2f6a40ed7259cffdb0b1de1633af3e43df475044))
|
|
180
|
-
|
|
181
|
-
### [1.1.5](https://github.com/programinglive/commiter/compare/v1.1.4...v1.1.5) (2025-11-05)
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
### โจ Features
|
|
185
|
-
|
|
186
|
-
* include release notes in release commit via amendment ([3f2afa8](https://github.com/programinglive/commiter/commit/3f2afa8bd0bd264d047df06ae791384e74dc827e))
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
### ๐ Documentation
|
|
190
|
-
|
|
191
|
-
* update release notes for v1.1.5 ([cb3dbe6](https://github.com/programinglive/commiter/commit/cb3dbe62a85a174bfb074e3d2526a005fc83d0d7))
|
|
192
|
-
|
|
193
|
-
### [1.1.4](https://github.com/programinglive/commiter/compare/v1.1.3...v1.1.4) (2025-11-05)
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
### ๐ Bug Fixes
|
|
197
|
-
|
|
198
|
-
* simplify release notes staging to avoid git ref conflicts ([d4077aa](https://github.com/programinglive/commiter/commit/d4077aa1544e07cb64d089a440cf9461da42c413))
|
|
199
|
-
|
|
200
|
-
### [1.1.3](https://github.com/programinglive/commiter/compare/v1.1.2...v1.1.3) (2025-11-05)
|
|
201
|
-
|
|
202
|
-
### [1.1.2](https://github.com/programinglive/commiter/compare/v1.1.1...v1.1.2) (2025-11-05)
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
### ๐งน Chores
|
|
206
|
-
|
|
207
|
-
* auto-update release notes during release ([99d1043](https://github.com/programinglive/commiter/commit/99d104374794a6a46dc34e8a91fa8b30ae9b297b))
|
|
208
|
-
|
|
209
|
-
### [1.1.1](https://github.com/programinglive/commiter/compare/v1.1.0...v1.1.1) (2025-11-05)
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
### ๐ Bug Fixes
|
|
213
|
-
|
|
214
|
-
* remove fs.F_OK deprecation warning ([1b0652b](https://github.com/programinglive/commiter/commit/1b0652b88d1b095e1045994948f75ce8194f9d3a))
|
|
215
|
-
|
|
216
|
-
## [1.1.0](https://github.com/programinglive/commiter/compare/v1.0.12...v1.1.0) (2025-10-29)
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
### ๐ Documentation
|
|
220
|
-
|
|
221
|
-
* clarify release automation flow ([1cf7aa2](https://github.com/programinglive/commiter/commit/1cf7aa2432f371eac69d6931c8a497991686bfc6))
|
|
222
|
-
|
|
223
|
-
### [1.0.12](https://github.com/programinglive/commiter/compare/v1.0.11...v1.0.12) (2025-10-29)
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
### โจ Features
|
|
227
|
-
|
|
228
|
-
* auto-detect test command during release ([602e30e](https://github.com/programinglive/commiter/commit/602e30e94ff7c58b35f8c54bd495c0334352c72c))
|
|
229
|
-
|
|
230
|
-
### [1.0.11](https://github.com/programinglive/commiter/compare/v1.0.10...v1.0.11) (2025-10-29)
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
### ๐ Documentation
|
|
234
|
-
|
|
235
|
-
* add status and download badges ([407edd4](https://github.com/programinglive/commiter/commit/407edd48d5cf88bfcd3c9e272f83b90ed648b6ce))
|
|
236
|
-
|
|
237
|
-
### [1.0.10](https://github.com/programinglive/commiter/compare/v1.0.9...v1.0.10) (2025-10-29)
|
|
238
|
-
|
|
239
|
-
### [1.0.9](https://github.com/programinglive/commiter/compare/v1.0.8...v1.0.9) (2025-10-29)
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
### โจ Features
|
|
243
|
-
|
|
244
|
-
* add new feature ([e1603c1](https://github.com/programinglive/commiter/commit/e1603c144823dd54f077de3f16c5c764d2066fe7))
|
|
245
|
-
|
|
246
|
-
### [1.0.8](https://github.com/programinglive/commiter/compare/v1.0.7...v1.0.8) (2025-10-29)
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
### โจ Features
|
|
250
|
-
|
|
251
|
-
* add release helper script and tests ([085af63](https://github.com/programinglive/commiter/commit/085af631d2c53725f125d0f48b1221bc81830288))
|
|
252
|
-
|
|
253
|
-
### [1.0.7](https://github.com/programinglive/commiter/compare/v1.0.6...v1.0.7) (2025-10-29)
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
### โจ Features
|
|
257
|
-
|
|
258
|
-
* add release helper script and tests ([93f4235](https://github.com/programinglive/commiter/commit/93f4235c3cf2e34b77b78ba51c0337cf89e564df))
|
|
259
|
-
|
|
260
|
-
### [1.0.6](https://github.com/programinglive/commiter/compare/v1.0.5...v1.0.6) (2025-10-19)
|
|
261
|
-
|
|
262
|
-
### [1.0.5](https://github.com/programinglive/commiter/compare/v1.0.4...v1.0.5) (2025-10-19)
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
### ๐ Bug Fixes
|
|
266
|
-
|
|
267
|
-
* allow release commits with emoji ([26c4afa](https://github.com/programinglive/commiter/commit/26c4afa26fc7c11c91ac576dcba197cba5d3d98a))
|
|
268
|
-
|
|
269
|
-
### [1.0.4](https://github.com/programinglive/commiter/compare/v1.0.3...v1.0.4) (2025-10-19)
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
### ๐ Bug Fixes
|
|
273
|
-
|
|
274
|
-
* ensure safe test default for initial release ([27d2ee3](https://github.com/programinglive/commiter/commit/27d2ee35d1e558ef459a61e41627305997621392))
|
|
275
|
-
|
|
276
|
-
### [1.0.3](https://github.com/programinglive/commiter/compare/v1.0.2...v1.0.3) (2025-10-19)
|
|
277
|
-
|
|
278
|
-
### [1.0.2](https://github.com/programinglive/commiter/compare/v1.0.1...v1.0.2) (2025-10-19)
|
|
279
|
-
|
|
280
|
-
### [1.0.1](https://github.com/programinglive/commiter/compare/v1.0.0...v1.0.1) (2025-10-18)
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
### ๐ Bug Fixes
|
|
284
|
-
|
|
285
|
-
* align commitlint config with project module type ([d051eac](https://github.com/programinglive/commiter/commit/d051eace5471d0c54fd8de6a3bede6a0df020dad))
|
|
286
|
-
|
|
287
|
-
## 1.0.0 (2025-10-17)
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
### โจ Features
|
|
291
|
-
|
|
292
|
-
* initial project setup with standard-version and conventional commits ([0accf6d](https://github.com/programinglive/commiter/commit/0accf6dba678c1946629aa3f1b691bea7e20cd95))
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
### ๐ Documentation
|
|
296
|
-
|
|
297
|
-
* add community health files and apply package tooling ([0fa802b](https://github.com/programinglive/commiter/commit/0fa802b6129053d3f32030cec561e5926dd09c42))
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
### ๐งน Chores
|
|
301
|
-
|
|
302
|
-
* update package metadata ([7c112f3](https://github.com/programinglive/commiter/commit/7c112f3d82e2c92ed31fa3e60fafd5ca0429184d))
|
|
96
|
+
### [1.2.7](https://github.com/programinglive/commiter/compare/v1.2.6...v1.2.7) (2025-12-02)
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
### โป๏ธ Refactors
|
|
100
|
+
|
|
101
|
+
* remove website auto updates ([c6f2498](https://github.com/programinglive/commiter/commit/c6f24986dd657d7eae91ac84e821a6dbbb492e37))
|
|
102
|
+
|
|
103
|
+
### [1.2.6](https://github.com/programinglive/commiter/compare/v1.2.5...v1.2.6) (2025-11-30)
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
### ๐ Bug Fixes
|
|
107
|
+
|
|
108
|
+
* tests only run during release, not on commit ([15600a0](https://github.com/programinglive/commiter/commit/15600a0a558ea9fd38a77afd2c11f5e954d87c51))
|
|
109
|
+
|
|
110
|
+
### [1.2.5](https://github.com/programinglive/commiter/compare/v1.2.4...v1.2.5) (2025-11-29)
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
### ๐งน Chores
|
|
114
|
+
|
|
115
|
+
* **release:** v1.2.4 ๐ ([23e546a](https://github.com/programinglive/commiter/commit/23e546a070ef4ddc403f7d3a89750c501ec84f08))
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
### โ
Tests
|
|
119
|
+
|
|
120
|
+
* add integration tests to verify web updates are only for commiter ([8b2b1ad](https://github.com/programinglive/commiter/commit/8b2b1ad045f088db03d9ccfea4dad54cb5278926))
|
|
121
|
+
|
|
122
|
+
### [1.2.4](https://github.com/programinglive/commiter/compare/v1.2.3...v1.2.4) (2025-11-27)
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
### ๐งน Chores
|
|
126
|
+
|
|
127
|
+
* **release:** 1.2.3 ([9d12f7e](https://github.com/programinglive/commiter/commit/9d12f7e7f9ec5d64b4f7a6d30a4c046e760d73bb))
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
### ๐ Bug Fixes
|
|
131
|
+
|
|
132
|
+
* **web:** improve terminal layout and animation ([6d196f4](https://github.com/programinglive/commiter/commit/6d196f4f922e72ad32e9cb570046ff7bf82c398e))
|
|
133
|
+
|
|
134
|
+
### [1.2.3](https://github.com/programinglive/commiter/compare/v1.2.2...v1.2.3) (2025-11-27)
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
### โจ Features
|
|
138
|
+
|
|
139
|
+
* automate website releases timeline updates from release notes ([5abf788](https://github.com/programinglive/commiter/commit/5abf788afd90dde0b8a52dc3658720044f40b2ee))
|
|
140
|
+
|
|
141
|
+
### [1.2.2](https://github.com/programinglive/commiter/compare/v1.2.1...v1.2.2) (2025-11-27)
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
### ๐งน Chores
|
|
145
|
+
|
|
146
|
+
* update homepage url ([556b173](https://github.com/programinglive/commiter/commit/556b173db74c99e0d0b20045139f415736389727))
|
|
147
|
+
|
|
148
|
+
### [1.2.1](https://github.com/programinglive/commiter/compare/v1.2.0...v1.2.1) (2025-11-26)
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
### ๐ Bug Fixes
|
|
152
|
+
|
|
153
|
+
* **release:** improve website version update reliability ([18f5ace](https://github.com/programinglive/commiter/commit/18f5acea973d49af07f2d41ebf035529d825429c))
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
### โจ Features
|
|
157
|
+
|
|
158
|
+
* **website:** read version from git tags instead of package.json ([8fe8af8](https://github.com/programinglive/commiter/commit/8fe8af8098816713f5ad6a08f3a548173f89d57d))
|
|
159
|
+
|
|
160
|
+
## [1.2.0](https://github.com/programinglive/commiter/compare/v1.1.11...v1.2.0) (2025-11-26)
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
### ๐งน Chores
|
|
164
|
+
|
|
165
|
+
* **project:** update documentation and release scripts ([88d02c6](https://github.com/programinglive/commiter/commit/88d02c6f527cd4dc63bcecfca4538867fe8d5c96))
|
|
166
|
+
|
|
167
|
+
### [1.1.11](https://github.com/programinglive/commiter/compare/v1.1.10...v1.1.11) (2025-11-26)
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
### ๐ Documentation
|
|
171
|
+
|
|
172
|
+
* **website:** add open graph social media preview ([7a2f911](https://github.com/programinglive/commiter/commit/7a2f91156bcef6f351d4e914efc53776741baf69))
|
|
173
|
+
|
|
174
|
+
### [1.1.10](https://github.com/programinglive/commiter/compare/v1.1.9...v1.1.10) (2025-11-26)
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
### โจ Features
|
|
178
|
+
|
|
179
|
+
* **website:** add professional landing page and release tools ([ec53e2d](https://github.com/programinglive/commiter/commit/ec53e2d5d2d1d61d899ba0349cb6771bb9e57385))
|
|
180
|
+
|
|
181
|
+
### [1.1.9](https://github.com/programinglive/commiter/compare/v1.1.8...v1.1.9) (2025-11-24)
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
### ๐ Bug Fixes
|
|
185
|
+
|
|
186
|
+
* convert release scripts to CJS to support ESM projects ([842da02](https://github.com/programinglive/commiter/commit/842da0298f1c4df7aa93b43ca8698e3669ef6450))
|
|
187
|
+
|
|
188
|
+
### [1.1.8](https://github.com/programinglive/commiter/compare/v1.1.7...v1.1.8) (2025-11-22)
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
### ๐ Bug Fixes
|
|
192
|
+
|
|
193
|
+
* update installation script to copy missing files and update gitignore ([5d56259](https://github.com/programinglive/commiter/commit/5d562592fe35b684fa12bd89748b24551ae28a66))
|
|
194
|
+
|
|
195
|
+
### [1.1.7](https://github.com/programinglive/commiter/compare/v1.1.6...v1.1.7) (2025-11-11)
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
### ๐ Documentation
|
|
199
|
+
|
|
200
|
+
* recommend dev workflow mcp server ([58a5054](https://github.com/programinglive/commiter/commit/58a5054fafd627ef23c448fd93b1383518590ad2))
|
|
201
|
+
|
|
202
|
+
### [1.1.6](https://github.com/programinglive/commiter/compare/v1.1.5...v1.1.6) (2025-11-05)
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
### ๐ Bug Fixes
|
|
206
|
+
|
|
207
|
+
* revert to simple release notes staging to avoid git ref conflicts ([2f6a40e](https://github.com/programinglive/commiter/commit/2f6a40ed7259cffdb0b1de1633af3e43df475044))
|
|
208
|
+
|
|
209
|
+
### [1.1.5](https://github.com/programinglive/commiter/compare/v1.1.4...v1.1.5) (2025-11-05)
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
### โจ Features
|
|
213
|
+
|
|
214
|
+
* include release notes in release commit via amendment ([3f2afa8](https://github.com/programinglive/commiter/commit/3f2afa8bd0bd264d047df06ae791384e74dc827e))
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
### ๐ Documentation
|
|
218
|
+
|
|
219
|
+
* update release notes for v1.1.5 ([cb3dbe6](https://github.com/programinglive/commiter/commit/cb3dbe62a85a174bfb074e3d2526a005fc83d0d7))
|
|
220
|
+
|
|
221
|
+
### [1.1.4](https://github.com/programinglive/commiter/compare/v1.1.3...v1.1.4) (2025-11-05)
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
### ๐ Bug Fixes
|
|
225
|
+
|
|
226
|
+
* simplify release notes staging to avoid git ref conflicts ([d4077aa](https://github.com/programinglive/commiter/commit/d4077aa1544e07cb64d089a440cf9461da42c413))
|
|
227
|
+
|
|
228
|
+
### [1.1.3](https://github.com/programinglive/commiter/compare/v1.1.2...v1.1.3) (2025-11-05)
|
|
229
|
+
|
|
230
|
+
### [1.1.2](https://github.com/programinglive/commiter/compare/v1.1.1...v1.1.2) (2025-11-05)
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
### ๐งน Chores
|
|
234
|
+
|
|
235
|
+
* auto-update release notes during release ([99d1043](https://github.com/programinglive/commiter/commit/99d104374794a6a46dc34e8a91fa8b30ae9b297b))
|
|
236
|
+
|
|
237
|
+
### [1.1.1](https://github.com/programinglive/commiter/compare/v1.1.0...v1.1.1) (2025-11-05)
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
### ๐ Bug Fixes
|
|
241
|
+
|
|
242
|
+
* remove fs.F_OK deprecation warning ([1b0652b](https://github.com/programinglive/commiter/commit/1b0652b88d1b095e1045994948f75ce8194f9d3a))
|
|
243
|
+
|
|
244
|
+
## [1.1.0](https://github.com/programinglive/commiter/compare/v1.0.12...v1.1.0) (2025-10-29)
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
### ๐ Documentation
|
|
248
|
+
|
|
249
|
+
* clarify release automation flow ([1cf7aa2](https://github.com/programinglive/commiter/commit/1cf7aa2432f371eac69d6931c8a497991686bfc6))
|
|
250
|
+
|
|
251
|
+
### [1.0.12](https://github.com/programinglive/commiter/compare/v1.0.11...v1.0.12) (2025-10-29)
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
### โจ Features
|
|
255
|
+
|
|
256
|
+
* auto-detect test command during release ([602e30e](https://github.com/programinglive/commiter/commit/602e30e94ff7c58b35f8c54bd495c0334352c72c))
|
|
257
|
+
|
|
258
|
+
### [1.0.11](https://github.com/programinglive/commiter/compare/v1.0.10...v1.0.11) (2025-10-29)
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
### ๐ Documentation
|
|
262
|
+
|
|
263
|
+
* add status and download badges ([407edd4](https://github.com/programinglive/commiter/commit/407edd48d5cf88bfcd3c9e272f83b90ed648b6ce))
|
|
264
|
+
|
|
265
|
+
### [1.0.10](https://github.com/programinglive/commiter/compare/v1.0.9...v1.0.10) (2025-10-29)
|
|
266
|
+
|
|
267
|
+
### [1.0.9](https://github.com/programinglive/commiter/compare/v1.0.8...v1.0.9) (2025-10-29)
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
### โจ Features
|
|
271
|
+
|
|
272
|
+
* add new feature ([e1603c1](https://github.com/programinglive/commiter/commit/e1603c144823dd54f077de3f16c5c764d2066fe7))
|
|
273
|
+
|
|
274
|
+
### [1.0.8](https://github.com/programinglive/commiter/compare/v1.0.7...v1.0.8) (2025-10-29)
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
### โจ Features
|
|
278
|
+
|
|
279
|
+
* add release helper script and tests ([085af63](https://github.com/programinglive/commiter/commit/085af631d2c53725f125d0f48b1221bc81830288))
|
|
280
|
+
|
|
281
|
+
### [1.0.7](https://github.com/programinglive/commiter/compare/v1.0.6...v1.0.7) (2025-10-29)
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
### โจ Features
|
|
285
|
+
|
|
286
|
+
* add release helper script and tests ([93f4235](https://github.com/programinglive/commiter/commit/93f4235c3cf2e34b77b78ba51c0337cf89e564df))
|
|
287
|
+
|
|
288
|
+
### [1.0.6](https://github.com/programinglive/commiter/compare/v1.0.5...v1.0.6) (2025-10-19)
|
|
289
|
+
|
|
290
|
+
### [1.0.5](https://github.com/programinglive/commiter/compare/v1.0.4...v1.0.5) (2025-10-19)
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
### ๐ Bug Fixes
|
|
294
|
+
|
|
295
|
+
* allow release commits with emoji ([26c4afa](https://github.com/programinglive/commiter/commit/26c4afa26fc7c11c91ac576dcba197cba5d3d98a))
|
|
296
|
+
|
|
297
|
+
### [1.0.4](https://github.com/programinglive/commiter/compare/v1.0.3...v1.0.4) (2025-10-19)
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
### ๐ Bug Fixes
|
|
301
|
+
|
|
302
|
+
* ensure safe test default for initial release ([27d2ee3](https://github.com/programinglive/commiter/commit/27d2ee35d1e558ef459a61e41627305997621392))
|
|
303
|
+
|
|
304
|
+
### [1.0.3](https://github.com/programinglive/commiter/compare/v1.0.2...v1.0.3) (2025-10-19)
|
|
305
|
+
|
|
306
|
+
### [1.0.2](https://github.com/programinglive/commiter/compare/v1.0.1...v1.0.2) (2025-10-19)
|
|
307
|
+
|
|
308
|
+
### [1.0.1](https://github.com/programinglive/commiter/compare/v1.0.0...v1.0.1) (2025-10-18)
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
### ๐ Bug Fixes
|
|
312
|
+
|
|
313
|
+
* align commitlint config with project module type ([d051eac](https://github.com/programinglive/commiter/commit/d051eace5471d0c54fd8de6a3bede6a0df020dad))
|
|
314
|
+
|
|
315
|
+
## 1.0.0 (2025-10-17)
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
### โจ Features
|
|
319
|
+
|
|
320
|
+
* initial project setup with standard-version and conventional commits ([0accf6d](https://github.com/programinglive/commiter/commit/0accf6dba678c1946629aa3f1b691bea7e20cd95))
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
### ๐ Documentation
|
|
324
|
+
|
|
325
|
+
* add community health files and apply package tooling ([0fa802b](https://github.com/programinglive/commiter/commit/0fa802b6129053d3f32030cec561e5926dd09c42))
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
### ๐งน Chores
|
|
329
|
+
|
|
330
|
+
* update package metadata ([7c112f3](https://github.com/programinglive/commiter/commit/7c112f3d82e2c92ed31fa3e60fafd5ca0429184d))
|
package/CODE_OF_CONDUCT.md
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
# Contributor Covenant Code of Conduct
|
|
2
|
-
|
|
3
|
-
## Our Pledge
|
|
4
|
-
We pledge to make participation in `@programinglive/commiter` open, welcoming, and harassment-free for everyone, regardless of age, body size, disability, ethnicity, gender identity or expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
|
|
5
|
-
|
|
6
|
-
## Our Standards
|
|
7
|
-
**Positive behaviours**
|
|
8
|
-
- Showing empathy and kindness toward other people
|
|
9
|
-
- Respecting differing opinions, viewpoints, and experiences
|
|
10
|
-
- Giving and gracefully accepting constructive feedback
|
|
11
|
-
- Accepting responsibility and apologizing when mistakes occur
|
|
12
|
-
|
|
13
|
-
**Unacceptable behaviours**
|
|
14
|
-
- Use of sexualized language or imagery, or unwelcome sexual attention
|
|
15
|
-
- Trolling, insulting or derogatory comments, and personal attacks
|
|
16
|
-
- Public or private harassment
|
|
17
|
-
- Publishing others' private information without permission
|
|
18
|
-
- Other conduct which would reasonably be considered inappropriate in a professional setting
|
|
19
|
-
|
|
20
|
-
## Enforcement Responsibilities
|
|
21
|
-
Project maintainers are responsible for clarifying standards of acceptable behaviour and will take appropriate corrective action in response to unacceptable behaviour. Maintainers have the right to remove, edit, or reject contributions that do not align with this Code of Conduct.
|
|
22
|
-
|
|
23
|
-
## Scope
|
|
24
|
-
This Code of Conduct applies within all project spaces and when an individual is officially representing the project in public spaces.
|
|
25
|
-
|
|
26
|
-
## Enforcement
|
|
27
|
-
Report incidents to `security@programinglive.com`. All complaints will be reviewed promptly and treated confidentially.
|
|
28
|
-
|
|
29
|
-
## Enforcement Guidelines
|
|
30
|
-
1. **Correction** โ Private warning for minor violations and clarification of expectations.
|
|
31
|
-
2. **Warning** โ Consequence for a single serious violation or repeated minor violations.
|
|
32
|
-
3. **Temporary Ban** โ Temporary exclusion from community interactions when behaviour is unacceptable.
|
|
33
|
-
4. **Permanent Ban** โ Permanent removal from the community for sustained inappropriate behaviour or harassment.
|
|
34
|
-
|
|
35
|
-
## Attribution
|
|
36
|
-
Adapted from the [Contributor Covenant](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html).
|
|
1
|
+
# Contributor Covenant Code of Conduct
|
|
2
|
+
|
|
3
|
+
## Our Pledge
|
|
4
|
+
We pledge to make participation in `@programinglive/commiter` open, welcoming, and harassment-free for everyone, regardless of age, body size, disability, ethnicity, gender identity or expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
|
|
5
|
+
|
|
6
|
+
## Our Standards
|
|
7
|
+
**Positive behaviours**
|
|
8
|
+
- Showing empathy and kindness toward other people
|
|
9
|
+
- Respecting differing opinions, viewpoints, and experiences
|
|
10
|
+
- Giving and gracefully accepting constructive feedback
|
|
11
|
+
- Accepting responsibility and apologizing when mistakes occur
|
|
12
|
+
|
|
13
|
+
**Unacceptable behaviours**
|
|
14
|
+
- Use of sexualized language or imagery, or unwelcome sexual attention
|
|
15
|
+
- Trolling, insulting or derogatory comments, and personal attacks
|
|
16
|
+
- Public or private harassment
|
|
17
|
+
- Publishing others' private information without permission
|
|
18
|
+
- Other conduct which would reasonably be considered inappropriate in a professional setting
|
|
19
|
+
|
|
20
|
+
## Enforcement Responsibilities
|
|
21
|
+
Project maintainers are responsible for clarifying standards of acceptable behaviour and will take appropriate corrective action in response to unacceptable behaviour. Maintainers have the right to remove, edit, or reject contributions that do not align with this Code of Conduct.
|
|
22
|
+
|
|
23
|
+
## Scope
|
|
24
|
+
This Code of Conduct applies within all project spaces and when an individual is officially representing the project in public spaces.
|
|
25
|
+
|
|
26
|
+
## Enforcement
|
|
27
|
+
Report incidents to `security@programinglive.com`. All complaints will be reviewed promptly and treated confidentially.
|
|
28
|
+
|
|
29
|
+
## Enforcement Guidelines
|
|
30
|
+
1. **Correction** โ Private warning for minor violations and clarification of expectations.
|
|
31
|
+
2. **Warning** โ Consequence for a single serious violation or repeated minor violations.
|
|
32
|
+
3. **Temporary Ban** โ Temporary exclusion from community interactions when behaviour is unacceptable.
|
|
33
|
+
4. **Permanent Ban** โ Permanent removal from the community for sustained inappropriate behaviour or harassment.
|
|
34
|
+
|
|
35
|
+
## Attribution
|
|
36
|
+
Adapted from the [Contributor Covenant](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html).
|
package/LICENSE
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2025 Programming Live
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Programming Live
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|