UNPKG

8.39 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6### 2.1.6 - 2020-11-29
7
8#### 📦 Dependencies
9
10- **[debug]** Update to v4.3. ([e1304ee](https://github.com/milesj/boost/commit/e1304ee))
11
12**Note:** Version bump only for package @boost/debug
13
14
15
16
17
18### 2.1.5 - 2020-11-11
19
20**Note:** Version bump only for package @boost/debug
21
22
23
24
25
26### 2.1.4 - 2020-11-04
27
28#### 📦 Dependencies
29
30- **[execa]** Update to v4.1. ([9b749ce](https://github.com/milesj/boost/commit/9b749ce))
31
32**Note:** Version bump only for package @boost/debug
33
34
35
36
37
38### 2.1.3 - 2020-10-15
39
40**Note:** Version bump only for package @boost/debug
41
42
43
44
45
46### 2.1.2 - 2020-10-08
47
48#### 📦 Dependencies
49
50- Update all to latest. ([bb04025](https://github.com/milesj/boost/commit/bb04025))
51
52#### 🛠 Internals
53
54- Add shorthand test utils exports. ([eb2d5dc](https://github.com/milesj/boost/commit/eb2d5dc))
55
56**Note:** Version bump only for package @boost/debug
57
58
59
60
61
62### 2.1.1 - 2020-09-15
63
64#### 📦 Dependencies
65
66- Update Babel, ESLint, Jest, and TypeScript. ([17befe6](https://github.com/milesj/boost/commit/17befe6))
67
68**Note:** Version bump only for package @boost/debug
69
70
71
72
73
74## 2.1.0 - 2020-08-17
75
76#### 🚀 Updates
77
78- Build packages with Rollup to support web and node targets. ([38cdad9](https://github.com/milesj/boost/commit/38cdad9))
79
80#### 📘 Docs
81
82- Migrate to Docusaurus. (#105) ([24196b8](https://github.com/milesj/boost/commit/24196b8)), closes [#105](https://github.com/milesj/boost/issues/105)
83
84**Note:** Version bump only for package @boost/debug
85
86
87
88
89
90### 2.0.1 - 2020-07-29
91
92**Note:** Version bump only for package @boost/debug
93
94
95
96
97
98# 2.0.0 - 2020-07-14
99
100#### 💥 Breaking
101
102- Migrate to `fs.promises` API. ([944119a](https://github.com/milesj/boost/commit/944119a))
103- Rename `DEBUG_GLOBAL_NAMESPACE` env var. ([d4007db](https://github.com/milesj/boost/commit/d4007db))
104- Updated Node.js minimum requirement to v10.10. ([3719cdc](https://github.com/milesj/boost/commit/3719cdc))
105
106#### 🎨 Styles
107
108- Run Prettier. ([5cd5fc1](https://github.com/milesj/boost/commit/5cd5fc1))
109
110#### 📘 Docs
111
112- Update copyright years. ([1942675](https://github.com/milesj/boost/commit/1942675))
113- Update license copyright year. ([e532427](https://github.com/milesj/boost/commit/e532427))
114- Update readmes. ([84ca011](https://github.com/milesj/boost/commit/84ca011))
115
116#### 📦 Dependencies
117
118- Migrate packages to v2 alpha. ([64731d9](https://github.com/milesj/boost/commit/64731d9))
119- Update final peer dependencies. ([405b8ff](https://github.com/milesj/boost/commit/405b8ff))
120- Update minor and patch versions. ([a5efcf1](https://github.com/milesj/boost/commit/a5efcf1))
121- Update to latest. ([39c68e8](https://github.com/milesj/boost/commit/39c68e8))
122- Update TypeScript, Jest, ESLint, and other developer packages. ([c7347a2](https://github.com/milesj/boost/commit/c7347a2))
123- **[execa]** Update to v4. ([e4a47d5](https://github.com/milesj/boost/commit/e4a47d5))
124
125#### 🛠 Internals
126
127- Replace `RuntimeError` with new packaged scoped errors. ([c13d3f1](https://github.com/milesj/boost/commit/c13d3f1))
128
129**Note:** Version bump only for package @boost/debug
130
131
132
133
134
135### 1.4.7 - 2020-06-21
136
137**Note:** Version bump only for package @boost/debug
138
139
140
141
142
143### 1.4.6 - 2020-04-29
144
145#### 🛠 Internals
146
147- Fix failing package lookup on Windows. ([fdc84ca](https://github.com/milesj/boost/commit/fdc84ca))
148- Increase code coverage. ([b21824b](https://github.com/milesj/boost/commit/b21824b))
149
150**Note:** Version bump only for package @boost/debug
151
152
153
154
155
156### 1.4.5 - 2020-04-17
157
158**Note:** Version bump only for package @boost/debug
159
160
161
162
163
164### 1.4.4 - 2020-03-22
165
166#### 📦 Dependencies
167
168- Update `fast-glob`. ([3ea1d74](https://github.com/milesj/boost/commit/3ea1d74))
169
170**Note:** Version bump only for package @boost/debug
171
172
173
174
175
176### 1.4.3 - 2020-02-04
177
178**Note:** Version bump only for package @boost/debug
179
180
181
182
183
184### 1.4.2 - 2020-01-25
185
186#### 🐞 Fixes
187
188- Bump all packages to fix build issues. ([a8e8112](https://github.com/milesj/boost/commit/a8e8112))
189
190**Note:** Version bump only for package @boost/debug
191
192
193
194
195
196### 1.4.1 - 2020-01-25
197
198**Note:** Version bump only for package @boost/debug
199
200
201
202
203
204## 1.4.0 - 2019-12-27
205
206#### 🚀 Updates
207
208- **[CrashReporter]** Add `reportPackageVersions` to log all matching package versions. ([406fe78](https://github.com/milesj/boost/commit/406fe78))
209
210#### 🐞 Fixes
211
212- Reduce internal debug output verbosity. ([4b11141](https://github.com/milesj/boost/commit/4b11141))
213- Rename env vars to not collide with Boost C++ library. ([b3d1153](https://github.com/milesj/boost/commit/b3d1153))
214
215**Note:** Version bump only for package @boost/debug
216
217
218
219
220
221### 1.3.2 - 2019-12-07
222
223**Note:** Version bump only for package @boost/debug
224
225
226
227
228
229### 1.3.1 - 2019-11-28
230
231**Note:** Version bump only for package @boost/debug
232
233
234
235
236
237## 1.3.0 - 2019-11-26
238
239#### 🚀 Updates
240
241- Support Windows OS and Node v13. (#68) ([bca6786](https://github.com/milesj/boost/commit/bca6786)), closes [#68](https://github.com/milesj/boost/issues/68)
242
243**Note:** Version bump only for package @boost/debug
244
245
246
247
248
249## 1.2.0 - 2019-11-24
250
251#### 🚀 Updates
252
253- Add new `Path` class for managing file paths. (#67) ([736ec2b](https://github.com/milesj/boost/commit/736ec2b)), closes [#67](https://github.com/milesj/boost/issues/67)
254
255#### 📦 Dependencies
256
257- Update minor and patch versions. ([24c80fc](https://github.com/milesj/boost/commit/24c80fc))
258
259**Note:** Version bump only for package @boost/debug
260
261
262
263
264
265### 1.1.3 - 2019-11-12
266
267#### 📘 Docs
268
269- Fix GitHub CI badge. ([122c369](https://github.com/milesj/boost/tree/master/packages/debug/commit/122c369))
270
271#### 📋 Misc
272
273- Add funding to all packages. ([863a614](https://github.com/milesj/boost/tree/master/packages/debug/commit/863a614))
274
275#### 🛠 Internals
276
277- Migrate to GitHub CI and actions. (#65) ([ce59e85](https://github.com/milesj/boost/tree/master/packages/debug/commit/ce59e85)), closes [#65](https://github.com/milesj/boost/tree/master/packages/debug/issues/65)
278
279**Note:** Version bump only for package @boost/debug
280
281
282
283
284
285### 1.1.2 - 2019-10-30
286
287#### 🐞 Fixes
288
289- Remove `javac` from reported languages on OSX. ([099d1f6](https://github.com/milesj/boost/tree/master/packages/debug/commit/099d1f6))
290
291#### 📦 Dependencies
292
293- **[execa]** Update to v3. ([2af89f0](https://github.com/milesj/boost/tree/master/packages/debug/commit/2af89f0))
294
295**Note:** Version bump only for package @boost/debug
296
297
298
299
300
301### 1.1.1 - 2019-09-09
302
303#### 📦 Dependencies
304
305- Update minor and patch versions. ([500bec6](https://github.com/milesj/boost/tree/master/packages/debug/commit/500bec6))
306
307**Note:** Version bump only for package @boost/debug
308
309
310
311
312
313## 1.1.0 - 2019-08-03
314
315#### 🚀 Updates
316
317- Add new shared color system with defined presets. ([8c0e123](https://github.com/milesj/boost/tree/master/packages/debug/commit/8c0e123))
318- Support the internal debugger. ([4b3a6e4](https://github.com/milesj/boost/tree/master/packages/debug/commit/4b3a6e4))
319
320**Note:** Version bump only for package @boost/debug
321
322
323
324
325
326### 1.0.3 - 2019-08-01
327
328#### ⚙️ Types
329
330- Refine types and replace `any` with `unknown`. (#58) ([43512fc](https://github.com/milesj/boost/tree/master/packages/debug/commit/43512fc)), closes [#58](https://github.com/milesj/boost/tree/master/packages/debug/issues/58)
331
332#### 🛠 Internals
333
334- Increase statement and function code coverage to 100%. ([7c98aa7](https://github.com/milesj/boost/tree/master/packages/debug/commit/7c98aa7))
335
336**Note:** Version bump only for package @boost/debug
337
338
339
340
341
342### 1.0.2 - 2019-07-07
343
344**Note:** Version bump only for package @boost/debug
345
346
347
348
349
350### 1.0.1 - 2019-07-04
351
352#### 📦 Dependencies
353
354- Update execa to v2. ([9bad9b1](https://github.com/milesj/boost/tree/master/packages/debug/commit/9bad9b1))
355
356#### 🛠 Internals
357
358- Added more files to npmignore. ([16f46b8](https://github.com/milesj/boost/tree/master/packages/debug/commit/16f46b8))
359- Setup DangerJS and conventional changelog (#54) ([a18dd45](https://github.com/milesj/boost/tree/master/packages/debug/commit/a18dd45)), closes [#54](https://github.com/milesj/boost/tree/master/packages/debug/issues/54)
360
361**Note:** Version bump only for package @boost/debug
362
363
364
365
366
367# 1.0.0 - 2019-06-21
368
369#### 🎉 Release
370
371- Initial release!
372
373#### 🚀 Updates
374
375- Updated `CrashReporter` to log far more information than before.