UNPKG

8.06 kBMarkdownView Raw
1
24.4.1 / 2018-03-26
3==================
4
5 * feat: revert egg-bin check (#90)
6
74.4.0 / 2018-02-24
8==================
9
10 * feat: egg-bin check (#87)
11
124.3.7 / 2017-12-13
13==================
14
15**fixes**
16 * [[`6689962`](http://github.com/eggjs/egg-bin/commit/6689962082fb86591adfcaf0d85687096cdb851d)] - fix: make sure files sort in all platforms (#86) (fengmk2 <<fengmk2@gmail.com>>)
17
184.3.6 / 2017-11-30
19==================
20
21 * deps: autod@3.0 (#85)
22 * test: Node 8.7.0 has improved stack for promise (#84)
23
244.3.5 / 2017-10-10
25==================
26
27**fixes**
28 * [[`7386194`](http://github.com/eggjs/egg-bin/commit/7386194d94ec8b0d0faee766fe98f0f4f2ece8a2)] - fix: force exit when runner complete (#83) (Haoliang Gao <<sakura9515@gmail.com>>)
29
30**others**
31 * [[`a7c4b53`](http://github.com/eggjs/egg-bin/commit/a7c4b53c3aab8ee4a7c3c65e39f6480de97a9ea1)] - chore: remove incorrect history (#82) (Haoliang Gao <<sakura9515@gmail.com>>)
32
334.3.4 / 2017-10-09
34==================
35
36Upgrade mocha@4, see https://boneskull.com/mocha-v4-nears-release
37
38**fixes**
39 * [[`e3c33e9`](http://github.com/eggjs/egg-bin/commit/e3c33e9fbc8c67ce733237ff7c0c41f35654712f)] - fix: package.json to reduce vulnerabilities (#81) (Snyk bot <<snyk-bot@users.noreply.github.com>>)
40
41
424.3.3 / 2017-09-21
43==================
44
45 * chore: dont print devtools link at vscode (#75)
46
474.3.2 / 2017-09-14
48==================
49
50**fixes**
51 * [[`2e3498e`](http://github.com/eggjs/egg-bin/commit/2e3498e6ca1b81814a2d1a4db4a8a37fb0d6d880)] - fix: use inspector at 7.x+ (#74) (TZ | 天猪 <<atian25@qq.com>>)
52
534.3.1 / 2017-09-13
54==================
55
56**features**
57 * [[`678b83d`](http://github.com/eggjs/egg-bin/commit/678b83d64ad850ac390607ee281e5336473da808)] - feat: debug proxy support (TZ <<atian25@qq.com>>)
58 * [[`c65a00d`](http://github.com/eggjs/egg-bin/commit/c65a00dc69fbca3924bcd848c94bc0b11a3ee17a)] - feat: revert to 4.2.0 (TZ <<atian25@qq.com>>)
59
60**fixes**
61 * [[`469739f`](http://github.com/eggjs/egg-bin/commit/469739f1b494c647fcb06e0db432d435ed9e1805)] - fix: debug at 6.x (TZ <<atian25@qq.com>>)
62
63**others**
64 * [[`2be5245`](http://github.com/eggjs/egg-bin/commit/2be52459ed22dd3c0a22b080f7e29ae876d2914f)] - docs: add readme (TZ <<atian25@qq.com>>)
65 * [[`3e8ce0d`](http://github.com/eggjs/egg-bin/commit/3e8ce0d3aaaea793f466b768f45f77e4fcc7b001)] - refactor: use common-bin parse execArgv (TZ <<atian25@qq.com>>)
66
674.3.0 / 2017-09-07
68==================
69
70**others**
71 * [[`83afba3`](http://github.com/eggjs/egg-bin/commit/83afba3a43e9e7d233263f6deba792d1f4c1a1d9)] - deps: update common-bin (TZ <<atian25@qq.com>>)
72 * [[`f7628b2`](http://github.com/eggjs/egg-bin/commit/f7628b22042168d522b9b69344c9a54ab1fa1305)] - refactor: egg-bin debug pass debugOptions to startCluster (TZ <<atian25@qq.com>>)
73 * [[`831c77d`](http://github.com/eggjs/egg-bin/commit/831c77d3d0a269e1ab1243471ef34bb53df0fb80)] - refactor: use common-bin parse execArgv (TZ <<atian25@qq.com>>)
74
754.2.0 / 2017-08-30
76==================
77
78 * feat: support $NODE_DEBUG_OPTION (#71)
79
804.1.0 / 2017-08-02
81==================
82
83 * feat: add `egg-bin autod --check` command (#70)
84
854.0.5 / 2017-07-05
86==================
87
88 * fix: only hotfix spawn-wrap on windows (#69)
89
904.0.4 / 2017-06-21
91==================
92
93 * fix: remove temp excludes
94 * feat(cov): add prerequire option (#53)
95
964.0.3 / 2017-06-21
97==================
98
99 * fix: There is a case sensitive issue from spawn-wrap on Windows (#67)
100
1014.0.2 / 2017-06-20
102==================
103
104 * fix: should support multi exclude dirs (#66)
105
1064.0.1 / 2017-06-20
107==================
108
109 * fix: ignore frontend files and document files (#65)
110
1114.0.0 / 2017-06-20
112==================
113
114 * feat: use nyc instead of istanbul (#63)
115
1163.7.0 / 2017-06-19
117==================
118
119 * feat: cov support output json-summary (#64)
120
1213.6.0 / 2017-06-14
122==================
123
124 * feat: support cov command in win32 (#52)
125 * test: skip assert error stack on node >= 7.0.0 (#61)
126 * fix: clean more mocha error stack (#60)
127
1283.5.0 / 2017-06-08
129==================
130
131 * feat: simplify mocha error stack (#59)
132
1333.4.2 / 2017-06-04
134==================
135
136 * fix: use context.env instead of process.env (#58)
137
1383.4.1 / 2017-06-01
139==================
140
141 * fix: don't pass prerequire (#57)
142
1433.4.0 / 2017-05-18
144==================
145
146 * feat(cov): add prerequire option (#53)
147
1483.3.2 / 2017-04-28
149==================
150
151 * feat: change default timeout to 60000 (#50)
152
1533.3.1 / 2017-04-25
154==================
155
156 * fix: cov replaced warning at win (#49)
157
1583.3.0 / 2017-04-17
159==================
160
161 * feat: pass --check to pkgfiles (#48)
162
1633.2.1 / 2017-04-01
164==================
165
166 * fix: -x only support string (#47)
167
1683.2.0 / 2017-03-29
169==================
170
171 * feat: extractArgv refactor & extract debug port
172 * feat: extractArgv support expose_debug_as
173
1743.1.0 / 2017-03-21
175==================
176
177 * feat: use unparseArgv from common-bin (#45)
178
1793.0.1 / 2017-03-21
180==================
181
182 * fix(cov): istanbul path env (#44)
183
1843.0.0 / 2017-03-21
185==================
186
187 * refactor: [BREAKING_CHANGE] use common-bin 2.x (#41)
188
1892.4.0 / 2017-03-09
190==================
191
192 * deps: upgrade istanbul to 1.1.0-alpha.1 (#43)
193
1942.3.0 / 2017-03-08
195==================
196
197 * fix: add missing deps (#42)
198 * feat: update pkg.files that if file exists (#37)
199 * refactor: use framework (#39)
200
2012.2.3 / 2017-02-25
202==================
203
204 * fix: support egg-bin dev --cluster and --baseDir (#36)
205
2062.2.2 / 2017-02-25
207==================
208
209 * fix: use co-mocha instead of thunk-mocha (#38)
210
2112.2.1 / 2017-02-19
212==================
213
214 * fix: support node4 (#35)
215
2162.2.0 / 2017-02-15
217==================
218
219 * feat: commands support specific execArgv(harmony) (#33)
220 * docs: missing debug description for zh-cn (#34)
221
2222.1.0 / 2017-02-14
223==================
224
225 * feat: add sticky mode support (#32)
226
2272.0.2 / 2017-01-24
228==================
229
230 * fix: .setup.js should be the first test file (#30)
231
2322.0.1 / 2017-01-17
233==================
234
235 * fix: should support -p (#27)
236 * docs: use V8 Inspector Integration for debug
237
2382.0.0 / 2017-01-16
239==================
240
241 * feat(debug): [BREAKING_CHANGE] remove iron-node (#26)
242
2431.10.1 / 2017-01-16
244==================
245
246 * fix: should pass customEgg to startCluster (#25)
247
2481.10.0 / 2016-12-28
249==================
250
251 * feat: auto require setup file (#24)
252
2531.9.1 / 2016-12-16
254==================
255
256 * fix: make sure dev command eggPath can be override (#23)
257
2581.9.0 / 2016-12-16
259==================
260
261 * feat: auto detect available port (#22)
262
2631.8.1 / 2016-12-14
264==================
265
266 * fix: add power-assert to deps (#21)
267
2681.8.0 / 2016-12-14
269==================
270
271 * feat: build-in intelli-espower-loader (#20)
272
2731.7.0 / 2016-11-03
274==================
275
276 * feat: try to use --inspect first (#19)
277
2781.6.0 / 2016-10-28
279==================
280
281 * feat: use test when run cov on Windows (#18)
282
2831.5.3 / 2016-10-28
284==================
285
286 * fix: wait more time for Window :cry: (#17)
287
2881.5.2 / 2016-10-26
289==================
290
291 * fix(cov): wait 1 second for Windows (#16)
292
2931.5.1 / 2016-10-20
294==================
295
296 * fix: link mocha bin from inner file (#15)
297 * docs:add egg-bin dev options doc (#14)
298
2991.5.0 / 2016-10-16
300==================
301
302 * test: exports mocha bin (#13)
303
3041.4.0 / 2016-09-29
305==================
306
307 * feat(dev): pass debug args to execArgv (#12)
308
3091.3.0 / 2016-08-19
310==================
311
312 * feat: resolve istanbul path for coffee (#9)
313
3141.2.1 / 2016-08-18
315==================
316
317 * fix: can not find iron-node in subprocess (#8)
318
3191.2.0 / 2016-08-04
320==================
321
322 * feat: add COV_EXCLUDES for coverage excludes (#7)
323
3241.1.1 / 2016-08-03
325==================
326
327 * chore(deps): upgrade mocha@3 and glob@7 (#6)
328
3291.1.0 / 2016-07-29
330==================
331
332 * feat: support mocha custom require args (#5)
333 * refactor: use common-bin (#4)
334
3351.0.2 / 2016-07-12
336==================
337
338 * refactor: rename DevCommand.js to dev_command.js (#3)
339 * chore: add security check badge (#2)
340 * refactor: use egg-utils (#1)
341
3421.0.1 / 2016-06-20
343==================
344
345 * fix: let sub class can override getFrameworkOrEggPath
346
3471.0.0 / 2016-06-19
348==================
349
350 * init version