@jscad/cli 2.3.5 → 3.0.1-alpha.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 CHANGED
@@ -3,554 +3,307 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [2.3.5](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.3.4...@jscad/cli@2.3.5) (2024-12-29)
7
-
8
- **Note:** Version bump only for package @jscad/cli
9
-
10
-
11
-
12
-
13
-
14
- ## [2.3.4](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.3.3...@jscad/cli@2.3.4) (2024-11-10)
15
-
16
- **Note:** Version bump only for package @jscad/cli
17
-
18
-
19
-
20
-
21
-
22
- ## [2.3.3](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.3.2...@jscad/cli@2.3.3) (2024-10-06)
23
-
24
- **Note:** Version bump only for package @jscad/cli
25
-
26
-
27
-
28
-
29
-
30
- ## [2.3.2](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.3.1...@jscad/cli@2.3.2) (2024-06-02)
31
-
32
- **Note:** Version bump only for package @jscad/cli
33
-
6
+ ## [3.0.1-alpha.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.24...@jscad/cli@3.0.1-alpha.0) (2025-01-03)
34
7
 
8
+ ### Bug Fixes
35
9
 
10
+ * **cli:** rework logic for generating blobs, both singular and multiple as parts ([f88669b](https://github.com/jscad/OpenJSCAD.org/commit/f88669b286d9564165f5c33944703fce730dfc1f))
36
11
 
12
+ ### Features
37
13
 
38
- ## [2.3.1](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.3.0...@jscad/cli@2.3.1) (2024-02-18)
14
+ * **3mf-deserializer:** initial version of 3MF deserializer and tests ([b22a27f](https://github.com/jscad/OpenJSCAD.org/commit/b22a27fa14c4f42b9160553cdd7b3c126ac72459))
15
+ * **cli:** reworked logic to use new io package exports and functions ([#1199](https://github.com/jscad/OpenJSCAD.org/issues/1199)) ([71a3d27](https://github.com/jscad/OpenJSCAD.org/commit/71a3d27a4cf416b1a9fea57a1fe40f5cfdaa905c))
16
+ * **modeling:** reworked exports to expose a flattened API ([8235238](https://github.com/jscad/OpenJSCAD.org/commit/8235238ad63d063f1e501478cae1208deb130a9c))
17
+ * **regl-renderer:** added rollup configuration to create ES6 bundle, adjusted imports and exports ([#1259](https://github.com/jscad/OpenJSCAD.org/issues/1259)) ([47a66bc](https://github.com/jscad/OpenJSCAD.org/commit/47a66bc07a137a748ce8571ea5d043ebaab9418d))
39
18
 
40
- **Note:** Version bump only for package @jscad/cli
19
+ # [3.0.0-alpha.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.24...@jscad/cli@3.0.0-alpha.0) (2023-10-09)
41
20
 
21
+ ### Bug Fixes
42
22
 
23
+ * **cli:** rework logic for generating blobs, both singular and multiple as parts ([f88669b](https://github.com/jscad/OpenJSCAD.org/commit/f88669b286d9564165f5c33944703fce730dfc1f))
43
24
 
25
+ ### Features
44
26
 
27
+ * **3mf-deserializer:** initial version of 3MF deserializer and tests ([b22a27f](https://github.com/jscad/OpenJSCAD.org/commit/b22a27fa14c4f42b9160553cdd7b3c126ac72459))
28
+ * **cli:** reworked logic to use new io package exports and functions ([#1199](https://github.com/jscad/OpenJSCAD.org/issues/1199)) ([71a3d27](https://github.com/jscad/OpenJSCAD.org/commit/71a3d27a4cf416b1a9fea57a1fe40f5cfdaa905c))
29
+ * **modeling:** reworked exports to expose a flattened API ([8235238](https://github.com/jscad/OpenJSCAD.org/commit/8235238ad63d063f1e501478cae1208deb130a9c))
30
+ * **regl-renderer:** added rollup configuration to create ES6 bundle, adjusted imports and exports ([#1259](https://github.com/jscad/OpenJSCAD.org/issues/1259)) ([47a66bc](https://github.com/jscad/OpenJSCAD.org/commit/47a66bc07a137a748ce8571ea5d043ebaab9418d))
45
31
 
46
32
  # [2.3.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.26...@jscad/cli@2.3.0) (2023-06-27)
47
33
 
48
-
49
34
  ### Features
50
35
 
51
36
  * **cli:** added options to output designs as individual parts, and create zip archive of parts ([a20b9cf](https://github.com/jscad/OpenJSCAD.org/commit/a20b9cf0edaaeca051427372d237af4c3522b04c))
52
37
 
53
-
54
-
55
-
56
-
57
38
  ## [2.2.26](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.25...@jscad/cli@2.2.26) (2023-04-30)
58
39
 
59
-
60
40
  ### Bug Fixes
61
41
 
62
42
  * **cli:** corrected CLI help messages ([ba66b6c](https://github.com/jscad/OpenJSCAD.org/commit/ba66b6c855e253a520b2b4b151cf76228204139a))
63
43
 
64
-
65
-
66
-
67
-
68
44
  ## [2.2.25](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.24...@jscad/cli@2.2.25) (2022-11-26)
69
45
 
70
46
  **Note:** Version bump only for package @jscad/cli
71
47
 
72
-
73
-
74
-
75
-
76
48
  ## [2.2.24](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.23...@jscad/cli@2.2.24) (2022-09-23)
77
49
 
78
50
  **Note:** Version bump only for package @jscad/cli
79
51
 
80
-
81
-
82
-
83
-
84
52
  ## [2.2.23](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.22...@jscad/cli@2.2.23) (2022-08-21)
85
53
 
86
54
  **Note:** Version bump only for package @jscad/cli
87
55
 
88
-
89
-
90
-
91
-
92
56
  ## [2.2.22](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.21...@jscad/cli@2.2.22) (2022-07-17)
93
57
 
94
58
  **Note:** Version bump only for package @jscad/cli
95
59
 
96
-
97
-
98
-
99
-
100
60
  ## [2.2.21](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.20...@jscad/cli@2.2.21) (2022-06-12)
101
61
 
102
62
  **Note:** Version bump only for package @jscad/cli
103
63
 
104
-
105
-
106
-
107
-
108
64
  ## [2.2.20](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.19...@jscad/cli@2.2.20) (2022-05-15)
109
65
 
110
66
  **Note:** Version bump only for package @jscad/cli
111
67
 
112
-
113
-
114
-
115
-
116
68
  ## [2.2.19](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.18...@jscad/cli@2.2.19) (2022-04-24)
117
69
 
118
70
  **Note:** Version bump only for package @jscad/cli
119
71
 
120
-
121
-
122
-
123
-
124
72
  ## [2.2.18](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.17...@jscad/cli@2.2.18) (2022-04-03)
125
73
 
126
74
  **Note:** Version bump only for package @jscad/cli
127
75
 
128
-
129
-
130
-
131
-
132
76
  ## [2.2.17](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.16...@jscad/cli@2.2.17) (2022-04-03)
133
77
 
134
78
  **Note:** Version bump only for package @jscad/cli
135
79
 
136
-
137
-
138
-
139
-
140
80
  ## [2.2.16](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.15...@jscad/cli@2.2.16) (2022-03-13)
141
81
 
142
82
  **Note:** Version bump only for package @jscad/cli
143
83
 
144
-
145
-
146
-
147
-
148
84
  ## [2.2.15](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.14...@jscad/cli@2.2.15) (2022-03-06)
149
85
 
150
86
  **Note:** Version bump only for package @jscad/cli
151
87
 
152
-
153
-
154
-
155
-
156
88
  ## [2.2.14](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.13...@jscad/cli@2.2.14) (2022-02-19)
157
89
 
158
90
  **Note:** Version bump only for package @jscad/cli
159
91
 
160
-
161
-
162
-
163
-
164
92
  ## [2.2.13](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.12...@jscad/cli@2.2.13) (2022-01-23)
165
93
 
166
94
  **Note:** Version bump only for package @jscad/cli
167
95
 
168
-
169
-
170
-
171
-
172
96
  ## [2.2.12](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.11...@jscad/cli@2.2.12) (2021-12-26)
173
97
 
174
98
  **Note:** Version bump only for package @jscad/cli
175
99
 
176
-
177
-
178
-
179
-
180
100
  ## [2.2.11](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.10...@jscad/cli@2.2.11) (2021-12-11)
181
101
 
182
102
  **Note:** Version bump only for package @jscad/cli
183
103
 
184
-
185
-
186
-
187
-
188
104
  ## [2.2.10](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.9...@jscad/cli@2.2.10) (2021-11-07)
189
105
 
190
106
  **Note:** Version bump only for package @jscad/cli
191
107
 
192
-
193
-
194
-
195
-
196
108
  ## [2.2.9](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.8...@jscad/cli@2.2.9) (2021-10-17)
197
109
 
198
-
199
110
  ### Bug Fixes
200
111
 
201
112
  * **cli:** corrected cli to exit with non-zero code in case of errors ([#931](https://github.com/jscad/OpenJSCAD.org/issues/931)) ([e66a285](https://github.com/jscad/OpenJSCAD.org/commit/e66a2851693397d2d667f7d64aef7a4f52282d80))
202
113
  * **cli:** corrected generateOutputData to use registered deserializers from IO module, and added conversion tests ([ac7cba7](https://github.com/jscad/OpenJSCAD.org/commit/ac7cba7547c75e6d7cfc9fb680eba347d7f6a7ae))
203
114
 
204
-
205
-
206
-
207
-
208
115
  ## [2.2.8](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.7...@jscad/cli@2.2.8) (2021-10-04)
209
116
 
210
117
  **Note:** Version bump only for package @jscad/cli
211
118
 
212
-
213
-
214
-
215
-
216
119
  ## [2.2.7](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.6...@jscad/cli@2.2.7) (2021-09-27)
217
120
 
218
121
  **Note:** Version bump only for package @jscad/cli
219
122
 
220
-
221
-
222
-
223
-
224
123
  ## [2.2.6](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.5...@jscad/cli@2.2.6) (2021-09-09)
225
124
 
226
-
227
125
  ### Bug Fixes
228
126
 
229
127
  * **web:** added open issues and discord community to help ([4ea1196](https://github.com/jscad/OpenJSCAD.org/commit/4ea11966af4b3ecbb5c1a3d53b7ac90c4cd349b1))
230
128
 
231
-
232
-
233
-
234
-
235
129
  ## [2.2.5](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.4...@jscad/cli@2.2.5) (2021-06-20)
236
130
 
237
131
  **Note:** Version bump only for package @jscad/cli
238
132
 
239
-
240
-
241
-
242
-
243
133
  ## [2.2.4](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.3...@jscad/cli@2.2.4) (2021-06-11)
244
134
 
245
-
246
135
  ### Bug Fixes
247
136
 
248
137
  * **cli:** corrected assembly of options for serialization and deserialization ([8445254](https://github.com/jscad/OpenJSCAD.org/commit/8445254824a81ffd7e65ba5ab20d38cf4dcc1708))
249
138
 
250
-
251
-
252
-
253
-
254
139
  ## [2.2.3](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.2...@jscad/cli@2.2.3) (2021-06-01)
255
140
 
256
141
  **Note:** Version bump only for package @jscad/cli
257
142
 
258
-
259
-
260
-
261
-
262
143
  ## [2.2.2](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.1...@jscad/cli@2.2.2) (2021-05-16)
263
144
 
264
145
  **Note:** Version bump only for package @jscad/cli
265
146
 
266
-
267
-
268
-
269
-
270
147
  ## [2.2.1](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.0...@jscad/cli@2.2.1) (2021-05-07)
271
148
 
272
149
  **Note:** Version bump only for package @jscad/cli
273
150
 
274
-
275
-
276
-
277
-
278
151
  # [2.2.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.1.1...@jscad/cli@2.2.0) (2021-04-20)
279
152
 
280
-
281
153
  ### Features
282
154
 
283
155
  * **cli:** added array-utils to dependencies, enhanced test suite ([d631fc5](https://github.com/jscad/OpenJSCAD.org/commit/d631fc5842653b21fa94de3c6afd9ad8daaa951a))
284
156
 
285
-
286
-
287
-
288
-
289
157
  ## [2.1.1](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.1.0...@jscad/cli@2.1.1) (2021-04-17)
290
158
 
291
159
  **Note:** Version bump only for package @jscad/cli
292
160
 
293
-
294
-
295
-
296
-
297
161
  # [2.1.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.0.0-alpha.0...@jscad/cli@2.1.0) (2021-04-15)
298
162
 
299
-
300
163
  ### Bug Fixes
301
164
 
302
165
  * **all:** fix json import ([#675](https://github.com/jscad/OpenJSCAD.org/issues/675)) ([05caf60](https://github.com/jscad/OpenJSCAD.org/commit/05caf60efc3f090313b3e0bddcc0b4f94de67c78))
303
166
  * **all:** V2 : several fixes for modeling ([#705](https://github.com/jscad/OpenJSCAD.org/issues/705)) ([62017a4](https://github.com/jscad/OpenJSCAD.org/commit/62017a41214169d6e000f1e0c11aaefdd68e1097))
304
167
 
305
-
306
168
  ### Features
307
169
 
308
170
  * **core:** V2 : Fix core packaging ([#720](https://github.com/jscad/OpenJSCAD.org/issues/720)) ([e19c10c](https://github.com/jscad/OpenJSCAD.org/commit/e19c10c6d1a8f2b4f15a0b81144be8439095e02f))
309
171
 
310
-
311
-
312
-
313
-
314
172
  # [2.0.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.0.0-alpha.14...@jscad/cli@2.0.0) (2021-04-12)
315
173
 
316
174
  **Note:** Version bump only for package @jscad/cli
317
175
 
318
-
319
-
320
-
321
-
322
176
  # [2.0.0-alpha.14](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.0.0-alpha.13...@jscad/cli@2.0.0-alpha.14) (2021-03-07)
323
177
 
324
178
  **Note:** Version bump only for package @jscad/cli
325
179
 
326
-
327
-
328
-
329
-
330
180
  # [2.0.0-alpha.13](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.0.0-alpha.12...@jscad/cli@2.0.0-alpha.13) (2021-02-07)
331
181
 
332
182
  **Note:** Version bump only for package @jscad/cli
333
183
 
334
-
335
-
336
-
337
-
338
184
  # [2.0.0-alpha.12](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.0.0-alpha.11...@jscad/cli@2.0.0-alpha.12) (2021-01-02)
339
185
 
340
186
  **Note:** Version bump only for package @jscad/cli
341
187
 
342
-
343
-
344
-
345
-
346
188
  # [2.0.0-alpha.11](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.0.0-alpha.10...@jscad/cli@2.0.0-alpha.11) (2020-12-04)
347
189
 
348
190
  **Note:** Version bump only for package @jscad/cli
349
191
 
350
-
351
-
352
-
353
-
354
192
  # [2.0.0-alpha.10](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.0.0-alpha.9...@jscad/cli@2.0.0-alpha.10) (2020-11-07)
355
193
 
356
-
357
194
  ### Features
358
195
 
359
196
  * **core:** V2 : Fix core packaging ([#720](https://github.com/jscad/OpenJSCAD.org/issues/720)) ([e19c10c](https://github.com/jscad/OpenJSCAD.org/commit/e19c10c6d1a8f2b4f15a0b81144be8439095e02f))
360
197
 
361
-
362
-
363
-
364
-
365
198
  # [2.0.0-alpha.9](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.0.0-alpha.8...@jscad/cli@2.0.0-alpha.9) (2020-10-24)
366
199
 
367
200
  **Note:** Version bump only for package @jscad/cli
368
201
 
369
-
370
-
371
-
372
-
373
202
  # [2.0.0-alpha.8](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.0.0-alpha.7...@jscad/cli@2.0.0-alpha.8) (2020-10-11)
374
203
 
375
-
376
204
  ### Bug Fixes
377
205
 
378
206
  * **all:** V2 : several fixes for modeling ([#705](https://github.com/jscad/OpenJSCAD.org/issues/705)) ([62017a4](https://github.com/jscad/OpenJSCAD.org/commit/62017a41214169d6e000f1e0c11aaefdd68e1097))
379
207
 
380
-
381
-
382
-
383
-
384
208
  # [2.0.0-alpha.7](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.0.0-alpha.6...@jscad/cli@2.0.0-alpha.7) (2020-09-29)
385
209
 
386
210
  **Note:** Version bump only for package @jscad/cli
387
211
 
388
-
389
-
390
-
391
-
392
212
  # [2.0.0-alpha.6](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.0.0-alpha.5...@jscad/cli@2.0.0-alpha.6) (2020-09-28)
393
213
 
394
214
  **Note:** Version bump only for package @jscad/cli
395
215
 
396
-
397
-
398
-
399
-
400
216
  # [2.0.0-alpha.5](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.0.0-alpha.4...@jscad/cli@2.0.0-alpha.5) (2020-09-19)
401
217
 
402
-
403
218
  ### Bug Fixes
404
219
 
405
220
  * **all:** fix json import ([#675](https://github.com/jscad/OpenJSCAD.org/issues/675)) ([05caf60](https://github.com/jscad/OpenJSCAD.org/commit/05caf60efc3f090313b3e0bddcc0b4f94de67c78))
406
221
 
407
-
408
-
409
-
410
-
411
222
  # [2.0.0-alpha.4](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.0.0-alpha.3...@jscad/cli@2.0.0-alpha.4) (2020-09-08)
412
223
 
413
224
  **Note:** Version bump only for package @jscad/cli
414
225
 
415
-
416
-
417
-
418
-
419
226
  # [2.0.0-alpha.3](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.0.0-alpha.2...@jscad/cli@2.0.0-alpha.3) (2020-09-02)
420
227
 
421
228
  **Note:** Version bump only for package @jscad/cli
422
229
 
423
-
424
-
425
-
426
-
427
230
  # [2.0.0-alpha.2](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.0.0-alpha.1...@jscad/cli@2.0.0-alpha.2) (2020-08-24)
428
231
 
429
232
  **Note:** Version bump only for package @jscad/cli
430
233
 
431
-
432
-
433
-
434
-
435
234
  # [2.0.0-alpha.1](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.0.0-alpha.0...@jscad/cli@2.0.0-alpha.1) (2020-08-19)
436
235
 
437
236
  **Note:** Version bump only for package @jscad/cli
438
237
 
439
-
440
-
441
-
442
-
443
238
  # [2.0.0-alpha.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@1.10.0...@jscad/cli@2.0.0-alpha.0) (2020-08-13)
444
239
 
445
-
446
240
  ### Bug Fixes
447
241
 
448
242
  * **cli:** fix rebuild geometry for cli ([#583](https://github.com/jscad/OpenJSCAD.org/issues/583)) ([828394d](https://github.com/jscad/OpenJSCAD.org/commit/828394ddb88fc1139b1daf155548aa9fab7de823))
449
243
  * **cli:** improved/ added missing formats handling to CLI ([#494](https://github.com/jscad/OpenJSCAD.org/issues/494)) ([caaab97](https://github.com/jscad/OpenJSCAD.org/commit/caaab9765e4d286f740067075a8284fec3e77c39))
450
244
 
451
-
452
245
  ### Features
453
246
 
454
247
  * Overhaul and V2 groundwork ([#382](https://github.com/jscad/OpenJSCAD.org/issues/382)) ([5e66632](https://github.com/jscad/OpenJSCAD.org/commit/5e666327a8b50a7fa6baa4bbdfd790d243f8064f))
455
248
 
456
-
457
-
458
-
459
-
460
249
  <a name="1.10.0"></a>
461
250
  # [1.10.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@1.9.0...@jscad/cli@1.10.0) (2019-01-04)
462
251
 
463
-
464
252
  ### Features
465
253
 
466
254
  * **web:** add standalone umd / embeddable version ([#413](https://github.com/jscad/OpenJSCAD.org/issues/413)) ([f25d8c0](https://github.com/jscad/OpenJSCAD.org/commit/f25d8c0)), closes [#402](https://github.com/jscad/OpenJSCAD.org/issues/402) [#343](https://github.com/jscad/OpenJSCAD.org/issues/343)
467
255
 
468
-
469
-
470
-
471
256
  <a name="1.9.0"></a>
472
257
  # [1.9.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@1.8.4...@jscad/cli@1.9.0) (2018-09-02)
473
258
 
474
-
475
259
  ### Features
476
260
 
477
261
  * **io:** add updated dependencies: enable csg to dxf ([#394](https://github.com/jscad/OpenJSCAD.org/issues/394)) ([1144a78](https://github.com/jscad/OpenJSCAD.org/commit/1144a78))
478
262
 
479
-
480
-
481
-
482
263
  <a name="1.8.4"></a>
483
264
  ## [1.8.4](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@1.8.3...@jscad/cli@1.8.4) (2018-05-12)
484
265
 
485
-
486
-
487
-
488
266
  **Note:** Version bump only for package @jscad/cli
489
267
 
490
268
  <a name="1.8.3"></a>
491
269
  ## [1.8.3](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@1.8.2...@jscad/cli@1.8.3) (2018-04-07)
492
270
 
493
-
494
271
  ### Bug Fixes
495
272
 
496
273
  * **dxf-serializer:** updated [@jscad](https://github.com/jscad)/io dependency version for dxf-serializer fixes ([#369](https://github.com/jscad/OpenJSCAD.org/issues/369)) ([fadae24](https://github.com/jscad/OpenJSCAD.org/commit/fadae24))
497
274
 
498
-
499
-
500
-
501
275
  <a name="1.8.2"></a>
502
276
  ## [1.8.2](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@1.8.1...@jscad/cli@1.8.2) (2018-04-07)
503
277
 
504
-
505
-
506
-
507
278
  **Note:** Version bump only for package @jscad/cli
508
279
 
509
280
  <a name="1.8.1"></a>
510
281
  ## [1.8.1](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@1.8.0...@jscad/cli@1.8.1) (2018-04-02)
511
282
 
512
-
513
283
  ### Bug Fixes
514
284
 
515
285
  * **svg-serializer:** updated [@jscad](https://github.com/jscad)/io for fix of broken svg export([#365](https://github.com/jscad/OpenJSCAD.org/issues/365)) ([d4ad54c](https://github.com/jscad/OpenJSCAD.org/commit/d4ad54c))
516
286
 
517
-
518
-
519
-
520
287
  <a name="1.8.0"></a>
521
288
  # [1.8.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@1.7.0...@jscad/cli@1.8.0) (2018-03-10)
522
289
 
523
-
524
290
  ### Features
525
291
 
526
292
  * **dxf input support:** add support of dxf files as inputs ([#361](https://github.com/jscad/OpenJSCAD.org/issues/361)) ([bfd2835](https://github.com/jscad/OpenJSCAD.org/commit/bfd2835))
527
293
 
528
-
529
-
530
-
531
294
  <a name="1.7.0"></a>
532
295
  # [1.7.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@1.6.3...@jscad/cli@1.7.0) (2018-03-09)
533
296
 
534
-
535
297
  ### Features
536
298
 
537
299
  * **modules support:** add node.js modules support to cli ([#360](https://github.com/jscad/OpenJSCAD.org/issues/360)) ([74a8b5e](https://github.com/jscad/OpenJSCAD.org/commit/74a8b5e)), closes [#356](https://github.com/jscad/OpenJSCAD.org/issues/356)
538
300
 
539
-
540
-
541
-
542
301
  <a name="1.6.3"></a>
543
302
  ## [1.6.3](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@1.6.2...@jscad/cli@1.6.3) (2018-02-13)
544
303
 
545
-
546
-
547
-
548
304
  **Note:** Version bump only for package @jscad/cli
549
305
 
550
306
  <a name="1.6.2"></a>
551
307
  ## 1.6.2 (2018-02-13)
552
308
 
553
-
554
-
555
-
556
309
  **Note:** Version bump only for package @jscad/cli
package/LICENSE CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  The MIT License (MIT)
3
3
 
4
- Copyright (c) 2017-2024 JSCAD Organization
4
+ Copyright (c) 2017-2025 JSCAD Organization
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  [![License](https://img.shields.io/github/license/jscad/OpenJSCAD.org)](https://github.com/jscad/OpenJSCAD.org/blob/master/LICENSE)
10
10
 
11
11
  [![User Group](https://img.shields.io/badge/maintained%20by-user%20group-blue)](https://openjscad.nodebb.com/)
12
- [![Lerna](https://img.shields.io/badge/maintained%20with-lerna-blue)](https://lerna.js.org/)
12
+ [![lerna--lite](https://img.shields.io/badge/maintained%20with-lerna--lite-e137ff)](https://github.com/ghiscoding/lerna-lite)
13
13
  [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-blue)](https://standardjs.com)
14
14
 
15
15
  [![Backers](https://img.shields.io/opencollective/backers/openjscad)](https://opencollective.com/openjscad)