UNPKG

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