@ot-builder/cli-shared 1.6.3 → 1.7.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.
@@ -6,7 +6,7 @@ var OptimizationLevel;
6
6
  OptimizationLevel[OptimizationLevel["Speed"] = 0] = "Speed";
7
7
  OptimizationLevel[OptimizationLevel["None"] = 1] = "None";
8
8
  OptimizationLevel[OptimizationLevel["Size"] = 2] = "Size";
9
- })(OptimizationLevel = exports.OptimizationLevel || (exports.OptimizationLevel = {}));
9
+ })(OptimizationLevel || (exports.OptimizationLevel = OptimizationLevel = {}));
10
10
  function inferSaveCfg(state, font) {
11
11
  const cfg = {};
12
12
  cfg.glyphStore = { statOs2XAvgCharWidth: state.recalcOs2XAvgCharWidth };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ot-builder/cli-shared",
3
- "version": "1.6.3",
3
+ "version": "1.7.0",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,11 +24,11 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "tslib": "^2.0.0",
27
- "@ot-builder/ot": "1.6.3",
28
- "@ot-builder/io-bin-font": "1.6.3"
27
+ "@ot-builder/ot": "1.7.0",
28
+ "@ot-builder/io-bin-font": "1.7.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/jest": "^26.0.23",
32
- "jest": "^29.3.1"
32
+ "jest": "^29.6.2"
33
33
  }
34
34
  }
package/CHANGELOG.json DELETED
@@ -1,563 +0,0 @@
1
- {
2
- "name": "@ot-builder/cli-shared",
3
- "entries": [
4
- {
5
- "date": "Sat, 22 Apr 2023 00:59:44 GMT",
6
- "tag": "@ot-builder/cli-shared_v1.6.3",
7
- "version": "1.6.3",
8
- "comments": {
9
- "patch": [
10
- {
11
- "author": "beachball",
12
- "package": "@ot-builder/cli-shared",
13
- "comment": "Bump @ot-builder/ot to v1.6.3",
14
- "commit": "b19d6f897aa2a52a78cc95ca4832baeda71446a2"
15
- },
16
- {
17
- "author": "beachball",
18
- "package": "@ot-builder/cli-shared",
19
- "comment": "Bump @ot-builder/io-bin-font to v1.6.3",
20
- "commit": "b19d6f897aa2a52a78cc95ca4832baeda71446a2"
21
- }
22
- ]
23
- }
24
- },
25
- {
26
- "date": "Sat, 15 Apr 2023 01:06:43 GMT",
27
- "tag": "@ot-builder/cli-shared_v1.6.2",
28
- "version": "1.6.2",
29
- "comments": {
30
- "patch": [
31
- {
32
- "author": "beachball",
33
- "package": "@ot-builder/cli-shared",
34
- "comment": "Bump @ot-builder/ot to v1.6.2",
35
- "commit": "904070a829a8f0464bb379923786f95a40dbbbb9"
36
- },
37
- {
38
- "author": "beachball",
39
- "package": "@ot-builder/cli-shared",
40
- "comment": "Bump @ot-builder/io-bin-font to v1.6.2",
41
- "commit": "904070a829a8f0464bb379923786f95a40dbbbb9"
42
- }
43
- ]
44
- }
45
- },
46
- {
47
- "date": "Sat, 28 Jan 2023 01:12:19 GMT",
48
- "tag": "@ot-builder/cli-shared_v1.6.1",
49
- "version": "1.6.1",
50
- "comments": {
51
- "patch": [
52
- {
53
- "author": "otbbuilder-dev@users.noreply.github.com",
54
- "package": "@ot-builder/cli-shared",
55
- "commit": "54ecbdd4230574b91f52d20aa11c1f90055a83e4",
56
- "comment": "Bump deps and fix doc build"
57
- },
58
- {
59
- "author": "beachball",
60
- "package": "@ot-builder/cli-shared",
61
- "comment": "Bump @ot-builder/ot to v1.6.1",
62
- "commit": "54ecbdd4230574b91f52d20aa11c1f90055a83e4"
63
- },
64
- {
65
- "author": "beachball",
66
- "package": "@ot-builder/cli-shared",
67
- "comment": "Bump @ot-builder/io-bin-font to v1.6.1",
68
- "commit": "54ecbdd4230574b91f52d20aa11c1f90055a83e4"
69
- }
70
- ]
71
- }
72
- },
73
- {
74
- "date": "Sat, 21 Jan 2023 01:10:00 GMT",
75
- "tag": "@ot-builder/cli-shared_v1.6.0",
76
- "version": "1.6.0",
77
- "comments": {
78
- "minor": [
79
- {
80
- "author": "beachball",
81
- "package": "@ot-builder/cli-shared",
82
- "comment": "Bump @ot-builder/ot to v1.6.0",
83
- "commit": "e80cd99ac2e97a339ecbe083e3c9a2c10a6b12d7"
84
- },
85
- {
86
- "author": "beachball",
87
- "package": "@ot-builder/cli-shared",
88
- "comment": "Bump @ot-builder/io-bin-font to v1.6.0",
89
- "commit": "e80cd99ac2e97a339ecbe083e3c9a2c10a6b12d7"
90
- }
91
- ]
92
- }
93
- },
94
- {
95
- "date": "Sat, 03 Dec 2022 01:09:39 GMT",
96
- "tag": "@ot-builder/cli-shared_v1.5.5",
97
- "version": "1.5.5",
98
- "comments": {
99
- "patch": [
100
- {
101
- "author": "beachball",
102
- "package": "@ot-builder/cli-shared",
103
- "comment": "Bump @ot-builder/ot to v1.5.5",
104
- "commit": "f1f80856c651056bcdc805f284f0580c49af80fd"
105
- },
106
- {
107
- "author": "beachball",
108
- "package": "@ot-builder/cli-shared",
109
- "comment": "Bump @ot-builder/io-bin-font to v1.5.5",
110
- "commit": "f1f80856c651056bcdc805f284f0580c49af80fd"
111
- }
112
- ]
113
- }
114
- },
115
- {
116
- "date": "Sat, 09 Jul 2022 01:52:09 GMT",
117
- "tag": "@ot-builder/cli-shared_v1.5.4",
118
- "version": "1.5.4",
119
- "comments": {
120
- "patch": [
121
- {
122
- "author": "beachball",
123
- "package": "@ot-builder/cli-shared",
124
- "comment": "Bump @ot-builder/ot to v1.5.4",
125
- "commit": "9b9e8a2330ef867a8b7166d554fed1f23188b8b0"
126
- },
127
- {
128
- "author": "beachball",
129
- "package": "@ot-builder/cli-shared",
130
- "comment": "Bump @ot-builder/io-bin-font to v1.5.4",
131
- "commit": "9b9e8a2330ef867a8b7166d554fed1f23188b8b0"
132
- }
133
- ]
134
- }
135
- },
136
- {
137
- "date": "Fri, 24 Jun 2022 07:05:26 GMT",
138
- "tag": "@ot-builder/cli-shared_v1.5.3",
139
- "version": "1.5.3",
140
- "comments": {
141
- "patch": [
142
- {
143
- "author": "beachball",
144
- "package": "@ot-builder/cli-shared",
145
- "comment": "Bump @ot-builder/ot to v1.5.3",
146
- "commit": "de04c0b58fcaf7beaf9165568f674ff823549c22"
147
- },
148
- {
149
- "author": "beachball",
150
- "package": "@ot-builder/cli-shared",
151
- "comment": "Bump @ot-builder/io-bin-font to v1.5.3",
152
- "commit": "de04c0b58fcaf7beaf9165568f674ff823549c22"
153
- }
154
- ]
155
- }
156
- },
157
- {
158
- "date": "Sat, 30 Apr 2022 01:52:52 GMT",
159
- "tag": "@ot-builder/cli-shared_v1.5.2",
160
- "version": "1.5.2",
161
- "comments": {
162
- "patch": [
163
- {
164
- "author": "beachball",
165
- "package": "@ot-builder/cli-shared",
166
- "comment": "Bump @ot-builder/ot to v1.5.2",
167
- "commit": "5a0c2cbaa1e9aa34821a913004e8c8ae0f4cb1d7"
168
- },
169
- {
170
- "author": "beachball",
171
- "package": "@ot-builder/cli-shared",
172
- "comment": "Bump @ot-builder/io-bin-font to v1.5.2",
173
- "commit": "5a0c2cbaa1e9aa34821a913004e8c8ae0f4cb1d7"
174
- }
175
- ]
176
- }
177
- },
178
- {
179
- "date": "Sat, 02 Apr 2022 01:40:06 GMT",
180
- "tag": "@ot-builder/cli-shared_v1.5.1",
181
- "version": "1.5.1",
182
- "comments": {
183
- "patch": [
184
- {
185
- "author": "beachball",
186
- "package": "@ot-builder/cli-shared",
187
- "comment": "Bump @ot-builder/ot to v1.5.1",
188
- "commit": "f87981f0891315771cda43fb56a3d8e85731a0af"
189
- },
190
- {
191
- "author": "beachball",
192
- "package": "@ot-builder/cli-shared",
193
- "comment": "Bump @ot-builder/io-bin-font to v1.5.1",
194
- "commit": "f87981f0891315771cda43fb56a3d8e85731a0af"
195
- }
196
- ]
197
- }
198
- },
199
- {
200
- "date": "Sat, 26 Mar 2022 01:37:00 GMT",
201
- "tag": "@ot-builder/cli-shared_v1.5.0",
202
- "version": "1.5.0",
203
- "comments": {
204
- "minor": [
205
- {
206
- "author": "beachball",
207
- "package": "@ot-builder/cli-shared",
208
- "comment": "Bump @ot-builder/ot to v1.5.0",
209
- "commit": "0d6eb83609255ffdfd147ed0610aab1aa424b357"
210
- },
211
- {
212
- "author": "beachball",
213
- "package": "@ot-builder/cli-shared",
214
- "comment": "Bump @ot-builder/io-bin-font to v1.5.0",
215
- "commit": "0d6eb83609255ffdfd147ed0610aab1aa424b357"
216
- }
217
- ]
218
- }
219
- },
220
- {
221
- "date": "Sat, 26 Feb 2022 01:27:19 GMT",
222
- "tag": "@ot-builder/cli-shared_v1.4.0",
223
- "version": "1.4.0",
224
- "comments": {
225
- "minor": [
226
- {
227
- "author": "otbbuilder-dev@users.noreply.github.com",
228
- "package": "@ot-builder/cli-shared",
229
- "commit": "d5ef5ade3424ec81b7545c9967badddeb9cc8f1b",
230
- "comment": "Enhance OTBCLI with better subset, drop and transform-glyphs"
231
- },
232
- {
233
- "author": "beachball",
234
- "package": "@ot-builder/cli-shared",
235
- "comment": "Bump @ot-builder/ot to v1.4.0",
236
- "commit": "f1c3eedd84cadff44ee97d878a245b451ce7bd59"
237
- },
238
- {
239
- "author": "beachball",
240
- "package": "@ot-builder/cli-shared",
241
- "comment": "Bump @ot-builder/io-bin-font to v1.4.0",
242
- "commit": "f1c3eedd84cadff44ee97d878a245b451ce7bd59"
243
- }
244
- ]
245
- }
246
- },
247
- {
248
- "date": "Sat, 18 Dec 2021 01:19:54 GMT",
249
- "tag": "@ot-builder/cli-shared_v1.3.3",
250
- "version": "1.3.3",
251
- "comments": {
252
- "patch": [
253
- {
254
- "author": "otbbuilder-dev@users.noreply.github.com",
255
- "package": "@ot-builder/cli-shared",
256
- "commit": "df0486c2b6942815176c652a3150870ba8eacc71",
257
- "comment": "Optimize frag unifier"
258
- },
259
- {
260
- "author": "beachball",
261
- "package": "@ot-builder/cli-shared",
262
- "comment": "Bump @ot-builder/ot to v1.3.3",
263
- "commit": "df0486c2b6942815176c652a3150870ba8eacc71"
264
- },
265
- {
266
- "author": "beachball",
267
- "package": "@ot-builder/cli-shared",
268
- "comment": "Bump @ot-builder/io-bin-font to v1.3.3",
269
- "commit": "df0486c2b6942815176c652a3150870ba8eacc71"
270
- }
271
- ]
272
- }
273
- },
274
- {
275
- "date": "Sat, 11 Dec 2021 01:10:33 GMT",
276
- "tag": "@ot-builder/cli-shared_v1.3.2",
277
- "version": "1.3.2",
278
- "comments": {
279
- "patch": [
280
- {
281
- "author": "beachball",
282
- "package": "@ot-builder/cli-shared",
283
- "comment": "Bump @ot-builder/ot to v1.3.2",
284
- "commit": "16fbf473bb09d152080e6f8eaca772f2bf20299f"
285
- },
286
- {
287
- "author": "beachball",
288
- "package": "@ot-builder/cli-shared",
289
- "comment": "Bump @ot-builder/io-bin-font to v1.3.2",
290
- "commit": "16fbf473bb09d152080e6f8eaca772f2bf20299f"
291
- }
292
- ]
293
- }
294
- },
295
- {
296
- "date": "Sat, 13 Nov 2021 01:06:17 GMT",
297
- "tag": "@ot-builder/cli-shared_v1.3.1",
298
- "version": "1.3.1",
299
- "comments": {
300
- "patch": [
301
- {
302
- "author": "beachball",
303
- "package": "@ot-builder/cli-shared",
304
- "comment": "Bump @ot-builder/ot to v1.3.1",
305
- "commit": "98f8cd01e51e2d1837d83598afacc5c1502d143f"
306
- },
307
- {
308
- "author": "beachball",
309
- "package": "@ot-builder/cli-shared",
310
- "comment": "Bump @ot-builder/io-bin-font to v1.3.1",
311
- "commit": "98f8cd01e51e2d1837d83598afacc5c1502d143f"
312
- }
313
- ]
314
- }
315
- },
316
- {
317
- "date": "Sat, 16 Oct 2021 01:18:42 GMT",
318
- "tag": "@ot-builder/cli-shared_v1.3.0",
319
- "version": "1.3.0",
320
- "comments": {
321
- "minor": [
322
- {
323
- "author": "beachball",
324
- "package": "@ot-builder/cli-shared",
325
- "comment": "Bump @ot-builder/ot to v1.3.0",
326
- "commit": "1a40fcdec7a908d6498acd9a239f81236cd390c4"
327
- },
328
- {
329
- "author": "beachball",
330
- "package": "@ot-builder/cli-shared",
331
- "comment": "Bump @ot-builder/io-bin-font to v1.3.0",
332
- "commit": "1a40fcdec7a908d6498acd9a239f81236cd390c4"
333
- }
334
- ]
335
- }
336
- },
337
- {
338
- "date": "Sat, 09 Oct 2021 01:06:40 GMT",
339
- "tag": "@ot-builder/cli-shared_v1.2.0",
340
- "version": "1.2.0",
341
- "comments": {
342
- "minor": [
343
- {
344
- "author": "otbbuilder-dev@users.noreply.github.com",
345
- "package": "@ot-builder/cli-shared",
346
- "comment": "Add support for VTT private tables",
347
- "commit": "cd0361ffd9d2fc5081804b14f9bfddc7fe296008"
348
- },
349
- {
350
- "author": "beachball",
351
- "package": "@ot-builder/cli-shared",
352
- "comment": "Bump @ot-builder/ot to v1.2.0",
353
- "commit": "cd0361ffd9d2fc5081804b14f9bfddc7fe296008"
354
- },
355
- {
356
- "author": "beachball",
357
- "package": "@ot-builder/cli-shared",
358
- "comment": "Bump @ot-builder/io-bin-font to v1.2.0",
359
- "commit": "cd0361ffd9d2fc5081804b14f9bfddc7fe296008"
360
- }
361
- ]
362
- }
363
- },
364
- {
365
- "date": "Sat, 25 Sep 2021 01:08:03 GMT",
366
- "tag": "@ot-builder/cli-shared_v1.1.2",
367
- "version": "1.1.2",
368
- "comments": {
369
- "patch": [
370
- {
371
- "author": "beachball",
372
- "package": "@ot-builder/cli-shared",
373
- "comment": "Bump @ot-builder/ot to v1.1.2",
374
- "commit": "ef0cdbe0d09a64a7f2ed4f86c9158fa9d8fe699f"
375
- },
376
- {
377
- "author": "beachball",
378
- "package": "@ot-builder/cli-shared",
379
- "comment": "Bump @ot-builder/io-bin-font to v1.1.2",
380
- "commit": "ef0cdbe0d09a64a7f2ed4f86c9158fa9d8fe699f"
381
- }
382
- ]
383
- }
384
- },
385
- {
386
- "date": "Sat, 11 Sep 2021 01:09:21 GMT",
387
- "tag": "@ot-builder/cli-shared_v1.1.1",
388
- "version": "1.1.1",
389
- "comments": {
390
- "patch": [
391
- {
392
- "author": "otbbuilder-dev@users.noreply.github.com",
393
- "package": "@ot-builder/cli-shared",
394
- "commit": "28bc4c48910f10dcabb090ab68e610ce499caa95",
395
- "comment": "Bump @ot-builder/cli-shared to v1.1.1"
396
- }
397
- ]
398
- }
399
- },
400
- {
401
- "date": "Sun, 18 Jul 2021 02:14:19 GMT",
402
- "tag": "@ot-builder/cli-shared_v1.1.0",
403
- "version": "1.1.0",
404
- "comments": {
405
- "minor": [
406
- {
407
- "comment": "Bump @ot-builder/cli-shared to v1.1.0",
408
- "author": "otbbuilder-dev@users.noreply.github.com",
409
- "commit": "c79ab97437319873bfe49602a21eab95d78083e3",
410
- "package": "@ot-builder/cli-shared"
411
- }
412
- ]
413
- }
414
- },
415
- {
416
- "date": "Sat, 17 Jul 2021 01:08:07 GMT",
417
- "tag": "@ot-builder/cli-shared_v1.0.11",
418
- "version": "1.0.11",
419
- "comments": {
420
- "patch": [
421
- {
422
- "comment": "Bump @ot-builder/cli-shared to v1.0.11",
423
- "author": "otbbuilder-dev@users.noreply.github.com",
424
- "commit": "7f243f6eb75ed28e2d367af7ed0423d0327529ff",
425
- "package": "@ot-builder/cli-shared"
426
- }
427
- ]
428
- }
429
- },
430
- {
431
- "date": "Sat, 03 Jul 2021 01:07:58 GMT",
432
- "tag": "@ot-builder/cli-shared_v1.0.10",
433
- "version": "1.0.10",
434
- "comments": {
435
- "patch": [
436
- {
437
- "comment": "Bump @ot-builder/cli-shared to v1.0.10",
438
- "author": "otbbuilder-dev@users.noreply.github.com",
439
- "commit": "09e4766daf9cbbac090bfbd958c0496becde30e6",
440
- "package": "@ot-builder/cli-shared"
441
- }
442
- ]
443
- }
444
- },
445
- {
446
- "date": "Sat, 05 Jun 2021 01:38:42 GMT",
447
- "tag": "@ot-builder/cli-shared_v1.0.9",
448
- "version": "1.0.9",
449
- "comments": {
450
- "patch": [
451
- {
452
- "comment": "Bump @ot-builder/cli-shared to v1.0.9",
453
- "author": "otbbuilder-dev@users.noreply.github.com",
454
- "commit": "80e143620017342699ae8f221ed1593d4a9ffc76",
455
- "package": "@ot-builder/cli-shared"
456
- }
457
- ]
458
- }
459
- },
460
- {
461
- "date": "Sat, 15 May 2021 06:59:10 GMT",
462
- "tag": "@ot-builder/cli-shared_v1.0.6",
463
- "version": "1.0.6",
464
- "comments": {
465
- "patch": [
466
- {
467
- "comment": "Further fixup publish config",
468
- "author": "otbbuilder-dev@users.noreply.github.com",
469
- "commit": "3e9817b7c9f5cf850546191dde54ce42c2ecee05",
470
- "package": "@ot-builder/cli-shared"
471
- },
472
- {
473
- "comment": "Add publishConfig to sub-packages",
474
- "author": "otbbuilder-dev@users.noreply.github.com",
475
- "commit": "ed593f939f111c801ccdffd8e8da2114f7f0f3c0",
476
- "package": "@ot-builder/cli-shared"
477
- }
478
- ]
479
- }
480
- },
481
- {
482
- "date": "Sat, 27 Feb 2021 08:18:21 GMT",
483
- "tag": "@ot-builder/cli-shared_v1.0.3",
484
- "version": "1.0.3",
485
- "comments": {
486
- "patch": [
487
- {
488
- "comment": "Upgrade to TS 4.2.2",
489
- "author": "belleve@typeof.net",
490
- "commit": "c9a29938dc1f00c97b5feb92eae81670c9d6e57a",
491
- "package": "@ot-builder/cli-shared"
492
- }
493
- ]
494
- }
495
- },
496
- {
497
- "date": "Sat, 16 Jan 2021 01:31:22 GMT",
498
- "tag": "@ot-builder/cli-shared_v1.0.0",
499
- "version": "1.0.0",
500
- "comments": {
501
- "patch": [
502
- {
503
- "comment": "Bump @ot-builder/io-bin-font to v1.0.0",
504
- "author": "belleve@typeof.net",
505
- "commit": "d542d28ca2ab0db8873cf4426fc325cb4924ae8f",
506
- "package": "@ot-builder/cli-shared"
507
- },
508
- {
509
- "comment": "Bump @ot-builder/ot to v1.0.0",
510
- "author": "belleve@typeof.net",
511
- "commit": "d542d28ca2ab0db8873cf4426fc325cb4924ae8f",
512
- "package": "@ot-builder/cli-shared"
513
- }
514
- ]
515
- }
516
- },
517
- {
518
- "date": "Mon, 23 Nov 2020 01:14:22 GMT",
519
- "tag": "@ot-builder/cli-shared_v0.10.34",
520
- "version": "0.10.34",
521
- "comments": {
522
- "patch": [
523
- {
524
- "comment": "OT184 IVD change",
525
- "author": "c@cyano.cn",
526
- "commit": "b1e4ea8a6fc06fa40af892956f275194b439fb9c",
527
- "package": "@ot-builder/cli-shared"
528
- }
529
- ]
530
- }
531
- },
532
- {
533
- "date": "Sun, 11 Oct 2020 00:13:03 GMT",
534
- "tag": "@ot-builder/cli-shared_v0.10.29",
535
- "version": "0.10.29",
536
- "comments": {
537
- "patch": [
538
- {
539
- "comment": "Add repository data to Packages' package.json",
540
- "author": "otbbuilder-dev@users.noreply.github.com",
541
- "commit": "cf9c159d8036dee65dd8819cc1e8df5feecd87bc",
542
- "package": "@ot-builder/cli-shared"
543
- }
544
- ]
545
- }
546
- },
547
- {
548
- "date": "Sun, 27 Sep 2020 00:12:54 GMT",
549
- "tag": "@ot-builder/cli-shared_v0.10.26",
550
- "version": "0.10.26",
551
- "comments": {
552
- "patch": [
553
- {
554
- "comment": "CLI: Export optimization options",
555
- "author": "belleve@typeof.net",
556
- "commit": "7dec567dd81f5b16f5ff514f55559e70dbebf6cb",
557
- "package": "@ot-builder/cli-shared"
558
- }
559
- ]
560
- }
561
- }
562
- ]
563
- }
package/CHANGELOG.md DELETED
@@ -1,252 +0,0 @@
1
- # Change Log - @ot-builder/cli-shared
2
-
3
- This log was last generated on Sat, 22 Apr 2023 00:59:44 GMT and should not be manually modified.
4
-
5
- <!-- Start content -->
6
-
7
- ## 1.6.3
8
-
9
- Sat, 22 Apr 2023 00:59:44 GMT
10
-
11
- ### Patches
12
-
13
- - Bump @ot-builder/ot to v1.6.3
14
- - Bump @ot-builder/io-bin-font to v1.6.3
15
-
16
- ## 1.6.2
17
-
18
- Sat, 15 Apr 2023 01:06:43 GMT
19
-
20
- ### Patches
21
-
22
- - Bump @ot-builder/ot to v1.6.2
23
- - Bump @ot-builder/io-bin-font to v1.6.2
24
-
25
- ## 1.6.1
26
-
27
- Sat, 28 Jan 2023 01:12:19 GMT
28
-
29
- ### Patches
30
-
31
- - Bump deps and fix doc build (otbbuilder-dev@users.noreply.github.com)
32
- - Bump @ot-builder/ot to v1.6.1
33
- - Bump @ot-builder/io-bin-font to v1.6.1
34
-
35
- ## 1.6.0
36
-
37
- Sat, 21 Jan 2023 01:10:00 GMT
38
-
39
- ### Minor changes
40
-
41
- - Bump @ot-builder/ot to v1.6.0
42
- - Bump @ot-builder/io-bin-font to v1.6.0
43
-
44
- ## 1.5.5
45
-
46
- Sat, 03 Dec 2022 01:09:39 GMT
47
-
48
- ### Patches
49
-
50
- - Bump @ot-builder/ot to v1.5.5
51
- - Bump @ot-builder/io-bin-font to v1.5.5
52
-
53
- ## 1.5.4
54
-
55
- Sat, 09 Jul 2022 01:52:09 GMT
56
-
57
- ### Patches
58
-
59
- - Bump @ot-builder/ot to v1.5.4
60
- - Bump @ot-builder/io-bin-font to v1.5.4
61
-
62
- ## 1.5.3
63
-
64
- Fri, 24 Jun 2022 07:05:26 GMT
65
-
66
- ### Patches
67
-
68
- - Bump @ot-builder/ot to v1.5.3
69
- - Bump @ot-builder/io-bin-font to v1.5.3
70
-
71
- ## 1.5.2
72
-
73
- Sat, 30 Apr 2022 01:52:52 GMT
74
-
75
- ### Patches
76
-
77
- - Bump @ot-builder/ot to v1.5.2
78
- - Bump @ot-builder/io-bin-font to v1.5.2
79
-
80
- ## 1.5.1
81
-
82
- Sat, 02 Apr 2022 01:40:06 GMT
83
-
84
- ### Patches
85
-
86
- - Bump @ot-builder/ot to v1.5.1
87
- - Bump @ot-builder/io-bin-font to v1.5.1
88
-
89
- ## 1.5.0
90
-
91
- Sat, 26 Mar 2022 01:37:00 GMT
92
-
93
- ### Minor changes
94
-
95
- - Bump @ot-builder/ot to v1.5.0
96
- - Bump @ot-builder/io-bin-font to v1.5.0
97
-
98
- ## 1.4.0
99
-
100
- Sat, 26 Feb 2022 01:27:19 GMT
101
-
102
- ### Minor changes
103
-
104
- - Enhance OTBCLI with better subset, drop and transform-glyphs (otbbuilder-dev@users.noreply.github.com)
105
- - Bump @ot-builder/ot to v1.4.0
106
- - Bump @ot-builder/io-bin-font to v1.4.0
107
-
108
- ## 1.3.3
109
-
110
- Sat, 18 Dec 2021 01:19:54 GMT
111
-
112
- ### Patches
113
-
114
- - Optimize frag unifier (otbbuilder-dev@users.noreply.github.com)
115
- - Bump @ot-builder/ot to v1.3.3
116
- - Bump @ot-builder/io-bin-font to v1.3.3
117
-
118
- ## 1.3.2
119
-
120
- Sat, 11 Dec 2021 01:10:33 GMT
121
-
122
- ### Patches
123
-
124
- - Bump @ot-builder/ot to v1.3.2
125
- - Bump @ot-builder/io-bin-font to v1.3.2
126
-
127
- ## 1.3.1
128
-
129
- Sat, 13 Nov 2021 01:06:17 GMT
130
-
131
- ### Patches
132
-
133
- - Bump @ot-builder/ot to v1.3.1
134
- - Bump @ot-builder/io-bin-font to v1.3.1
135
-
136
- ## 1.3.0
137
-
138
- Sat, 16 Oct 2021 01:18:42 GMT
139
-
140
- ### Minor changes
141
-
142
- - Bump @ot-builder/ot to v1.3.0
143
- - Bump @ot-builder/io-bin-font to v1.3.0
144
-
145
- ## 1.2.0
146
-
147
- Sat, 09 Oct 2021 01:06:40 GMT
148
-
149
- ### Minor changes
150
-
151
- - Add support for VTT private tables (otbbuilder-dev@users.noreply.github.com)
152
- - Bump @ot-builder/ot to v1.2.0
153
- - Bump @ot-builder/io-bin-font to v1.2.0
154
-
155
- ## 1.1.2
156
-
157
- Sat, 25 Sep 2021 01:08:03 GMT
158
-
159
- ### Patches
160
-
161
- - Bump @ot-builder/ot to v1.1.2
162
- - Bump @ot-builder/io-bin-font to v1.1.2
163
-
164
- ## 1.1.1
165
-
166
- Sat, 11 Sep 2021 01:09:21 GMT
167
-
168
- ### Patches
169
-
170
- - Bump @ot-builder/cli-shared to v1.1.1 (otbbuilder-dev@users.noreply.github.com)
171
-
172
- ## 1.1.0
173
-
174
- Sun, 18 Jul 2021 02:14:19 GMT
175
-
176
- ### Minor changes
177
-
178
- - Bump @ot-builder/cli-shared to v1.1.0 (otbbuilder-dev@users.noreply.github.com)
179
-
180
- ## 1.0.11
181
-
182
- Sat, 17 Jul 2021 01:08:07 GMT
183
-
184
- ### Patches
185
-
186
- - Bump @ot-builder/cli-shared to v1.0.11 (otbbuilder-dev@users.noreply.github.com)
187
-
188
- ## 1.0.10
189
-
190
- Sat, 03 Jul 2021 01:07:58 GMT
191
-
192
- ### Patches
193
-
194
- - Bump @ot-builder/cli-shared to v1.0.10 (otbbuilder-dev@users.noreply.github.com)
195
-
196
- ## 1.0.9
197
-
198
- Sat, 05 Jun 2021 01:38:42 GMT
199
-
200
- ### Patches
201
-
202
- - Bump @ot-builder/cli-shared to v1.0.9 (otbbuilder-dev@users.noreply.github.com)
203
-
204
- ## 1.0.6
205
-
206
- Sat, 15 May 2021 06:59:10 GMT
207
-
208
- ### Patches
209
-
210
- - Further fixup publish config (otbbuilder-dev@users.noreply.github.com)
211
- - Add publishConfig to sub-packages (otbbuilder-dev@users.noreply.github.com)
212
-
213
- ## 1.0.3
214
-
215
- Sat, 27 Feb 2021 08:18:21 GMT
216
-
217
- ### Patches
218
-
219
- - Upgrade to TS 4.2.2 (belleve@typeof.net)
220
-
221
- ## 1.0.0
222
-
223
- Sat, 16 Jan 2021 01:31:22 GMT
224
-
225
- ### Patches
226
-
227
- - Bump @ot-builder/io-bin-font to v1.0.0 (belleve@typeof.net)
228
- - Bump @ot-builder/ot to v1.0.0 (belleve@typeof.net)
229
-
230
- ## 0.10.34
231
-
232
- Mon, 23 Nov 2020 01:14:22 GMT
233
-
234
- ### Patches
235
-
236
- - OT184 IVD change (c@cyano.cn)
237
-
238
- ## 0.10.29
239
-
240
- Sun, 11 Oct 2020 00:13:03 GMT
241
-
242
- ### Patches
243
-
244
- - Add repository data to Packages' package.json (otbbuilder-dev@users.noreply.github.com)
245
-
246
- ## 0.10.26
247
-
248
- Sun, 27 Sep 2020 00:12:54 GMT
249
-
250
- ### Patches
251
-
252
- - CLI: Export optimization options (belleve@typeof.net)