UNPKG

3.66 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.3.0 - 2019-11-26
7
8#### 🚀 Updates
9
10- Support Windows OS and Node v13. (#68) ([bca6786](https://github.com/milesj/boost/commit/bca6786)), closes [#68](https://github.com/milesj/boost/issues/68)
11
12**Note:** Version bump only for package @boost/debug
13
14
15
16
17
18## 1.2.0 - 2019-11-24
19
20#### 🚀 Updates
21
22- 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)
23
24#### 📦 Dependencies
25
26- Update minor and patch versions. ([24c80fc](https://github.com/milesj/boost/commit/24c80fc))
27
28**Note:** Version bump only for package @boost/debug
29
30
31
32
33
34### 1.1.3 - 2019-11-12
35
36#### 📘 Docs
37
38- Fix GitHub CI badge. ([122c369](https://github.com/milesj/boost/tree/master/packages/debug/commit/122c369))
39
40#### 📋 Misc
41
42- Add funding to all packages. ([863a614](https://github.com/milesj/boost/tree/master/packages/debug/commit/863a614))
43
44#### 🛠 Internals
45
46- 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)
47
48**Note:** Version bump only for package @boost/debug
49
50
51
52
53
54### 1.1.2 - 2019-10-30
55
56#### 🐞 Fixes
57
58- Remove `javac` from reported languages on OSX. ([099d1f6](https://github.com/milesj/boost/tree/master/packages/debug/commit/099d1f6))
59
60#### 📦 Dependencies
61
62- **[execa]** Update to v3. ([2af89f0](https://github.com/milesj/boost/tree/master/packages/debug/commit/2af89f0))
63
64**Note:** Version bump only for package @boost/debug
65
66
67
68
69
70### 1.1.1 - 2019-09-09
71
72#### 📦 Dependencies
73
74- Update minor and patch versions. ([500bec6](https://github.com/milesj/boost/tree/master/packages/debug/commit/500bec6))
75
76**Note:** Version bump only for package @boost/debug
77
78
79
80
81
82## 1.1.0 - 2019-08-03
83
84#### 🚀 Updates
85
86- Add new shared color system with defined presets. ([8c0e123](https://github.com/milesj/boost/tree/master/packages/debug/commit/8c0e123))
87- Support the internal debugger. ([4b3a6e4](https://github.com/milesj/boost/tree/master/packages/debug/commit/4b3a6e4))
88
89**Note:** Version bump only for package @boost/debug
90
91
92
93
94
95### 1.0.3 - 2019-08-01
96
97#### ⚙️ Types
98
99- 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)
100
101#### 🛠 Internals
102
103- Increase statement and function code coverage to 100%. ([7c98aa7](https://github.com/milesj/boost/tree/master/packages/debug/commit/7c98aa7))
104
105**Note:** Version bump only for package @boost/debug
106
107
108
109
110
111### 1.0.2 - 2019-07-07
112
113**Note:** Version bump only for package @boost/debug
114
115
116
117
118
119### 1.0.1 - 2019-07-04
120
121#### 📦 Dependencies
122
123- Update execa to v2. ([9bad9b1](https://github.com/milesj/boost/tree/master/packages/debug/commit/9bad9b1))
124
125#### 🛠 Internals
126
127- Added more files to npmignore. ([16f46b8](https://github.com/milesj/boost/tree/master/packages/debug/commit/16f46b8))
128- 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)
129
130**Note:** Version bump only for package @boost/debug
131
132
133
134
135
136# 1.0.0 - 2019-06-21
137
138#### 🎉 Release
139
140- Initial release!
141
142#### 🚀 Updates
143
144- Updated `CrashReporter` to log far more information than before.