UNPKG

1.83 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## 1.1.0 - 2019-08-03
7
8#### 🚀 Updates
9
10- Add new shared color system with defined presets. ([8c0e123](https://github.com/milesj/boost/tree/master/packages/debug/commit/8c0e123))
11- Support the internal debugger. ([4b3a6e4](https://github.com/milesj/boost/tree/master/packages/debug/commit/4b3a6e4))
12
13**Note:** Version bump only for package @boost/debug
14
15
16
17
18
19### 1.0.3 - 2019-08-01
20
21#### ⚙️ Types
22
23- 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)
24
25#### 🛠 Internals
26
27- Increase statement and function code coverage to 100%. ([7c98aa7](https://github.com/milesj/boost/tree/master/packages/debug/commit/7c98aa7))
28
29**Note:** Version bump only for package @boost/debug
30
31
32
33
34
35### 1.0.2 - 2019-07-07
36
37**Note:** Version bump only for package @boost/debug
38
39
40
41
42
43### 1.0.1 - 2019-07-04
44
45#### 📦 Dependencies
46
47- Update execa to v2. ([9bad9b1](https://github.com/milesj/boost/tree/master/packages/debug/commit/9bad9b1))
48
49#### 🛠 Internals
50
51- Added more files to npmignore. ([16f46b8](https://github.com/milesj/boost/tree/master/packages/debug/commit/16f46b8))
52- 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)
53
54**Note:** Version bump only for package @boost/debug
55
56
57
58
59
60# 1.0.0 - 2019-06-21
61
62#### 🎉 Release
63
64- Initial release!
65
66#### 🚀 Updates
67
68- Updated `CrashReporter` to log far more information than before.