@pie-lib/tools 0.11.0-beta.0 → 0.12.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.json +1 -437
- package/CHANGELOG.md +127 -11
- package/lib/anchor-utils.js +1 -1
- package/lib/anchor-utils.js.map +1 -0
- package/lib/anchor.js +1 -1
- package/lib/anchor.js.map +1 -0
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -0
- package/lib/protractor/graphic.js +1 -1
- package/lib/protractor/graphic.js.map +1 -0
- package/lib/protractor/index.js +1 -1
- package/lib/protractor/index.js.map +1 -0
- package/lib/rotatable.js +1 -1
- package/lib/rotatable.js.map +1 -0
- package/lib/ruler/graphic.js +1 -1
- package/lib/ruler/graphic.js.map +1 -0
- package/lib/ruler/index.js +1 -1
- package/lib/ruler/index.js.map +1 -0
- package/lib/ruler/unit-type.js +1 -1
- package/lib/ruler/unit-type.js.map +1 -0
- package/lib/ruler/unit.js +1 -1
- package/lib/ruler/unit.js.map +1 -0
- package/lib/style-utils.js +1 -1
- package/lib/style-utils.js.map +1 -0
- package/lib/transform-origin.js +1 -1
- package/lib/transform-origin.js.map +1 -0
- package/package.json +4 -3
- package/lib/__tests__/anchor-utils.test.js +0 -228
- package/lib/__tests__/rotatable.test.js +0 -255
- package/lib/__tests__/transform-origin.test.js +0 -63
- package/lib/protractor/__tests__/graphic.test.js +0 -27
- package/lib/protractor/__tests__/index.test.js +0 -23
- package/lib/ruler/__tests__/graphic.test.js +0 -31
- package/lib/ruler/__tests__/index.test.js +0 -51
- package/lib/ruler/__tests__/unit-type.test.js +0 -24
- package/lib/ruler/__tests__/unit.test.js +0 -30
package/CHANGELOG.json
CHANGED
|
@@ -1,437 +1 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"type": "fix",
|
|
4
|
-
"scope": null,
|
|
5
|
-
"subject": "rm child prepack in favour of root prepack",
|
|
6
|
-
"merge": null,
|
|
7
|
-
"header": "fix: rm child prepack in favour of root prepack",
|
|
8
|
-
"body": null,
|
|
9
|
-
"footer": null,
|
|
10
|
-
"notes": [],
|
|
11
|
-
"hash": "381d8d6485269b641d8d4655148966d2e70803be",
|
|
12
|
-
"gitTags": "",
|
|
13
|
-
"committerDate": "2019-03-15 09:51:11 +0000",
|
|
14
|
-
"isTagged": true,
|
|
15
|
-
"tag": "@pie-lib/tools@0.8.11"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"type": "chore",
|
|
19
|
-
"scope": null,
|
|
20
|
-
"subject": "call changelog on prepack",
|
|
21
|
-
"merge": null,
|
|
22
|
-
"header": "chore: call changelog on prepack",
|
|
23
|
-
"body": null,
|
|
24
|
-
"footer": null,
|
|
25
|
-
"notes": [],
|
|
26
|
-
"hash": "b672c012de096c55b765a765f758da3fc5df2f90",
|
|
27
|
-
"gitTags": "",
|
|
28
|
-
"committerDate": "2019-03-13 23:00:44 +0000",
|
|
29
|
-
"isTagged": true,
|
|
30
|
-
"tag": "@pie-lib/tools@0.8.10"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"type": "chore",
|
|
34
|
-
"scope": null,
|
|
35
|
-
"subject": "generate changelog.json instead of markdown",
|
|
36
|
-
"merge": null,
|
|
37
|
-
"header": "chore: generate changelog.json instead of markdown",
|
|
38
|
-
"body": null,
|
|
39
|
-
"footer": null,
|
|
40
|
-
"notes": [],
|
|
41
|
-
"hash": "eaa5019a11f70c53425d55856bd3b940237f8c7d",
|
|
42
|
-
"gitTags": "",
|
|
43
|
-
"committerDate": "2019-03-13 17:24:09 +0000",
|
|
44
|
-
"isTagged": true,
|
|
45
|
-
"tag": "@pie-lib/tools@0.8.10"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"type": "fix",
|
|
49
|
-
"scope": null,
|
|
50
|
-
"subject": "unfoo fix",
|
|
51
|
-
"merge": null,
|
|
52
|
-
"header": "fix: unfoo fix",
|
|
53
|
-
"body": null,
|
|
54
|
-
"footer": null,
|
|
55
|
-
"notes": [],
|
|
56
|
-
"hash": "75c78bfe0a5e78c798dd0e8a3aa27316e325bb9a",
|
|
57
|
-
"gitTags": "",
|
|
58
|
-
"committerDate": "2019-03-12 22:46:53 +0000",
|
|
59
|
-
"isTagged": true,
|
|
60
|
-
"tag": "@pie-lib/tools@0.8.10"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"type": "fix",
|
|
64
|
-
"scope": null,
|
|
65
|
-
"subject": "foo fix",
|
|
66
|
-
"merge": null,
|
|
67
|
-
"header": "fix: foo fix",
|
|
68
|
-
"body": null,
|
|
69
|
-
"footer": null,
|
|
70
|
-
"notes": [],
|
|
71
|
-
"hash": "f54d0139b2d93607af1a48ff25d64d1c9069c40c",
|
|
72
|
-
"gitTags": "",
|
|
73
|
-
"committerDate": "2019-03-12 22:44:51 +0000",
|
|
74
|
-
"isTagged": true,
|
|
75
|
-
"tag": "@pie-lib/tools@0.8.10"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"type": "feat",
|
|
79
|
-
"scope": null,
|
|
80
|
-
"subject": "libs version bump",
|
|
81
|
-
"merge": null,
|
|
82
|
-
"header": "feat: libs version bump",
|
|
83
|
-
"body": null,
|
|
84
|
-
"footer": null,
|
|
85
|
-
"notes": [],
|
|
86
|
-
"hash": "f9861fc42013b389b2f187ced9ab5b3352c3fc53",
|
|
87
|
-
"gitTags": "",
|
|
88
|
-
"committerDate": "2019-01-30 22:14:28 +0000",
|
|
89
|
-
"isTagged": true,
|
|
90
|
-
"tag": "@pie-lib/tools@0.8.0"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"type": "fix",
|
|
94
|
-
"scope": null,
|
|
95
|
-
"subject": "add assert package",
|
|
96
|
-
"merge": null,
|
|
97
|
-
"header": "fix: add assert package",
|
|
98
|
-
"body": null,
|
|
99
|
-
"footer": null,
|
|
100
|
-
"notes": [],
|
|
101
|
-
"hash": "02f13bd3ca71557d5a2d71e66b569f5c57336160",
|
|
102
|
-
"gitTags": "",
|
|
103
|
-
"committerDate": "2018-11-16 11:12:06 +0000",
|
|
104
|
-
"isTagged": true,
|
|
105
|
-
"tag": "@pie-lib/tools@0.7.4"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"type": "fix",
|
|
109
|
-
"scope": null,
|
|
110
|
-
"subject": "rm githead",
|
|
111
|
-
"merge": null,
|
|
112
|
-
"header": "fix: rm githead",
|
|
113
|
-
"body": null,
|
|
114
|
-
"footer": null,
|
|
115
|
-
"notes": [],
|
|
116
|
-
"hash": "a1523aabfe34697970bb94f3ed300603d9e11f74",
|
|
117
|
-
"gitTags": "",
|
|
118
|
-
"committerDate": "2018-09-12 14:44:09 +0100",
|
|
119
|
-
"isTagged": true,
|
|
120
|
-
"tag": "@pie-lib/tools@0.7.3"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"type": "fix",
|
|
124
|
-
"scope": null,
|
|
125
|
-
"subject": "githead",
|
|
126
|
-
"merge": null,
|
|
127
|
-
"header": "fix: githead",
|
|
128
|
-
"body": null,
|
|
129
|
-
"footer": null,
|
|
130
|
-
"notes": [],
|
|
131
|
-
"hash": "3e485e0a7094496fd93d86a0500c75e343e9fac2",
|
|
132
|
-
"gitTags": "",
|
|
133
|
-
"committerDate": "2018-09-12 14:38:21 +0100",
|
|
134
|
-
"isTagged": true,
|
|
135
|
-
"tag": "@pie-lib/tools@0.7.3"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"type": "feat",
|
|
139
|
-
"scope": null,
|
|
140
|
-
"subject": "upgrade material-ui -> @material-ui/core@^1.0.0-rc.1",
|
|
141
|
-
"merge": null,
|
|
142
|
-
"header": "feat: upgrade material-ui -> @material-ui/core@^1.0.0-rc.1",
|
|
143
|
-
"body": null,
|
|
144
|
-
"footer": null,
|
|
145
|
-
"notes": [],
|
|
146
|
-
"hash": "017ef6300f1fd345fc932496d25682a7981a4938",
|
|
147
|
-
"gitTags": "",
|
|
148
|
-
"committerDate": "2018-05-15 21:52:09 -0400",
|
|
149
|
-
"isTagged": true,
|
|
150
|
-
"tag": "@pie-lib/tools@0.7.0"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"type": "fix",
|
|
154
|
-
"scope": "lint",
|
|
155
|
-
"subject": "lint fixes",
|
|
156
|
-
"merge": null,
|
|
157
|
-
"header": "fix(lint): lint fixes",
|
|
158
|
-
"body": null,
|
|
159
|
-
"footer": null,
|
|
160
|
-
"notes": [],
|
|
161
|
-
"hash": "f0595831a75561d829c0f18f86ce5ea7feeb4ddd",
|
|
162
|
-
"gitTags": "",
|
|
163
|
-
"committerDate": "2018-05-09 13:35:42 -0400",
|
|
164
|
-
"isTagged": true,
|
|
165
|
-
"tag": "@pie-lib/tools@0.6.2"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"type": "fix",
|
|
169
|
-
"scope": "test",
|
|
170
|
-
"subject": "fix test run",
|
|
171
|
-
"merge": null,
|
|
172
|
-
"header": "fix(test): fix test run",
|
|
173
|
-
"body": null,
|
|
174
|
-
"footer": null,
|
|
175
|
-
"notes": [],
|
|
176
|
-
"hash": "d15ac94f6b1e4b834930f2d5ac84eb4e8e235d19",
|
|
177
|
-
"gitTags": "",
|
|
178
|
-
"committerDate": "2018-05-09 12:25:29 -0400",
|
|
179
|
-
"isTagged": true,
|
|
180
|
-
"tag": "@pie-lib/tools@0.6.1"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"type": "feat",
|
|
184
|
-
"scope": "text-select",
|
|
185
|
-
"subject": "Add new text-select package.",
|
|
186
|
-
"merge": null,
|
|
187
|
-
"header": "feat(text-select): Add new text-select package.",
|
|
188
|
-
"body": "Features:\n* `TextSelect`\n* `TokenSelect`\n* `Tokenizer`",
|
|
189
|
-
"footer": null,
|
|
190
|
-
"notes": [],
|
|
191
|
-
"hash": "3916c1922fa8ab3fe5a58cf35147f73f42d96f7e",
|
|
192
|
-
"gitTags": "",
|
|
193
|
-
"committerDate": "2018-05-08 16:28:33 -0400",
|
|
194
|
-
"isTagged": true,
|
|
195
|
-
"tag": "@pie-lib/tools@0.6.0"
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"type": "fix",
|
|
199
|
-
"scope": "build",
|
|
200
|
-
"subject": "trigger rebuild",
|
|
201
|
-
"merge": null,
|
|
202
|
-
"header": "fix(build): trigger rebuild",
|
|
203
|
-
"body": null,
|
|
204
|
-
"footer": null,
|
|
205
|
-
"notes": [],
|
|
206
|
-
"hash": "935702313e6128d36b63807f79c3d5c5fdc32002",
|
|
207
|
-
"gitTags": "",
|
|
208
|
-
"committerDate": "2018-05-08 14:12:36 -0400",
|
|
209
|
-
"isTagged": true,
|
|
210
|
-
"tag": "@pie-lib/tools@0.5.3"
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"type": "chore",
|
|
214
|
-
"scope": "tests",
|
|
215
|
-
"subject": "fix tests",
|
|
216
|
-
"merge": null,
|
|
217
|
-
"header": "chore(tests): fix tests",
|
|
218
|
-
"body": null,
|
|
219
|
-
"footer": null,
|
|
220
|
-
"notes": [],
|
|
221
|
-
"hash": "0124d3fb23af82fd8045371b8c6894add2ed9111",
|
|
222
|
-
"gitTags": "",
|
|
223
|
-
"committerDate": "2018-05-01 21:46:57 -0400",
|
|
224
|
-
"isTagged": true,
|
|
225
|
-
"tag": "@pie-lib/tools@0.5.1"
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"type": "feat",
|
|
229
|
-
"scope": "ruler",
|
|
230
|
-
"subject": "add label and tickCount (only for imperial measure)",
|
|
231
|
-
"merge": null,
|
|
232
|
-
"header": "feat(ruler): add label and tickCount (only for imperial measure)",
|
|
233
|
-
"body": null,
|
|
234
|
-
"footer": null,
|
|
235
|
-
"notes": [],
|
|
236
|
-
"hash": "9c9069aca72b603594f0434a4658fb079ce16ea6",
|
|
237
|
-
"gitTags": "",
|
|
238
|
-
"committerDate": "2018-05-01 11:43:54 -0400",
|
|
239
|
-
"isTagged": true,
|
|
240
|
-
"tag": "@pie-lib/tools@0.5.0"
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"type": "feat",
|
|
244
|
-
"scope": "ruler",
|
|
245
|
-
"subject": "move handles away from ticks",
|
|
246
|
-
"merge": null,
|
|
247
|
-
"header": "feat(ruler): move handles away from ticks",
|
|
248
|
-
"body": null,
|
|
249
|
-
"footer": null,
|
|
250
|
-
"notes": [],
|
|
251
|
-
"hash": "85353fbb59eb6d0796b9a1c2dee4b52c99bcf020",
|
|
252
|
-
"gitTags": "",
|
|
253
|
-
"committerDate": "2018-04-30 21:15:24 -0400",
|
|
254
|
-
"isTagged": true,
|
|
255
|
-
"tag": "@pie-lib/tools@0.4.0"
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
"type": "feat",
|
|
259
|
-
"scope": "ruler",
|
|
260
|
-
"subject": "add className and startPosition",
|
|
261
|
-
"merge": null,
|
|
262
|
-
"header": "feat(ruler): add className and startPosition",
|
|
263
|
-
"body": null,
|
|
264
|
-
"footer": null,
|
|
265
|
-
"notes": [],
|
|
266
|
-
"hash": "bca05444482a653962ac711da2f4abdde2ac0697",
|
|
267
|
-
"gitTags": "",
|
|
268
|
-
"committerDate": "2018-04-30 20:31:11 -0400",
|
|
269
|
-
"isTagged": true,
|
|
270
|
-
"tag": "@pie-lib/tools@0.3.0"
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"type": "fix",
|
|
274
|
-
"scope": "protractor",
|
|
275
|
-
"subject": "move lines out of circle",
|
|
276
|
-
"merge": null,
|
|
277
|
-
"header": "fix(protractor): move lines out of circle",
|
|
278
|
-
"body": null,
|
|
279
|
-
"footer": null,
|
|
280
|
-
"notes": [],
|
|
281
|
-
"hash": "505178d33351a6c9de54c6245ad3e9ae872939db",
|
|
282
|
-
"gitTags": "",
|
|
283
|
-
"committerDate": "2018-04-30 19:26:16 -0400",
|
|
284
|
-
"isTagged": true,
|
|
285
|
-
"tag": "@pie-lib/tools@0.2.2"
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"type": "fix",
|
|
289
|
-
"scope": "protractor",
|
|
290
|
-
"subject": "make center circle transparent",
|
|
291
|
-
"merge": null,
|
|
292
|
-
"header": "fix(protractor): make center circle transparent",
|
|
293
|
-
"body": null,
|
|
294
|
-
"footer": null,
|
|
295
|
-
"notes": [],
|
|
296
|
-
"hash": "e748293a4c64d6bfab14c2d15639194cb3572412",
|
|
297
|
-
"gitTags": "",
|
|
298
|
-
"committerDate": "2018-04-30 19:17:40 -0400",
|
|
299
|
-
"isTagged": true,
|
|
300
|
-
"tag": "@pie-lib/tools@0.2.1"
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"type": "feat",
|
|
304
|
-
"scope": "rotatable",
|
|
305
|
-
"subject": "add startPosition and className",
|
|
306
|
-
"merge": null,
|
|
307
|
-
"header": "feat(rotatable): add startPosition and className",
|
|
308
|
-
"body": null,
|
|
309
|
-
"footer": null,
|
|
310
|
-
"notes": [],
|
|
311
|
-
"hash": "4e939910b18fe3da3f7dde5fdf7969020a37c68c",
|
|
312
|
-
"gitTags": "",
|
|
313
|
-
"committerDate": "2018-04-30 19:05:26 -0400",
|
|
314
|
-
"isTagged": true,
|
|
315
|
-
"tag": "@pie-lib/tools@0.2.0"
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"type": "fix",
|
|
319
|
-
"scope": "dependencies",
|
|
320
|
-
"subject": "set material-ui version to ^1.0.0-beta.44",
|
|
321
|
-
"merge": null,
|
|
322
|
-
"header": "fix(dependencies): set material-ui version to ^1.0.0-beta.44",
|
|
323
|
-
"body": null,
|
|
324
|
-
"footer": null,
|
|
325
|
-
"notes": [],
|
|
326
|
-
"hash": "6fd66bc6b4359a32c378f64cd3a315f1a551875e",
|
|
327
|
-
"gitTags": "",
|
|
328
|
-
"committerDate": "2018-04-30 11:38:04 -0400",
|
|
329
|
-
"isTagged": true,
|
|
330
|
-
"tag": "@pie-lib/tools@0.1.3"
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
"type": "fix",
|
|
334
|
-
"scope": "dependencies",
|
|
335
|
-
"subject": "lock material-ui to 1.0.0-beta.44",
|
|
336
|
-
"merge": null,
|
|
337
|
-
"header": "fix(dependencies): lock material-ui to 1.0.0-beta.44",
|
|
338
|
-
"body": null,
|
|
339
|
-
"footer": null,
|
|
340
|
-
"notes": [],
|
|
341
|
-
"hash": "60df8e6e6147962cd6fae9bc81638c4c75c0c9e9",
|
|
342
|
-
"gitTags": "",
|
|
343
|
-
"committerDate": "2018-04-30 11:27:53 -0400",
|
|
344
|
-
"isTagged": true,
|
|
345
|
-
"tag": "@pie-lib/tools@0.1.2"
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"type": "fix",
|
|
349
|
-
"scope": "dependencies",
|
|
350
|
-
"subject": "lock material-ui to 1.0.0-beta.43",
|
|
351
|
-
"merge": null,
|
|
352
|
-
"header": "fix(dependencies): lock material-ui to 1.0.0-beta.43",
|
|
353
|
-
"body": null,
|
|
354
|
-
"footer": null,
|
|
355
|
-
"notes": [],
|
|
356
|
-
"hash": "2a3e087cadb03b428aec80948032eb644864f77c",
|
|
357
|
-
"gitTags": "",
|
|
358
|
-
"committerDate": "2018-04-30 11:19:39 -0400",
|
|
359
|
-
"isTagged": true,
|
|
360
|
-
"tag": "@pie-lib/tools@0.1.1"
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"type": "fix",
|
|
364
|
-
"scope": "dependencies",
|
|
365
|
-
"subject": "upgrade material-ui",
|
|
366
|
-
"merge": null,
|
|
367
|
-
"header": "fix(dependencies): upgrade material-ui",
|
|
368
|
-
"body": null,
|
|
369
|
-
"footer": null,
|
|
370
|
-
"notes": [],
|
|
371
|
-
"hash": "b94b50ef8f89beec45b488d92f4e95661c22c501",
|
|
372
|
-
"gitTags": "",
|
|
373
|
-
"committerDate": "2018-04-30 10:56:18 -0400",
|
|
374
|
-
"isTagged": true,
|
|
375
|
-
"tag": "@pie-lib/tools@0.1.1"
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"type": "feat",
|
|
379
|
-
"scope": "tools",
|
|
380
|
-
"subject": "Add new 'tools' package.",
|
|
381
|
-
"merge": null,
|
|
382
|
-
"header": "feat(tools): Add new 'tools' package.",
|
|
383
|
-
"body": "Features:\n* `Ruler` a ruler component\n* `Protractor` a protractor component\n* `Rotatable` a component for adding rotation to an element.",
|
|
384
|
-
"footer": null,
|
|
385
|
-
"notes": [],
|
|
386
|
-
"hash": "9217d0c54fe79e3b3c112a99fbdcb3611026eb19",
|
|
387
|
-
"gitTags": "",
|
|
388
|
-
"committerDate": "2018-04-30 10:05:38 -0400",
|
|
389
|
-
"isTagged": true,
|
|
390
|
-
"tag": "@pie-lib/tools@0.1.0"
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
"type": "feat",
|
|
394
|
-
"scope": null,
|
|
395
|
-
"subject": "version bumps",
|
|
396
|
-
"merge": null,
|
|
397
|
-
"header": "feat: version bumps",
|
|
398
|
-
"body": null,
|
|
399
|
-
"footer": null,
|
|
400
|
-
"notes": [],
|
|
401
|
-
"hash": "23eb54f95e4b6480e2f8c5b336627a7f3bc2f428",
|
|
402
|
-
"gitTags": "",
|
|
403
|
-
"committerDate": "2019-06-10 15:24:32 +0100",
|
|
404
|
-
"isTagged": true,
|
|
405
|
-
"tag": "@pie-lib/tools@0.9.0"
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
"type": "chore",
|
|
409
|
-
"scope": "merge",
|
|
410
|
-
"subject": "merged master into this branch",
|
|
411
|
-
"merge": null,
|
|
412
|
-
"header": "chore(merge): merged master into this branch",
|
|
413
|
-
"body": null,
|
|
414
|
-
"footer": null,
|
|
415
|
-
"notes": [],
|
|
416
|
-
"hash": "e7758d577c82c0f39a5bf44556792517cd1ea6b0",
|
|
417
|
-
"gitTags": "",
|
|
418
|
-
"committerDate": "2019-07-02 11:29:52 -0400",
|
|
419
|
-
"isTagged": true,
|
|
420
|
-
"tag": "@pie-lib/tools@0.9.2"
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
"type": "fix",
|
|
424
|
-
"scope": null,
|
|
425
|
-
"subject": "add module prop to package.json",
|
|
426
|
-
"merge": null,
|
|
427
|
-
"header": "fix: add module prop to package.json",
|
|
428
|
-
"body": null,
|
|
429
|
-
"footer": null,
|
|
430
|
-
"notes": [],
|
|
431
|
-
"hash": "09543ca132033d0824ccdaab3dd050c6694e8904",
|
|
432
|
-
"gitTags": "",
|
|
433
|
-
"committerDate": "2020-03-30 13:04:08 +0100",
|
|
434
|
-
"isTagged": true,
|
|
435
|
-
"tag": "@pie-lib/tools@0.9.8"
|
|
436
|
-
}
|
|
437
|
-
]
|
|
1
|
+
[]
|
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
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
|
-
# [0.
|
|
6
|
+
# [0.12.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.36...@pie-lib/tools@0.12.0) (2025-07-31)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @pie-lib/tools
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
# [0.
|
|
14
|
+
# [0.11.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.36...@pie-lib/tools@0.11.0) (2025-07-31)
|
|
15
15
|
|
|
16
16
|
**Note:** Version bump only for package @pie-lib/tools
|
|
17
17
|
|
|
@@ -19,7 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
# [0.10.0-beta.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.36...@pie-lib/tools@0.10.0-beta.8) (2025-07-25)
|
|
23
23
|
|
|
24
24
|
**Note:** Version bump only for package @pie-lib/tools
|
|
25
25
|
|
|
@@ -27,7 +27,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
|
|
30
|
+
# [0.10.0-beta.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.36...@pie-lib/tools@0.10.0-beta.7) (2025-07-25)
|
|
31
31
|
|
|
32
32
|
**Note:** Version bump only for package @pie-lib/tools
|
|
33
33
|
|
|
@@ -35,7 +35,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
|
|
38
|
+
# [0.10.0-beta.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.36...@pie-lib/tools@0.10.0-beta.7) (2025-07-25)
|
|
39
39
|
|
|
40
40
|
**Note:** Version bump only for package @pie-lib/tools
|
|
41
41
|
|
|
@@ -43,7 +43,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
|
|
46
|
-
|
|
46
|
+
# [0.10.0-beta.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.36...@pie-lib/tools@0.10.0-beta.6) (2025-07-25)
|
|
47
47
|
|
|
48
48
|
**Note:** Version bump only for package @pie-lib/tools
|
|
49
49
|
|
|
@@ -51,7 +51,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
|
|
54
|
-
|
|
54
|
+
# [0.10.0-beta.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.36...@pie-lib/tools@0.10.0-beta.6) (2025-07-25)
|
|
55
55
|
|
|
56
56
|
**Note:** Version bump only for package @pie-lib/tools
|
|
57
57
|
|
|
@@ -59,7 +59,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
59
59
|
|
|
60
60
|
|
|
61
61
|
|
|
62
|
-
|
|
62
|
+
# [0.10.0-beta.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.36...@pie-lib/tools@0.10.0-beta.5) (2025-07-25)
|
|
63
63
|
|
|
64
64
|
**Note:** Version bump only for package @pie-lib/tools
|
|
65
65
|
|
|
@@ -67,7 +67,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
67
67
|
|
|
68
68
|
|
|
69
69
|
|
|
70
|
-
|
|
70
|
+
# [0.10.0-beta.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.36...@pie-lib/tools@0.10.0-beta.5) (2025-07-25)
|
|
71
71
|
|
|
72
72
|
**Note:** Version bump only for package @pie-lib/tools
|
|
73
73
|
|
|
@@ -75,7 +75,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
75
75
|
|
|
76
76
|
|
|
77
77
|
|
|
78
|
-
|
|
78
|
+
# [0.10.0-beta.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.36...@pie-lib/tools@0.10.0-beta.4) (2025-07-25)
|
|
79
79
|
|
|
80
80
|
**Note:** Version bump only for package @pie-lib/tools
|
|
81
81
|
|
|
@@ -83,7 +83,79 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
83
83
|
|
|
84
84
|
|
|
85
85
|
|
|
86
|
-
|
|
86
|
+
# [0.10.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.36...@pie-lib/tools@0.10.0-beta.3) (2025-07-25)
|
|
87
|
+
|
|
88
|
+
**Note:** Version bump only for package @pie-lib/tools
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
# [0.10.0-beta.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.36...@pie-lib/tools@0.10.0-beta.4) (2025-07-23)
|
|
95
|
+
|
|
96
|
+
**Note:** Version bump only for package @pie-lib/tools
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
# [0.10.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.36...@pie-lib/tools@0.10.0-beta.3) (2025-07-23)
|
|
103
|
+
|
|
104
|
+
**Note:** Version bump only for package @pie-lib/tools
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
# [0.10.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.36...@pie-lib/tools@0.10.0-beta.3) (2025-07-20)
|
|
111
|
+
|
|
112
|
+
**Note:** Version bump only for package @pie-lib/tools
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
# [0.10.0-beta.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.36...@pie-lib/tools@0.10.0-beta.2) (2025-07-20)
|
|
119
|
+
|
|
120
|
+
**Note:** Version bump only for package @pie-lib/tools
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
# [0.10.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.36...@pie-lib/tools@0.10.0-beta.1) (2025-07-20)
|
|
127
|
+
|
|
128
|
+
**Note:** Version bump only for package @pie-lib/tools
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
# [0.10.0-beta.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.36...@pie-lib/tools@0.10.0-beta.2) (2025-07-20)
|
|
135
|
+
|
|
136
|
+
**Note:** Version bump only for package @pie-lib/tools
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
# [0.10.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.36...@pie-lib/tools@0.10.0-beta.1) (2025-07-20)
|
|
143
|
+
|
|
144
|
+
**Note:** Version bump only for package @pie-lib/tools
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
# [0.10.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.36...@pie-lib/tools@0.10.0-beta.1) (2025-07-20)
|
|
151
|
+
|
|
152
|
+
**Note:** Version bump only for package @pie-lib/tools
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
# [0.10.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.36...@pie-lib/tools@0.10.0-beta.0) (2025-07-20)
|
|
87
159
|
|
|
88
160
|
**Note:** Version bump only for package @pie-lib/tools
|
|
89
161
|
|
|
@@ -91,6 +163,50 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
91
163
|
|
|
92
164
|
|
|
93
165
|
|
|
166
|
+
# [0.11.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.36...@pie-lib/tools@0.11.0-beta.0) (2025-07-15)
|
|
167
|
+
|
|
168
|
+
**Note:** Version bump only for package @pie-lib/tools
|
|
169
|
+
|
|
170
|
+
# [0.10.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.36...@pie-lib/tools@0.10.0-beta.0) (2025-07-15)
|
|
171
|
+
|
|
172
|
+
**Note:** Version bump only for package @pie-lib/tools
|
|
173
|
+
|
|
174
|
+
## [0.9.36](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.35...@pie-lib/tools@0.9.36) (2023-06-24)
|
|
175
|
+
|
|
176
|
+
**Note:** Version bump only for package @pie-lib/tools
|
|
177
|
+
|
|
178
|
+
## [0.9.35](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.34...@pie-lib/tools@0.9.35) (2023-01-31)
|
|
179
|
+
|
|
180
|
+
**Note:** Version bump only for package @pie-lib/tools
|
|
181
|
+
|
|
182
|
+
## [0.9.34](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.33...@pie-lib/tools@0.9.34) (2023-01-31)
|
|
183
|
+
|
|
184
|
+
**Note:** Version bump only for package @pie-lib/tools
|
|
185
|
+
|
|
186
|
+
## [0.9.33](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.32...@pie-lib/tools@0.9.33) (2023-01-31)
|
|
187
|
+
|
|
188
|
+
**Note:** Version bump only for package @pie-lib/tools
|
|
189
|
+
|
|
190
|
+
## [0.9.32](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.31...@pie-lib/tools@0.9.32) (2023-01-31)
|
|
191
|
+
|
|
192
|
+
**Note:** Version bump only for package @pie-lib/tools
|
|
193
|
+
|
|
194
|
+
## [0.9.31](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.29...@pie-lib/tools@0.9.31) (2023-01-31)
|
|
195
|
+
|
|
196
|
+
**Note:** Version bump only for package @pie-lib/tools
|
|
197
|
+
|
|
198
|
+
## [0.9.29](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.27...@pie-lib/tools@0.9.29) (2023-01-31)
|
|
199
|
+
|
|
200
|
+
**Note:** Version bump only for package @pie-lib/tools
|
|
201
|
+
|
|
202
|
+
## [0.9.27](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.25...@pie-lib/tools@0.9.27) (2023-01-31)
|
|
203
|
+
|
|
204
|
+
**Note:** Version bump only for package @pie-lib/tools
|
|
205
|
+
|
|
206
|
+
## [0.9.25](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.24...@pie-lib/tools@0.9.25) (2022-11-23)
|
|
207
|
+
|
|
208
|
+
**Note:** Version bump only for package @pie-lib/tools
|
|
209
|
+
|
|
94
210
|
## [0.9.24](https://github.com/pie-framework/pie-lib/compare/@pie-lib/tools@0.9.22...@pie-lib/tools@0.9.24) (2021-06-25)
|
|
95
211
|
|
|
96
212
|
**Note:** Version bump only for package @pie-lib/tools
|