UNPKG

6.14 kBMarkdownView Raw
1## [1.3.3](https://github.com/oclif/errors/compare/v1.3.2...v1.3.3) (2020-06-29)
2
3
4### Bug Fixes
5
6* remove deprecation warning for render in exit error ([#44](https://github.com/oclif/errors/issues/44)) ([3b2e5fa](https://github.com/oclif/errors/commit/3b2e5fae7e9e9e9540044a2d4f7df435d4f2cffb))
7
8## [1.2.2](https://github.com/oclif/errors/compare/v1.2.1...v1.2.2) (2018-10-13)
9
10
11### Bug Fixes
12
13* remove greenkeeper badge ([43b4076](https://github.com/oclif/errors/commit/43b4076))
14
15## [1.2.1](https://github.com/oclif/errors/compare/v1.2.0...v1.2.1) (2018-09-14)
16
17
18### Bug Fixes
19
20* updated deps ([7996855](https://github.com/oclif/errors/commit/7996855))
21
22<a name="1.2.0"></a>
23# [1.2.0](https://github.com/oclif/errors/compare/9ae179034c7c8bdc1c62f03eb819d58de7735f3d...v1.2.0) (2018-08-17)
24
25
26### Features
27
28* typescript 3 ([5332289](https://github.com/oclif/errors/commit/5332289))
29
30<a name="1.1.2"></a>
31## [1.1.2](https://github.com/oclif/errors/compare/ca758e6a4e3c3016fa93114e62b248868cb51de2...v1.1.2) (2018-05-21)
32
33
34### Bug Fixes
35
36* Handle misformed error response (without `stack`) ([#8](https://github.com/oclif/errors/issues/8)) ([9ae1790](https://github.com/oclif/errors/commit/9ae1790))
37
38<a name="1.1.1"></a>
39## [1.1.1](https://github.com/oclif/errors/compare/6694bc782ac5ff4d1a5844106544238ac189dd58...v1.1.1) (2018-05-12)
40
41
42### Bug Fixes
43
44* typing ([ca758e6](https://github.com/oclif/errors/commit/ca758e6))
45
46<a name="1.1.0"></a>
47# [1.1.0](https://github.com/oclif/errors/compare/100472457af1a172e10410e63900fc3e268e3af5...v1.1.0) (2018-05-12)
48
49
50### Features
51
52* allow printing errors without exiting ([6694bc7](https://github.com/oclif/errors/commit/6694bc7))
53
54<a name="1.0.12"></a>
55## [1.0.12](https://github.com/oclif/errors/compare/02aadd51988e662b77c20c03809dca03f77a1695...v1.0.12) (2018-05-10)
56
57
58### Bug Fixes
59
60* bump fs-extra ([1004724](https://github.com/oclif/errors/commit/1004724))
61
62<a name="1.0.11"></a>
63## [1.0.11](https://github.com/oclif/errors/compare/18d489147a952bdeece6fbfaae4ca7b0615817ce...v1.0.11) (2018-05-09)
64
65
66### Bug Fixes
67
68* clean exit on sigint ([02aadd5](https://github.com/oclif/errors/commit/02aadd5))
69
70<a name="1.0.10"></a>
71## [1.0.10](https://github.com/oclif/errors/compare/74d02c2c63f93a9e051abc3cbd48dc9eaabb74c9...v1.0.10) (2018-05-09)
72
73
74### Bug Fixes
75
76* force exiting on errors ([18d4891](https://github.com/oclif/errors/commit/18d4891))
77
78<a name="1.0.9"></a>
79## [1.0.9](https://github.com/oclif/errors/compare/c314aefee4aea31ab0fb6d58593517a77b505ac3...v1.0.9) (2018-05-06)
80
81
82### Bug Fixes
83
84* return type of error function ([eef7598](https://github.com/oclif/errors/commit/eef7598))
85* return type of exit ([74d02c2](https://github.com/oclif/errors/commit/74d02c2))
86
87<a name="1.0.8"></a>
88## [1.0.8](https://github.com/oclif/errors/compare/452c383c79744cc24fe4439aa49590379848e8a8...v1.0.8) (2018-05-02)
89
90
91### Bug Fixes
92
93* error wrapping ([c314aef](https://github.com/oclif/errors/commit/c314aef))
94
95<a name="1.0.7"></a>
96## [1.0.7](https://github.com/oclif/errors/compare/3668c9074d87de57a63938379b0458ab373fb76b...v1.0.7) (2018-05-01)
97
98
99### Bug Fixes
100
101* updated fs-extra ([452c383](https://github.com/oclif/errors/commit/452c383))
102
103<a name="1.0.6"></a>
104## [1.0.6](https://github.com/oclif/errors/compare/e7a5d464b3e7039aa0d8b9734b48a97717980417...v1.0.6) (2018-04-21)
105
106
107### Bug Fixes
108
109* fix warning rendering ([3668c90](https://github.com/oclif/errors/commit/3668c90))
110
111<a name="1.0.5"></a>
112## [1.0.5](https://github.com/oclif/errors/compare/266b7f622295242539669cb0327dd17067ec9e3c...v1.0.5) (2018-04-21)
113
114
115### Bug Fixes
116
117* only render if it is a function ([e7a5d46](https://github.com/oclif/errors/commit/e7a5d46))
118
119<a name="1.0.4"></a>
120## [1.0.4](https://github.com/oclif/errors/compare/6528f456cec3e5102e0a255061816da9ba455a89...v1.0.4) (2018-04-07)
121
122
123### Bug Fixes
124
125* hide EEXIT errors from logfile ([266b7f6](https://github.com/oclif/errors/commit/266b7f6))
126
127<a name="1.0.3"></a>
128## [1.0.3](https://github.com/oclif/errors/compare/v1.0.2...v1.0.3) (2018-03-24)
129
130
131### Bug Fixes
132
133* only render if it is a function ([6528f45](https://github.com/oclif/errors/commit/6528f45))
134
135<a name="1.0.1"></a>
136## [1.0.1](https://github.com/oclif/errors/compare/v1.0.0...v1.0.1) (2018-02-13)
137
138
139### Bug Fixes
140
141* testing release ([bfd09be](https://github.com/oclif/errors/commit/bfd09be))
142
143<a name="0.2.2"></a>
144## [0.2.2](https://github.com/anycli/errors/compare/7ad688c9e18f2f161e5cc43345b1c47175bc284f...v0.2.2) (2018-02-07)
145
146
147### Bug Fixes
148
149* better error handlings ([57a1e1a](https://github.com/anycli/errors/commit/57a1e1a))
150
151<a name="0.2.1"></a>
152## [0.2.1](https://github.com/anycli/errors/compare/9e8e0453b06cb544002ed6cd39a24bad3798dd2e...v0.2.1) (2018-02-06)
153
154
155### Bug Fixes
156
157* fixed test suite ([7ad688c](https://github.com/anycli/errors/commit/7ad688c))
158* make bang less bold ([ee56ab5](https://github.com/anycli/errors/commit/ee56ab5))
159
160<a name="0.2.0"></a>
161# [0.2.0](https://github.com/anycli/errors/compare/0a8f0bcd92c1add9742a3cbdaac69814508ab5fe...v0.2.0) (2018-02-06)
162
163
164### Features
165
166* added debug mode ([9e8e045](https://github.com/anycli/errors/commit/9e8e045))
167
168<a name="0.1.0"></a>
169# [0.1.0](https://github.com/anycli/errors/compare/5e19840abea86d17344ba3b53f11820bc41093f6...v0.1.0) (2018-02-06)
170
171
172### Features
173
174* add exit function ([0a8f0bc](https://github.com/anycli/errors/commit/0a8f0bc))
175
176<a name="0.0.3"></a>
177## [0.0.3](https://github.com/anycli/errors/compare/c12a1a5eef7273091cec2b9eaaccd3448fd3ce7c...v0.0.3) (2018-02-06)
178
179
180### Bug Fixes
181
182* fixed tests in windows ([5e19840](https://github.com/anycli/errors/commit/5e19840))
183
184<a name="0.0.2"></a>
185## [0.0.2](https://github.com/anycli/errors/compare/9303163b5db791d8e3d6a70b464c719176c23c6b...v0.0.2) (2018-02-06)
186
187
188### Bug Fixes
189
190* add dev deps ([c12a1a5](https://github.com/anycli/errors/commit/c12a1a5))
191
192<a name="0.0.1"></a>
193## [0.0.1](https://github.com/anycli/errors/compare/4f86b9dc1221be9b2a7735d41dfb068478035368...v0.0.1) (2018-02-06)
194
195
196### Bug Fixes
197
198* improve flushing ([9303163](https://github.com/anycli/errors/commit/9303163))
199* run tsc before test ([5f1a56d](https://github.com/anycli/errors/commit/5f1a56d))