UNPKG

6.08 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
5<a name="0.3.2"></a>
6## [0.3.2](https://github.com/davewasmer/devcert/compare/v0.3.1...v0.3.2) (2017-04-28)
7
8
9### Bug Fixes
10
11* add -d flag to security command, not sure why it ignores -p otherwise, but oh well ([842404f](https://github.com/davewasmer/devcert/commit/842404f))
12
13
14
15<a name="0.3.1"></a>
16## [0.3.1](https://github.com/davewasmer/devcert/compare/v0.3.0...v0.3.1) (2017-04-28)
17
18
19### Bug Fixes
20
21* wrap NSS db dir paths with quotes ([69be0f7](https://github.com/davewasmer/devcert/commit/69be0f7))
22
23
24
25<a name="0.3.0"></a>
26# [0.3.0](https://github.com/davewasmer/devcert/compare/v0.2.20...v0.3.0) (2017-04-28)
27
28
29### Bug Fixes
30
31* fix waitForUser async usage ([9fd27c5](https://github.com/davewasmer/devcert/commit/9fd27c5))
32
33
34### Features
35
36* add root CA setup versioning ([6c80805](https://github.com/davewasmer/devcert/commit/6c80805))
37
38
39
40<a name="0.2.20"></a>
41## [0.2.20](https://github.com/davewasmer/devcert/compare/v0.2.19...v0.2.20) (2017-04-28)
42
43
44### Bug Fixes
45
46* eol import ([ff198f0](https://github.com/davewasmer/devcert/commit/ff198f0))
47
48
49
50<a name="0.2.19"></a>
51## [0.2.19](https://github.com/davewasmer/devcert/compare/v0.2.18...v0.2.19) (2017-04-28)
52
53
54### Bug Fixes
55
56* warn user to quit firefox before root install ([8bb0271](https://github.com/davewasmer/devcert/commit/8bb0271))
57
58
59
60<a name="0.2.18"></a>
61## [0.2.18](https://github.com/davewasmer/devcert/compare/v0.2.17...v0.2.18) (2017-04-27)
62
63
64### Bug Fixes
65
66* add required nickname arg to certutil command ([5bc9874](https://github.com/davewasmer/devcert/commit/5bc9874))
67
68
69
70<a name="0.2.17"></a>
71## [0.2.17](https://github.com/davewasmer/devcert/compare/v0.2.16...v0.2.17) (2017-04-27)
72
73
74### Bug Fixes
75
76* trim newlines from discovered certutil path ([f45195e](https://github.com/davewasmer/devcert/commit/f45195e))
77
78
79
80<a name="0.2.16"></a>
81## [0.2.16](https://github.com/davewasmer/devcert/compare/v0.2.15...v0.2.16) (2017-04-27)
82
83
84### Bug Fixes
85
86* do not use ~ for home dir, use $HOME instead ([faf1518](https://github.com/davewasmer/devcert/commit/faf1518))
87
88
89
90<a name="0.2.15"></a>
91## [0.2.15](https://github.com/davewasmer/devcert/compare/v0.2.14...v0.2.15) (2017-04-27)
92
93
94
95<a name="0.2.14"></a>
96## [0.2.14](https://github.com/davewasmer/devcert/compare/v0.2.13...v0.2.14) (2017-04-27)
97
98
99
100<a name="0.2.13"></a>
101## [0.2.13](https://github.com/davewasmer/devcert/compare/v0.2.12...v0.2.13) (2017-04-27)
102
103
104### Bug Fixes
105
106* fix installCertutil handling ([1a571e1](https://github.com/davewasmer/devcert/commit/1a571e1))
107* silence openssl output ([f66f558](https://github.com/davewasmer/devcert/commit/f66f558))
108
109
110
111<a name="0.2.12"></a>
112## [0.2.12](https://github.com/davewasmer/devcert/compare/v0.2.11...v0.2.12) (2017-04-27)
113
114
115
116<a name="0.2.11"></a>
117## [0.2.11](https://github.com/davewasmer/devcert/compare/v0.2.10...v0.2.11) (2017-04-27)
118
119
120### Bug Fixes
121
122* add eol conversion for openssl.conf on windows ([f854a0e](https://github.com/davewasmer/devcert/commit/f854a0e))
123* escape backslashes in conf template paths ([2354eb0](https://github.com/davewasmer/devcert/commit/2354eb0))
124
125
126
127<a name="0.2.10"></a>
128## [0.2.10](https://github.com/davewasmer/devcert/compare/v0.2.9...v0.2.10) (2017-04-04)
129
130
131### Bug Fixes
132
133* use double quotes to avoid escaping issues on windows ([08f4362](https://github.com/davewasmer/devcert/commit/08f4362))
134
135
136
137<a name="0.2.9"></a>
138## [0.2.9](https://github.com/davewasmer/devcert/compare/v0.2.8...v0.2.9) (2017-04-04)
139
140
141### Bug Fixes
142
143* don't hardcode path separators in conf template ([b7db54a](https://github.com/davewasmer/devcert/commit/b7db54a))
144* fix quote marks -> template string ([32f24f7](https://github.com/davewasmer/devcert/commit/32f24f7))
145
146
147
148<a name="0.2.8"></a>
149## [0.2.8](https://github.com/davewasmer/devcert/compare/v0.2.7...v0.2.8) (2017-03-31)
150
151
152### Bug Fixes
153
154* add -batch flag to avoid prompting ([5ba2424](https://github.com/davewasmer/devcert/commit/5ba2424))
155* add root ca cert to /etc/ssl/certs on linux ([5dc37a4](https://github.com/davewasmer/devcert/commit/5dc37a4))
156
157
158
159<a name="0.2.7"></a>
160## [0.2.7](https://github.com/davewasmer/devcert/compare/v0.2.6...v0.2.7) (2017-03-31)
161
162
163### Bug Fixes
164
165* do not block with execSync when launching firefox, template openssl conf to get config paths ([2600a89](https://github.com/davewasmer/devcert/commit/2600a89))
166
167
168
169<a name="0.2.6"></a>
170## [0.2.6](https://github.com/davewasmer/devcert/compare/v0.2.5...v0.2.6) (2017-03-31)
171
172
173### Bug Fixes
174
175* separate commands so each gets sudo, improve debug output ([af40aca](https://github.com/davewasmer/devcert/commit/af40aca))
176
177
178
179<a name="0.2.5"></a>
180## [0.2.5](https://github.com/davewasmer/devcert/compare/v0.2.4...v0.2.5) (2017-03-31)
181
182
183
184<a name="0.2.4"></a>
185## [0.2.4](https://github.com/davewasmer/devcert/compare/v0.2.3...v0.2.4) (2017-03-30)
186
187
188### Bug Fixes
189
190* fix root key path when generating root cert ([83c8672](https://github.com/davewasmer/devcert/commit/83c8672))
191
192
193
194<a name="0.2.3"></a>
195## [0.2.3](https://github.com/davewasmer/devcert/compare/v0.2.2...v0.2.3) (2017-03-30)
196
197
198### Bug Fixes
199
200* make the config dir first ([fab033a](https://github.com/davewasmer/devcert/commit/fab033a))
201
202
203
204<a name="0.2.2"></a>
205## [0.2.2](https://github.com/davewasmer/devcert/compare/v0.2.1...v0.2.2) (2017-03-30)
206
207
208### Bug Fixes
209
210* fix configDir for non-windows ([7457cde](https://github.com/davewasmer/devcert/commit/7457cde))
211
212
213
214<a name="0.2.1"></a>
215## [0.2.1](https://github.com/davewasmer/devcert/compare/v0.2.0...v0.2.1) (2017-03-30)
216
217
218### Bug Fixes
219
220* don't ignore dist when publishing ([eef1738](https://github.com/davewasmer/devcert/commit/eef1738))
221
222
223
224<a name="0.2.0"></a>
225# [0.2.0](https://github.com/davewasmer/devcert/compare/v0.1.0...v0.2.0) (2017-03-30)
226
227
228### Features
229
230* improve Readme, return node.createServer compatible object, improve error messaging ([b760220](https://github.com/davewasmer/devcert/commit/b760220))
231
232
233
234<a name="0.1.0"></a>
235# 0.1.0 (2017-03-29)