@jscad/cli 2.2.26 → 3.0.0-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,503 +3,294 @@
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.2.26](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.25...@jscad/cli@2.2.26) (2023-04-30)
7
-
6
+ # [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)
8
7
 
9
8
  ### Bug Fixes
10
9
 
11
- * **cli:** corrected CLI help messages ([ba66b6c](https://github.com/jscad/OpenJSCAD.org/commit/ba66b6c855e253a520b2b4b151cf76228204139a))
10
+ * **cli:** rework logic for generating blobs, both singular and multiple as parts ([f88669b](https://github.com/jscad/OpenJSCAD.org/commit/f88669b286d9564165f5c33944703fce730dfc1f))
12
11
 
12
+ ### Features
13
13
 
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))
14
18
 
19
+ # [2.3.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.26...@jscad/cli@2.3.0) (2023-06-27)
15
20
 
21
+ ### Features
16
22
 
17
- ## [2.2.25](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.24...@jscad/cli@2.2.25) (2022-11-26)
23
+ * **cli:** added options to output designs as individual parts, and create zip archive of parts ([a20b9cf](https://github.com/jscad/OpenJSCAD.org/commit/a20b9cf0edaaeca051427372d237af4c3522b04c))
18
24
 
19
- **Note:** Version bump only for package @jscad/cli
25
+ ## [2.2.26](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.25...@jscad/cli@2.2.26) (2023-04-30)
20
26
 
27
+ ### Bug Fixes
21
28
 
29
+ * **cli:** corrected CLI help messages ([ba66b6c](https://github.com/jscad/OpenJSCAD.org/commit/ba66b6c855e253a520b2b4b151cf76228204139a))
22
30
 
31
+ ## [2.2.25](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.24...@jscad/cli@2.2.25) (2022-11-26)
23
32
 
33
+ **Note:** Version bump only for package @jscad/cli
24
34
 
25
35
  ## [2.2.24](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.23...@jscad/cli@2.2.24) (2022-09-23)
26
36
 
27
37
  **Note:** Version bump only for package @jscad/cli
28
38
 
29
-
30
-
31
-
32
-
33
39
  ## [2.2.23](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.22...@jscad/cli@2.2.23) (2022-08-21)
34
40
 
35
41
  **Note:** Version bump only for package @jscad/cli
36
42
 
37
-
38
-
39
-
40
-
41
43
  ## [2.2.22](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.21...@jscad/cli@2.2.22) (2022-07-17)
42
44
 
43
45
  **Note:** Version bump only for package @jscad/cli
44
46
 
45
-
46
-
47
-
48
-
49
47
  ## [2.2.21](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.20...@jscad/cli@2.2.21) (2022-06-12)
50
48
 
51
49
  **Note:** Version bump only for package @jscad/cli
52
50
 
53
-
54
-
55
-
56
-
57
51
  ## [2.2.20](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.19...@jscad/cli@2.2.20) (2022-05-15)
58
52
 
59
53
  **Note:** Version bump only for package @jscad/cli
60
54
 
61
-
62
-
63
-
64
-
65
55
  ## [2.2.19](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.18...@jscad/cli@2.2.19) (2022-04-24)
66
56
 
67
57
  **Note:** Version bump only for package @jscad/cli
68
58
 
69
-
70
-
71
-
72
-
73
59
  ## [2.2.18](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.17...@jscad/cli@2.2.18) (2022-04-03)
74
60
 
75
61
  **Note:** Version bump only for package @jscad/cli
76
62
 
77
-
78
-
79
-
80
-
81
63
  ## [2.2.17](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.16...@jscad/cli@2.2.17) (2022-04-03)
82
64
 
83
65
  **Note:** Version bump only for package @jscad/cli
84
66
 
85
-
86
-
87
-
88
-
89
67
  ## [2.2.16](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.15...@jscad/cli@2.2.16) (2022-03-13)
90
68
 
91
69
  **Note:** Version bump only for package @jscad/cli
92
70
 
93
-
94
-
95
-
96
-
97
71
  ## [2.2.15](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.14...@jscad/cli@2.2.15) (2022-03-06)
98
72
 
99
73
  **Note:** Version bump only for package @jscad/cli
100
74
 
101
-
102
-
103
-
104
-
105
75
  ## [2.2.14](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.13...@jscad/cli@2.2.14) (2022-02-19)
106
76
 
107
77
  **Note:** Version bump only for package @jscad/cli
108
78
 
109
-
110
-
111
-
112
-
113
79
  ## [2.2.13](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.12...@jscad/cli@2.2.13) (2022-01-23)
114
80
 
115
81
  **Note:** Version bump only for package @jscad/cli
116
82
 
117
-
118
-
119
-
120
-
121
83
  ## [2.2.12](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.11...@jscad/cli@2.2.12) (2021-12-26)
122
84
 
123
85
  **Note:** Version bump only for package @jscad/cli
124
86
 
125
-
126
-
127
-
128
-
129
87
  ## [2.2.11](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.10...@jscad/cli@2.2.11) (2021-12-11)
130
88
 
131
89
  **Note:** Version bump only for package @jscad/cli
132
90
 
133
-
134
-
135
-
136
-
137
91
  ## [2.2.10](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.9...@jscad/cli@2.2.10) (2021-11-07)
138
92
 
139
93
  **Note:** Version bump only for package @jscad/cli
140
94
 
141
-
142
-
143
-
144
-
145
95
  ## [2.2.9](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.8...@jscad/cli@2.2.9) (2021-10-17)
146
96
 
147
-
148
97
  ### Bug Fixes
149
98
 
150
99
  * **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))
151
100
  * **cli:** corrected generateOutputData to use registered deserializers from IO module, and added conversion tests ([ac7cba7](https://github.com/jscad/OpenJSCAD.org/commit/ac7cba7547c75e6d7cfc9fb680eba347d7f6a7ae))
152
101
 
153
-
154
-
155
-
156
-
157
102
  ## [2.2.8](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.7...@jscad/cli@2.2.8) (2021-10-04)
158
103
 
159
104
  **Note:** Version bump only for package @jscad/cli
160
105
 
161
-
162
-
163
-
164
-
165
106
  ## [2.2.7](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.6...@jscad/cli@2.2.7) (2021-09-27)
166
107
 
167
108
  **Note:** Version bump only for package @jscad/cli
168
109
 
169
-
170
-
171
-
172
-
173
110
  ## [2.2.6](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.5...@jscad/cli@2.2.6) (2021-09-09)
174
111
 
175
-
176
112
  ### Bug Fixes
177
113
 
178
114
  * **web:** added open issues and discord community to help ([4ea1196](https://github.com/jscad/OpenJSCAD.org/commit/4ea11966af4b3ecbb5c1a3d53b7ac90c4cd349b1))
179
115
 
180
-
181
-
182
-
183
-
184
116
  ## [2.2.5](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.4...@jscad/cli@2.2.5) (2021-06-20)
185
117
 
186
118
  **Note:** Version bump only for package @jscad/cli
187
119
 
188
-
189
-
190
-
191
-
192
120
  ## [2.2.4](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.3...@jscad/cli@2.2.4) (2021-06-11)
193
121
 
194
-
195
122
  ### Bug Fixes
196
123
 
197
124
  * **cli:** corrected assembly of options for serialization and deserialization ([8445254](https://github.com/jscad/OpenJSCAD.org/commit/8445254824a81ffd7e65ba5ab20d38cf4dcc1708))
198
125
 
199
-
200
-
201
-
202
-
203
126
  ## [2.2.3](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.2...@jscad/cli@2.2.3) (2021-06-01)
204
127
 
205
128
  **Note:** Version bump only for package @jscad/cli
206
129
 
207
-
208
-
209
-
210
-
211
130
  ## [2.2.2](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.1...@jscad/cli@2.2.2) (2021-05-16)
212
131
 
213
132
  **Note:** Version bump only for package @jscad/cli
214
133
 
215
-
216
-
217
-
218
-
219
134
  ## [2.2.1](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.2.0...@jscad/cli@2.2.1) (2021-05-07)
220
135
 
221
136
  **Note:** Version bump only for package @jscad/cli
222
137
 
223
-
224
-
225
-
226
-
227
138
  # [2.2.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.1.1...@jscad/cli@2.2.0) (2021-04-20)
228
139
 
229
-
230
140
  ### Features
231
141
 
232
142
  * **cli:** added array-utils to dependencies, enhanced test suite ([d631fc5](https://github.com/jscad/OpenJSCAD.org/commit/d631fc5842653b21fa94de3c6afd9ad8daaa951a))
233
143
 
234
-
235
-
236
-
237
-
238
144
  ## [2.1.1](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@2.1.0...@jscad/cli@2.1.1) (2021-04-17)
239
145
 
240
146
  **Note:** Version bump only for package @jscad/cli
241
147
 
242
-
243
-
244
-
245
-
246
148
  # [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)
247
149
 
248
-
249
150
  ### Bug Fixes
250
151
 
251
152
  * **all:** fix json import ([#675](https://github.com/jscad/OpenJSCAD.org/issues/675)) ([05caf60](https://github.com/jscad/OpenJSCAD.org/commit/05caf60efc3f090313b3e0bddcc0b4f94de67c78))
252
153
  * **all:** V2 : several fixes for modeling ([#705](https://github.com/jscad/OpenJSCAD.org/issues/705)) ([62017a4](https://github.com/jscad/OpenJSCAD.org/commit/62017a41214169d6e000f1e0c11aaefdd68e1097))
253
154
 
254
-
255
155
  ### Features
256
156
 
257
157
  * **core:** V2 : Fix core packaging ([#720](https://github.com/jscad/OpenJSCAD.org/issues/720)) ([e19c10c](https://github.com/jscad/OpenJSCAD.org/commit/e19c10c6d1a8f2b4f15a0b81144be8439095e02f))
258
158
 
259
-
260
-
261
-
262
-
263
159
  # [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)
264
160
 
265
161
  **Note:** Version bump only for package @jscad/cli
266
162
 
267
-
268
-
269
-
270
-
271
163
  # [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)
272
164
 
273
165
  **Note:** Version bump only for package @jscad/cli
274
166
 
275
-
276
-
277
-
278
-
279
167
  # [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)
280
168
 
281
169
  **Note:** Version bump only for package @jscad/cli
282
170
 
283
-
284
-
285
-
286
-
287
171
  # [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)
288
172
 
289
173
  **Note:** Version bump only for package @jscad/cli
290
174
 
291
-
292
-
293
-
294
-
295
175
  # [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)
296
176
 
297
177
  **Note:** Version bump only for package @jscad/cli
298
178
 
299
-
300
-
301
-
302
-
303
179
  # [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)
304
180
 
305
-
306
181
  ### Features
307
182
 
308
183
  * **core:** V2 : Fix core packaging ([#720](https://github.com/jscad/OpenJSCAD.org/issues/720)) ([e19c10c](https://github.com/jscad/OpenJSCAD.org/commit/e19c10c6d1a8f2b4f15a0b81144be8439095e02f))
309
184
 
310
-
311
-
312
-
313
-
314
185
  # [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)
315
186
 
316
187
  **Note:** Version bump only for package @jscad/cli
317
188
 
318
-
319
-
320
-
321
-
322
189
  # [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)
323
190
 
324
-
325
191
  ### Bug Fixes
326
192
 
327
193
  * **all:** V2 : several fixes for modeling ([#705](https://github.com/jscad/OpenJSCAD.org/issues/705)) ([62017a4](https://github.com/jscad/OpenJSCAD.org/commit/62017a41214169d6e000f1e0c11aaefdd68e1097))
328
194
 
329
-
330
-
331
-
332
-
333
195
  # [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)
334
196
 
335
197
  **Note:** Version bump only for package @jscad/cli
336
198
 
337
-
338
-
339
-
340
-
341
199
  # [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)
342
200
 
343
201
  **Note:** Version bump only for package @jscad/cli
344
202
 
345
-
346
-
347
-
348
-
349
203
  # [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)
350
204
 
351
-
352
205
  ### Bug Fixes
353
206
 
354
207
  * **all:** fix json import ([#675](https://github.com/jscad/OpenJSCAD.org/issues/675)) ([05caf60](https://github.com/jscad/OpenJSCAD.org/commit/05caf60efc3f090313b3e0bddcc0b4f94de67c78))
355
208
 
356
-
357
-
358
-
359
-
360
209
  # [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)
361
210
 
362
211
  **Note:** Version bump only for package @jscad/cli
363
212
 
364
-
365
-
366
-
367
-
368
213
  # [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)
369
214
 
370
215
  **Note:** Version bump only for package @jscad/cli
371
216
 
372
-
373
-
374
-
375
-
376
217
  # [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)
377
218
 
378
219
  **Note:** Version bump only for package @jscad/cli
379
220
 
380
-
381
-
382
-
383
-
384
221
  # [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)
385
222
 
386
223
  **Note:** Version bump only for package @jscad/cli
387
224
 
388
-
389
-
390
-
391
-
392
225
  # [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)
393
226
 
394
-
395
227
  ### Bug Fixes
396
228
 
397
229
  * **cli:** fix rebuild geometry for cli ([#583](https://github.com/jscad/OpenJSCAD.org/issues/583)) ([828394d](https://github.com/jscad/OpenJSCAD.org/commit/828394ddb88fc1139b1daf155548aa9fab7de823))
398
230
  * **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))
399
231
 
400
-
401
232
  ### Features
402
233
 
403
234
  * Overhaul and V2 groundwork ([#382](https://github.com/jscad/OpenJSCAD.org/issues/382)) ([5e66632](https://github.com/jscad/OpenJSCAD.org/commit/5e666327a8b50a7fa6baa4bbdfd790d243f8064f))
404
235
 
405
-
406
-
407
-
408
-
409
236
  <a name="1.10.0"></a>
410
237
  # [1.10.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@1.9.0...@jscad/cli@1.10.0) (2019-01-04)
411
238
 
412
-
413
239
  ### Features
414
240
 
415
241
  * **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)
416
242
 
417
-
418
-
419
-
420
243
  <a name="1.9.0"></a>
421
244
  # [1.9.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@1.8.4...@jscad/cli@1.9.0) (2018-09-02)
422
245
 
423
-
424
246
  ### Features
425
247
 
426
248
  * **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))
427
249
 
428
-
429
-
430
-
431
250
  <a name="1.8.4"></a>
432
251
  ## [1.8.4](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@1.8.3...@jscad/cli@1.8.4) (2018-05-12)
433
252
 
434
-
435
-
436
-
437
253
  **Note:** Version bump only for package @jscad/cli
438
254
 
439
255
  <a name="1.8.3"></a>
440
256
  ## [1.8.3](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@1.8.2...@jscad/cli@1.8.3) (2018-04-07)
441
257
 
442
-
443
258
  ### Bug Fixes
444
259
 
445
260
  * **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))
446
261
 
447
-
448
-
449
-
450
262
  <a name="1.8.2"></a>
451
263
  ## [1.8.2](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@1.8.1...@jscad/cli@1.8.2) (2018-04-07)
452
264
 
453
-
454
-
455
-
456
265
  **Note:** Version bump only for package @jscad/cli
457
266
 
458
267
  <a name="1.8.1"></a>
459
268
  ## [1.8.1](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@1.8.0...@jscad/cli@1.8.1) (2018-04-02)
460
269
 
461
-
462
270
  ### Bug Fixes
463
271
 
464
272
  * **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))
465
273
 
466
-
467
-
468
-
469
274
  <a name="1.8.0"></a>
470
275
  # [1.8.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@1.7.0...@jscad/cli@1.8.0) (2018-03-10)
471
276
 
472
-
473
277
  ### Features
474
278
 
475
279
  * **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))
476
280
 
477
-
478
-
479
-
480
281
  <a name="1.7.0"></a>
481
282
  # [1.7.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@1.6.3...@jscad/cli@1.7.0) (2018-03-09)
482
283
 
483
-
484
284
  ### Features
485
285
 
486
286
  * **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)
487
287
 
488
-
489
-
490
-
491
288
  <a name="1.6.3"></a>
492
289
  ## [1.6.3](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@1.6.2...@jscad/cli@1.6.3) (2018-02-13)
493
290
 
494
-
495
-
496
-
497
291
  **Note:** Version bump only for package @jscad/cli
498
292
 
499
293
  <a name="1.6.2"></a>
500
294
  ## 1.6.2 (2018-02-13)
501
295
 
502
-
503
-
504
-
505
296
  **Note:** Version bump only for package @jscad/cli
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)
@@ -73,6 +73,16 @@ Examples:
73
73
 
74
74
  ```jscad mydesign.js -of amf # -- convert mydesign.js into mydesign.amf```
75
75
 
76
+ For multi-part models, you can pass the `generateParts` flag `-gp` to output each part as a separate, numbered file:
77
+
78
+ ```jscad mydesign.js -gp # -- convert mydesign.js into mydesign-part-1-of-2.stl and mydesign-part-2-of-2.stl```
79
+
80
+ You may also pass the `zip` flag `-z` to zip generated files into one .zip file:
81
+
82
+ ```jscad mydesign.js -z # -- convert mydesign.js into mydesign.zip which contains: mydesign.stl```
83
+
84
+ ```jscad mydesign.js -gp -z # -- convert mydesign.js into mydesign.zip which contains: mydesign-part-1-of-2.stl and mydesign-part-2-of-2.stl```
85
+
76
86
  The '-o' option can be used to control where the output will be placed.
77
87
  While, the '-of' option can be used to control the format of the output.
78
88