@midwayjs/core 3.3.2 → 3.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,2551 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## [3.3.5](https://github.com/midwayjs/midway/compare/v3.3.4...v3.3.5) (2022-04-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * throw error if config is invalid ([#1939](https://github.com/midwayjs/midway/issues/1939)) ([cc5fc1e](https://github.com/midwayjs/midway/commit/cc5fc1e0500554e52853246b90655c05f481fe6c))
12
+
13
+
14
+
15
+
16
+
17
+ ## [3.3.4](https://github.com/midwayjs/midway/compare/v3.3.3...v3.3.4) (2022-04-21)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * register app before framework init ([#1925](https://github.com/midwayjs/midway/issues/1925)) ([e2fd742](https://github.com/midwayjs/midway/commit/e2fd7425983e30b5ff61fe27db4215b05d33b778))
23
+
24
+
25
+
26
+
27
+
28
+ ## [3.3.2](https://github.com/midwayjs/midway/compare/v3.3.1...v3.3.2) (2022-04-13)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * main framework found ([#1903](https://github.com/midwayjs/midway/issues/1903)) ([8a22267](https://github.com/midwayjs/midway/commit/8a22267db744e2269e41089a27fd8e935c1f69e3))
34
+
35
+
36
+
37
+
38
+
39
+ ## [3.3.1](https://github.com/midwayjs/midway/compare/v3.3.0...v3.3.1) (2022-04-11)
40
+
41
+ **Note:** Version bump only for package @midwayjs/core
42
+
43
+
44
+
45
+
46
+
47
+ # [3.3.0](https://github.com/midwayjs/midway/compare/v3.2.2...v3.3.0) (2022-04-07)
48
+
49
+
50
+ ### Bug Fixes
51
+
52
+ * mapping prod and test config in object mode ([#1886](https://github.com/midwayjs/midway/issues/1886)) ([d00f622](https://github.com/midwayjs/midway/commit/d00f622f2a2dc095c8e829b862f2ac155a8e6c91))
53
+ * mock when app not start ([#1876](https://github.com/midwayjs/midway/issues/1876)) ([bd32f3e](https://github.com/midwayjs/midway/commit/bd32f3e3e366f5f81c05bfa2b00530ea5ec95744))
54
+
55
+
56
+ ### Features
57
+
58
+ * upgrade ioredis to v5 ([#1893](https://github.com/midwayjs/midway/issues/1893)) ([42b3dc7](https://github.com/midwayjs/midway/commit/42b3dc723cd291d37f7fd40da90cf031a45f6d78))
59
+
60
+
61
+
62
+
63
+
64
+ ## [3.2.2](https://github.com/midwayjs/midway/compare/v3.2.1...v3.2.2) (2022-03-30)
65
+
66
+
67
+ ### Bug Fixes
68
+
69
+ * match and ignore method missing this ([#1868](https://github.com/midwayjs/midway/issues/1868)) ([4a3800a](https://github.com/midwayjs/midway/commit/4a3800a05a827b2beebc2e22d12ca8b16ffe0548))
70
+ * output error ([#1869](https://github.com/midwayjs/midway/issues/1869)) ([e804fc0](https://github.com/midwayjs/midway/commit/e804fc07e4eb07c49e28c8cd2d995401dee71dda))
71
+
72
+
73
+
74
+
75
+
76
+ # [3.2.0](https://github.com/midwayjs/midway/compare/v3.1.6...v3.2.0) (2022-03-25)
77
+
78
+
79
+ ### Bug Fixes
80
+
81
+ * throw error when cluster exec ([#1848](https://github.com/midwayjs/midway/issues/1848)) ([bf0e209](https://github.com/midwayjs/midway/commit/bf0e209ec724ab41b5bc9b43b08d7c44d3b77e3b))
82
+
83
+
84
+
85
+
86
+
87
+ ## [3.1.6](https://github.com/midwayjs/midway/compare/v3.1.5...v3.1.6) (2022-03-21)
88
+
89
+ **Note:** Version bump only for package @midwayjs/core
90
+
91
+
92
+
93
+
94
+
95
+ ## [3.1.5](https://github.com/midwayjs/midway/compare/v3.1.4...v3.1.5) (2022-03-18)
96
+
97
+ **Note:** Version bump only for package @midwayjs/core
98
+
99
+
100
+
101
+
102
+
103
+ ## [3.1.2](https://github.com/midwayjs/midway/compare/v3.1.1...v3.1.2) (2022-03-15)
104
+
105
+
106
+ ### Bug Fixes
107
+
108
+ * add a inject for [@inject](https://github.com/inject) logger in singleton scope ([#1816](https://github.com/midwayjs/midway/issues/1816)) ([4e9cf96](https://github.com/midwayjs/midway/commit/4e9cf96793acff829a2a8ca6598081cc331d6d25))
109
+
110
+
111
+ ### Features
112
+
113
+ * add otel component ([#1808](https://github.com/midwayjs/midway/issues/1808)) ([8fda71e](https://github.com/midwayjs/midway/commit/8fda71e82cedfcf05e590780c55fbff10c4132cb))
114
+
115
+
116
+
117
+
118
+
119
+ ## [3.1.1](https://github.com/midwayjs/midway/compare/v3.1.0...v3.1.1) (2022-03-09)
120
+
121
+
122
+ ### Bug Fixes
123
+
124
+ * default error dir and loadMidwayController ([#1791](https://github.com/midwayjs/midway/issues/1791)) ([4fd6b64](https://github.com/midwayjs/midway/commit/4fd6b643d683b85335f4bd314a9574ef8501a3f6))
125
+ * preload module position ([#1794](https://github.com/midwayjs/midway/issues/1794)) ([1456a83](https://github.com/midwayjs/midway/commit/1456a83fd2bd2afc1b3d92b4d1315ad6af7650df))
126
+
127
+
128
+
129
+
130
+
131
+ # [3.1.0](https://github.com/midwayjs/midway/compare/v3.0.13...v3.1.0) (2022-03-07)
132
+
133
+
134
+ ### Bug Fixes
135
+
136
+ * egg logger create context logger case ([#1760](https://github.com/midwayjs/midway/issues/1760)) ([f9bebf1](https://github.com/midwayjs/midway/commit/f9bebf18cffbced4bd596d1ab39b585ea4d6a229))
137
+ * express use router and middleware ([#1777](https://github.com/midwayjs/midway/issues/1777)) ([21a69bb](https://github.com/midwayjs/midway/commit/21a69bbfc5535aaafcb3751f4c0c54ffcf109e9d))
138
+ * not transform when RouteParam got undefined ([#1762](https://github.com/midwayjs/midway/issues/1762)) ([d714e31](https://github.com/midwayjs/midway/commit/d714e317aec771c8971bf6093c767eba9bccc976))
139
+ * use hook to load egg application ([#1782](https://github.com/midwayjs/midway/issues/1782)) ([b47f27b](https://github.com/midwayjs/midway/commit/b47f27bf441431ddb1d0d35d5ee0ae80ae56fce8))
140
+
141
+
142
+
143
+
144
+
145
+ ## [3.0.13](https://github.com/midwayjs/midway/compare/v3.0.12...v3.0.13) (2022-03-01)
146
+
147
+
148
+ ### Bug Fixes
149
+
150
+ * **deps:** update dependency raw-body to v2.5.1 ([#1754](https://github.com/midwayjs/midway/issues/1754)) ([6d9d819](https://github.com/midwayjs/midway/commit/6d9d819a3628ac8ecf91e75120a73f0533ba4bc9))
151
+
152
+
153
+
154
+
155
+
156
+ ## [3.0.11](https://github.com/midwayjs/midway/compare/v3.0.10...v3.0.11) (2022-02-25)
157
+
158
+
159
+ ### Bug Fixes
160
+
161
+ * none level ([#1744](https://github.com/midwayjs/midway/issues/1744)) ([dccb726](https://github.com/midwayjs/midway/commit/dccb7260ad98f9e702392deea6984a65b9bef985))
162
+
163
+
164
+
165
+
166
+
167
+ ## [3.0.10](https://github.com/midwayjs/midway/compare/v3.0.9...v3.0.10) (2022-02-24)
168
+
169
+
170
+ ### Bug Fixes
171
+
172
+ * **deps:** update dependency raw-body to v2.5.0 ([#1731](https://github.com/midwayjs/midway/issues/1731)) ([6caec96](https://github.com/midwayjs/midway/commit/6caec96b976b9dce1a8cda4d3f809efd346ceaf5))
173
+ * remove configuration resolve handler and add detectorOptions ([#1740](https://github.com/midwayjs/midway/issues/1740)) ([7af24e8](https://github.com/midwayjs/midway/commit/7af24e8cc55f0ba798b4d774084ace4069a8a54c))
174
+
175
+
176
+
177
+
178
+
179
+ ## [3.0.9](https://github.com/midwayjs/midway/compare/v3.0.8...v3.0.9) (2022-02-21)
180
+
181
+
182
+ ### Bug Fixes
183
+
184
+ * redis on method missing ([#1729](https://github.com/midwayjs/midway/issues/1729)) ([61fde02](https://github.com/midwayjs/midway/commit/61fde024324b9774d51dd9ebd805883207f783b5))
185
+
186
+
187
+
188
+
189
+
190
+ ## [3.0.7](https://github.com/midwayjs/midway/compare/v3.0.6...v3.0.7) (2022-02-17)
191
+
192
+ **Note:** Version bump only for package @midwayjs/core
193
+
194
+
195
+
196
+
197
+
198
+ ## [3.0.6](https://github.com/midwayjs/midway/compare/v3.0.5...v3.0.6) (2022-02-13)
199
+
200
+
201
+ ### Bug Fixes
202
+
203
+ * missing import component will be throw error ([#1694](https://github.com/midwayjs/midway/issues/1694)) ([c17f049](https://github.com/midwayjs/midway/commit/c17f049ef698ba55509e4ef5ea915668345dc50f))
204
+
205
+
206
+
207
+
208
+
209
+ ## [3.0.4](https://github.com/midwayjs/midway/compare/v3.0.3...v3.0.4) (2022-02-09)
210
+
211
+
212
+ ### Bug Fixes
213
+
214
+ * run in egg cluster mode ([#1645](https://github.com/midwayjs/midway/issues/1645)) ([d6146cc](https://github.com/midwayjs/midway/commit/d6146cccb4ffa9158d87c1f64199bce9f408b43c))
215
+ * supertest typings and createFunctionApp ([#1642](https://github.com/midwayjs/midway/issues/1642)) ([484f4f4](https://github.com/midwayjs/midway/commit/484f4f41b3b9e889d4d285f4871a0b37fa51e73f))
216
+
217
+
218
+ ### Features
219
+
220
+ * move context format to user config ([#1673](https://github.com/midwayjs/midway/issues/1673)) ([db53b8e](https://github.com/midwayjs/midway/commit/db53b8eaf22b50df61945ff11086e1eb7aec99a1))
221
+
222
+
223
+
224
+
225
+
226
+ ## [3.0.2](https://github.com/midwayjs/midway/compare/v3.0.1...v3.0.2) (2022-01-24)
227
+
228
+
229
+ ### Bug Fixes
230
+
231
+ * singleton invoke request scope not valid ([#1622](https://github.com/midwayjs/midway/issues/1622)) ([f97c063](https://github.com/midwayjs/midway/commit/f97c0632107b47cf357d17774a4e4bb5233bba57))
232
+
233
+
234
+
235
+
236
+
237
+ ## [3.0.1](https://github.com/midwayjs/midway/compare/v3.0.0...v3.0.1) (2022-01-24)
238
+
239
+
240
+ ### Bug Fixes
241
+
242
+ * [#1610](https://github.com/midwayjs/midway/issues/1610) use origin args when parameter decorator throw error ([#1613](https://github.com/midwayjs/midway/issues/1613)) ([797ece6](https://github.com/midwayjs/midway/commit/797ece6364b1b512d64aeb82f51ddcb97ef42c0f))
243
+
244
+
245
+
246
+
247
+
248
+ # [3.0.0](https://github.com/midwayjs/midway/compare/v3.0.0-beta.17...v3.0.0) (2022-01-20)
249
+
250
+ **Note:** Version bump only for package @midwayjs/core
251
+
252
+
253
+
254
+
255
+
256
+ # [3.0.0-beta.17](https://github.com/midwayjs/midway/compare/v3.0.0-beta.16...v3.0.0-beta.17) (2022-01-18)
257
+
258
+
259
+ ### Features
260
+
261
+ * add static file ([#1597](https://github.com/midwayjs/midway/issues/1597)) ([2e6baae](https://github.com/midwayjs/midway/commit/2e6baae852f338023e39c72801e6c89319dd2e2e))
262
+ * support multi root ([#1584](https://github.com/midwayjs/midway/issues/1584)) ([b23dda2](https://github.com/midwayjs/midway/commit/b23dda258563fba143f23c8779680df3ab8ec3d5))
263
+ * throw error when singleton invoke request scope ([#1589](https://github.com/midwayjs/midway/issues/1589)) ([e71bfa8](https://github.com/midwayjs/midway/commit/e71bfa8cc43317989adebd4a2f7b6a24a74e36be))
264
+
265
+
266
+
267
+
268
+
269
+ # [3.0.0-beta.16](https://github.com/midwayjs/midway/compare/v3.0.0-beta.15...v3.0.0-beta.16) (2022-01-11)
270
+
271
+ **Note:** Version bump only for package @midwayjs/core
272
+
273
+
274
+
275
+
276
+
277
+ # [3.0.0-beta.15](https://github.com/midwayjs/midway/compare/v3.0.0-beta.14...v3.0.0-beta.15) (2022-01-07)
278
+
279
+
280
+ ### Bug Fixes
281
+
282
+ * serverless app run ([#1523](https://github.com/midwayjs/midway/issues/1523)) ([5a25eb7](https://github.com/midwayjs/midway/commit/5a25eb7ebb17bf9b0e2ba4feee5bc1649f70d56f))
283
+
284
+
285
+ ### Features
286
+
287
+ * add data listener ([#1525](https://github.com/midwayjs/midway/issues/1525)) ([0bd0db8](https://github.com/midwayjs/midway/commit/0bd0db8c7f3338c754ae852619bbbb4f2336cc16))
288
+ * add secret filter ([#1531](https://github.com/midwayjs/midway/issues/1531)) ([ce77e48](https://github.com/midwayjs/midway/commit/ce77e4804aaffc18a0a091d3726e36d7ec1514b2))
289
+
290
+
291
+
292
+
293
+
294
+ # [3.0.0-beta.14](https://github.com/midwayjs/midway/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2022-01-04)
295
+
296
+
297
+ ### Bug Fixes
298
+
299
+ * cos config definition & 3.x doc update ([#1515](https://github.com/midwayjs/midway/issues/1515)) ([0ac7ac5](https://github.com/midwayjs/midway/commit/0ac7ac5805b7ab8873f8792fc1712a74e3223172))
300
+
301
+
302
+
303
+
304
+
305
+ # [3.0.0-beta.13](https://github.com/midwayjs/midway/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2021-12-30)
306
+
307
+
308
+ ### Features
309
+
310
+ * 404 error ([#1465](https://github.com/midwayjs/midway/issues/1465)) ([e7e8a9d](https://github.com/midwayjs/midway/commit/e7e8a9dedfa7198ac05b161b41024c2871f93965))
311
+ * add custom decorator filter ([#1477](https://github.com/midwayjs/midway/issues/1477)) ([97501a9](https://github.com/midwayjs/midway/commit/97501a989abc211b0c7400b1df45e050bb237c6a))
312
+
313
+
314
+
315
+
316
+
317
+ # [3.0.0-beta.12](https://github.com/midwayjs/midway/compare/v3.0.0-beta.11...v3.0.0-beta.12) (2021-12-28)
318
+
319
+
320
+ ### Features
321
+
322
+ * custom error code & add @Files/@Fields ([#1438](https://github.com/midwayjs/midway/issues/1438)) ([b0032af](https://github.com/midwayjs/midway/commit/b0032afd2fa9ea0416fe69f4bd0c1a58bea5314e))
323
+ * support throw err status ([#1440](https://github.com/midwayjs/midway/issues/1440)) ([7b98110](https://github.com/midwayjs/midway/commit/7b98110d65c5287a8fcb3eb5356dea2d7a32cee9))
324
+
325
+
326
+
327
+
328
+
329
+ # [3.0.0-beta.11](https://github.com/midwayjs/midway/compare/v3.0.0-beta.10...v3.0.0-beta.11) (2021-12-21)
330
+
331
+ **Note:** Version bump only for package @midwayjs/core
332
+
333
+
334
+
335
+
336
+
337
+ # [3.0.0-beta.10](https://github.com/midwayjs/midway/compare/v3.0.0-beta.9...v3.0.0-beta.10) (2021-12-20)
338
+
339
+
340
+ ### Features
341
+
342
+ * default add session & bodyparser support for koa/express/faas ([#1420](https://github.com/midwayjs/midway/issues/1420)) ([cdaff31](https://github.com/midwayjs/midway/commit/cdaff317c3e862a95494a167995a28280af639bf))
343
+ * implement i18n for validate ([#1426](https://github.com/midwayjs/midway/issues/1426)) ([4c7ed2f](https://github.com/midwayjs/midway/commit/4c7ed2ff2e7ccf10f88f62abad230f92f5e76b97))
344
+
345
+
346
+
347
+
348
+
349
+ # [3.0.0-beta.9](https://github.com/midwayjs/midway/compare/v3.0.0-beta.8...v3.0.0-beta.9) (2021-12-09)
350
+
351
+
352
+ ### Bug Fixes
353
+
354
+ * faas missing config in framework ([#1413](https://github.com/midwayjs/midway/issues/1413)) ([7ab16a2](https://github.com/midwayjs/midway/commit/7ab16a24b29d5254a762bfffcdf18385effdf639))
355
+
356
+
357
+
358
+
359
+
360
+ # [3.0.0-beta.8](https://github.com/midwayjs/midway/compare/v3.0.0-beta.7...v3.0.0-beta.8) (2021-12-08)
361
+
362
+
363
+ ### Bug Fixes
364
+
365
+ * express routing middleware takes effect at the controller level ([#1364](https://github.com/midwayjs/midway/issues/1364)) ([b9272e0](https://github.com/midwayjs/midway/commit/b9272e0971003443304b0c53815be31a0061b4bd))
366
+
367
+
368
+
369
+
370
+
371
+ # [3.0.0-beta.7](https://github.com/midwayjs/midway/compare/v3.0.0-beta.6...v3.0.0-beta.7) (2021-12-03)
372
+
373
+
374
+ ### Bug Fixes
375
+
376
+ * add app.keys ([#1395](https://github.com/midwayjs/midway/issues/1395)) ([c44afc6](https://github.com/midwayjs/midway/commit/c44afc6cc6764a959d1fa7ae04d60099282d156a))
377
+ * middleware with ctx.body ([#1389](https://github.com/midwayjs/midway/issues/1389)) ([77af5c0](https://github.com/midwayjs/midway/commit/77af5c0b456f1843f4dcfd3dbfd2c0aa244c51bd))
378
+
379
+
380
+
381
+
382
+
383
+ # [3.0.0-beta.6](https://github.com/midwayjs/midway/compare/v3.0.0-beta.5...v3.0.0-beta.6) (2021-11-26)
384
+
385
+
386
+ ### Bug Fixes
387
+
388
+ * class transformer method missing ([#1387](https://github.com/midwayjs/midway/issues/1387)) ([074e839](https://github.com/midwayjs/midway/commit/074e8393598dc95e2742f735df75a2191c5fe25d))
389
+
390
+
391
+
392
+
393
+
394
+ # [3.0.0-beta.5](https://github.com/midwayjs/midway/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2021-11-25)
395
+
396
+
397
+ ### Bug Fixes
398
+
399
+ * [@match](https://github.com/match) empty args ([#1384](https://github.com/midwayjs/midway/issues/1384)) ([6f90fc9](https://github.com/midwayjs/midway/commit/6f90fc993ff01e078288ff664833c61c02dede51))
400
+ * router sort ([#1383](https://github.com/midwayjs/midway/issues/1383)) ([f253887](https://github.com/midwayjs/midway/commit/f2538876d3eaf7dec55173d86b5b9caeeeb7be64))
401
+
402
+
403
+
404
+
405
+
406
+ # [3.0.0-beta.4](https://github.com/midwayjs/midway/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2021-11-24)
407
+
408
+
409
+ ### Bug Fixes
410
+
411
+ * logger close before bootstrap close ([#1370](https://github.com/midwayjs/midway/issues/1370)) ([6cc2720](https://github.com/midwayjs/midway/commit/6cc2720ed3445e8ffccc96d124b80ed7e2517f08))
412
+
413
+
414
+ ### Features
415
+
416
+ * add i18n ([#1375](https://github.com/midwayjs/midway/issues/1375)) ([bffefe0](https://github.com/midwayjs/midway/commit/bffefe07afe45777d49b5a76b9ab17fc2b9d9a55))
417
+ * auto transform args to type ([#1372](https://github.com/midwayjs/midway/issues/1372)) ([bb3f7d2](https://github.com/midwayjs/midway/commit/bb3f7d2028a034e1926d9df554849332354c3762))
418
+ * support global prefix url ([#1371](https://github.com/midwayjs/midway/issues/1371)) ([cc5fe44](https://github.com/midwayjs/midway/commit/cc5fe44e1d221590562dc71e1f33ae96093e0da7))
419
+
420
+
421
+
422
+
423
+
424
+ # [3.0.0-beta.3](https://github.com/midwayjs/midway/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2021-11-18)
425
+
426
+
427
+ ### Features
428
+
429
+ * add component and framework config definition ([#1367](https://github.com/midwayjs/midway/issues/1367)) ([b2fe615](https://github.com/midwayjs/midway/commit/b2fe6157f99659471ff1333eca0b86bb889f61a3))
430
+
431
+
432
+
433
+
434
+
435
+ # [3.0.0-beta.2](https://github.com/midwayjs/midway/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2021-11-16)
436
+
437
+ **Note:** Version bump only for package @midwayjs/core
438
+
439
+
440
+
441
+
442
+
443
+ # [3.0.0-beta.1](https://github.com/midwayjs/midway/compare/v2.12.4...v3.0.0-beta.1) (2021-11-14)
444
+
445
+
446
+ ### Bug Fixes
447
+
448
+ * circular inject for provide uuid ([#1285](https://github.com/midwayjs/midway/issues/1285)) ([34533bf](https://github.com/midwayjs/midway/commit/34533bfe9bf1c4acdffb1360ab24c716b5196de8))
449
+ * component env filter ([#1234](https://github.com/midwayjs/midway/issues/1234)) ([1ad365f](https://github.com/midwayjs/midway/commit/1ad365fd8ef5e0e7dae3d08a2427a2300038290a))
450
+ * correct aspect chain bug ([#1204](https://github.com/midwayjs/midway/issues/1204)) ([5de5284](https://github.com/midwayjs/midway/commit/5de5284c70b44acc73eaaad651fd2edc72d54f28))
451
+ * empty options in default ([#1241](https://github.com/midwayjs/midway/issues/1241)) ([802109d](https://github.com/midwayjs/midway/commit/802109ddd098afb04d6d540bff509e0aee85b806))
452
+ * functional configuration load async code ([#1300](https://github.com/midwayjs/midway/issues/1300)) ([32bcf03](https://github.com/midwayjs/midway/commit/32bcf030ed1ab04482dc557f8b0c6904e47b31e1))
453
+ * load component with enabledEnvironment ([#1329](https://github.com/midwayjs/midway/issues/1329)) ([3182271](https://github.com/midwayjs/midway/commit/3182271a1eab931e2bf872bff6e2725ebb906ad0))
454
+ * static prefix ([#1321](https://github.com/midwayjs/midway/issues/1321)) ([31fe961](https://github.com/midwayjs/midway/commit/31fe961931fed7656a144b1682ee4c4bb25fdff5))
455
+
456
+
457
+ ### Features
458
+
459
+ * add mongoose component and support multi-instance for typegoose ([#1334](https://github.com/midwayjs/midway/issues/1334)) ([ca0b73f](https://github.com/midwayjs/midway/commit/ca0b73fec77e8871e4001b4c9d3e45397ce32450))
460
+ * add redis component ([#1270](https://github.com/midwayjs/midway/issues/1270)) ([09c993a](https://github.com/midwayjs/midway/commit/09c993ac308d26fa9c742a659471c3f4cf5c5782))
461
+
462
+
463
+
464
+
465
+
466
+ ## [2.12.3](https://github.com/midwayjs/midway/compare/v2.12.2...v2.12.3) (2021-08-09)
467
+
468
+
469
+ ### Features
470
+
471
+ * support object config load and async config ([#1212](https://github.com/midwayjs/midway/issues/1212)) ([a035ccb](https://github.com/midwayjs/midway/commit/a035ccbb513b0ba423bd2b48bc228b5e916c89e8))
472
+
473
+
474
+
475
+
476
+
477
+ ## [2.12.1](https://github.com/midwayjs/midway/compare/v2.12.0...v2.12.1) (2021-08-01)
478
+
479
+
480
+ ### Features
481
+
482
+ * add http client component ([#1098](https://github.com/midwayjs/midway/issues/1098)) ([4e2f90a](https://github.com/midwayjs/midway/commit/4e2f90a9de946fa5abc2af4cd8a0ad9ee4188991))
483
+
484
+
485
+
486
+
487
+
488
+ # [2.12.0](https://github.com/midwayjs/midway/compare/v2.11.7...v2.12.0) (2021-07-30)
489
+
490
+
491
+ ### Features
492
+
493
+ * add oss component ([#1181](https://github.com/midwayjs/midway/issues/1181)) ([e83171c](https://github.com/midwayjs/midway/commit/e83171c73cdc1098796f06919dc652a6d83c3af4))
494
+
495
+
496
+
497
+
498
+
499
+ ## [2.11.6](https://github.com/midwayjs/midway/compare/v2.11.5...v2.11.6) (2021-07-16)
500
+
501
+ **Note:** Version bump only for package @midwayjs/core
502
+
503
+
504
+
505
+
506
+
507
+ ## [2.11.5](https://github.com/midwayjs/midway/compare/v2.11.4...v2.11.5) (2021-07-15)
508
+
509
+ **Note:** Version bump only for package @midwayjs/core
510
+
511
+
512
+
513
+
514
+
515
+ ## [2.11.4](https://github.com/midwayjs/midway/compare/v2.11.3...v2.11.4) (2021-07-06)
516
+
517
+
518
+ ### Bug Fixes
519
+
520
+ * @Func decorator with empty metadata ([#1137](https://github.com/midwayjs/midway/issues/1137)) ([621a99a](https://github.com/midwayjs/midway/commit/621a99a9ee77a8f370a28a395363f585057bd054))
521
+ * add target parameter ([#1139](https://github.com/midwayjs/midway/issues/1139)) ([5be4757](https://github.com/midwayjs/midway/commit/5be475710ee19e16a99643a355f7f1774f3435bc))
522
+
523
+
524
+
525
+
526
+
527
+ ## [2.11.3](https://github.com/midwayjs/midway/compare/v2.11.2...v2.11.3) (2021-07-02)
528
+
529
+
530
+ ### Bug Fixes
531
+
532
+ * uppercase for header decorator ([#1123](https://github.com/midwayjs/midway/issues/1123)) ([cfcfb1f](https://github.com/midwayjs/midway/commit/cfcfb1fb8860b110e2671e9bff57f6c537f11f90))
533
+
534
+
535
+
536
+
537
+
538
+ ## [2.11.2](https://github.com/midwayjs/midway/compare/v2.11.1...v2.11.2) (2021-06-28)
539
+
540
+ **Note:** Version bump only for package @midwayjs/core
541
+
542
+
543
+
544
+
545
+
546
+ ## [2.11.1](https://github.com/midwayjs/midway/compare/v2.11.0...v2.11.1) (2021-06-19)
547
+
548
+
549
+ ### Bug Fixes
550
+
551
+ * ignore directory with app prefix ([#1100](https://github.com/midwayjs/midway/issues/1100)) ([0911635](https://github.com/midwayjs/midway/commit/09116355bf7f34892d1c7ad975047ed20e65bee5))
552
+
553
+
554
+
555
+
556
+
557
+ # [2.11.0](https://github.com/midwayjs/midway/compare/v2.10.19...v2.11.0) (2021-06-10)
558
+
559
+ **Note:** Version bump only for package @midwayjs/core
560
+
561
+
562
+
563
+
564
+
565
+ ## [2.10.18](https://github.com/midwayjs/midway/compare/v2.10.17...v2.10.18) (2021-05-26)
566
+
567
+
568
+ ### Features
569
+
570
+ * add decorator metadata ([#1072](https://github.com/midwayjs/midway/issues/1072)) ([db4de9c](https://github.com/midwayjs/midway/commit/db4de9cd787bdbe1effca61dfe162f6678ad5d66))
571
+
572
+
573
+
574
+
575
+
576
+ ## [2.10.14](https://github.com/midwayjs/midway/compare/v2.10.13...v2.10.14) (2021-05-11)
577
+
578
+
579
+ ### Bug Fixes
580
+
581
+ * serverless app more method ([#1034](https://github.com/midwayjs/midway/issues/1034)) ([9c44c3f](https://github.com/midwayjs/midway/commit/9c44c3f58930d0c12464d00eceee93cb9e7aaa62))
582
+
583
+
584
+
585
+
586
+
587
+ ## [2.10.13](https://github.com/midwayjs/midway/compare/v2.10.12...v2.10.13) (2021-05-08)
588
+
589
+
590
+ ### Bug Fixes
591
+
592
+ * remove zlib ([#1035](https://github.com/midwayjs/midway/issues/1035)) ([cc2cd40](https://github.com/midwayjs/midway/commit/cc2cd405a104b3388d93a09d981b59b472fd8ea1))
593
+
594
+
595
+
596
+
597
+
598
+ ## [2.10.12](https://github.com/midwayjs/midway/compare/v2.10.11...v2.10.12) (2021-05-07)
599
+
600
+
601
+ ### Bug Fixes
602
+
603
+ * change all requestMethod to real method for serverless http request ([#1028](https://github.com/midwayjs/midway/issues/1028)) ([23e2943](https://github.com/midwayjs/midway/commit/23e29436e3a1b3ab10484171f0dfcd5de068f124))
604
+ * throw error when router duplicate ([#1023](https://github.com/midwayjs/midway/issues/1023)) ([61bc58d](https://github.com/midwayjs/midway/commit/61bc58d29d637f1c9e54fec0a09f24d90c1286c9))
605
+
606
+
607
+
608
+
609
+
610
+ ## [2.10.11](https://github.com/midwayjs/midway/compare/v2.10.10...v2.10.11) (2021-04-29)
611
+
612
+
613
+ ### Bug Fixes
614
+
615
+ * lifecycle missing container when run onStop method ([#1016](https://github.com/midwayjs/midway/issues/1016)) ([3b6303c](https://github.com/midwayjs/midway/commit/3b6303c7bba0d28e821da8062ae71aa4c1029d63))
616
+ * load functional config ([#1017](https://github.com/midwayjs/midway/issues/1017)) ([51566c0](https://github.com/midwayjs/midway/commit/51566c08124275798b92d3c931b27a86a48a2ba7))
617
+
618
+
619
+
620
+
621
+
622
+ ## [2.10.10](https://github.com/midwayjs/midway/compare/v2.10.9...v2.10.10) (2021-04-24)
623
+
624
+
625
+ ### Bug Fixes
626
+
627
+ * router sort ([#1009](https://github.com/midwayjs/midway/issues/1009)) ([e9bf8ed](https://github.com/midwayjs/midway/commit/e9bf8ed0a6537714e3004a334e417994ea369aa9))
628
+
629
+
630
+
631
+
632
+
633
+ ## [2.10.9](https://github.com/midwayjs/midway/compare/v2.10.8...v2.10.9) (2021-04-21)
634
+
635
+
636
+ ### Bug Fixes
637
+
638
+ * revert missing code ([#1006](https://github.com/midwayjs/midway/issues/1006)) ([132bdbb](https://github.com/midwayjs/midway/commit/132bdbb96a88b92b7635072840e58c011ebfcb13))
639
+
640
+
641
+
642
+
643
+
644
+ ## [2.10.8](https://github.com/midwayjs/midway/compare/v2.10.7...v2.10.8) (2021-04-21)
645
+
646
+ **Note:** Version bump only for package @midwayjs/core
647
+
648
+
649
+
650
+
651
+
652
+ ## [2.10.7](https://github.com/midwayjs/midway/compare/v2.10.6...v2.10.7) (2021-04-17)
653
+
654
+
655
+ ### Bug Fixes
656
+
657
+ * add event name args ([#986](https://github.com/midwayjs/midway/issues/986)) ([bfd8232](https://github.com/midwayjs/midway/commit/bfd82320aee8600d8fa30bd2821a0e68c80fd755))
658
+ * format ([#997](https://github.com/midwayjs/midway/issues/997)) ([456cc14](https://github.com/midwayjs/midway/commit/456cc14513bdb000d1aa3130e9719caf7a8a803f))
659
+ * inject class when use component by import string ([#996](https://github.com/midwayjs/midway/issues/996)) ([8bfda7d](https://github.com/midwayjs/midway/commit/8bfda7da4b4a0d34bf0b0d0291416ef4655fb8a5))
660
+
661
+
662
+
663
+
664
+
665
+ ## [2.10.6](https://github.com/midwayjs/midway/compare/v2.10.5...v2.10.6) (2021-04-14)
666
+
667
+ **Note:** Version bump only for package @midwayjs/core
668
+
669
+
670
+
671
+
672
+
673
+ ## [2.10.5](https://github.com/midwayjs/midway/compare/v2.10.4...v2.10.5) (2021-04-13)
674
+
675
+
676
+ ### Bug Fixes
677
+
678
+ * configuration file path join on windows ([#984](https://github.com/midwayjs/midway/issues/984)) ([099e76c](https://github.com/midwayjs/midway/commit/099e76ca892decd02b536b97494590f598d140ac))
679
+
680
+
681
+ ### Features
682
+
683
+ * support getCurrentApplicationContext API ([#981](https://github.com/midwayjs/midway/issues/981)) ([dd6ce11](https://github.com/midwayjs/midway/commit/dd6ce11d6f8eb2884eb1b03b171a069f55aec04f))
684
+
685
+
686
+
687
+
688
+
689
+ ## [2.10.4](https://github.com/midwayjs/midway/compare/v2.10.3...v2.10.4) (2021-04-10)
690
+
691
+
692
+ ### Bug Fixes
693
+
694
+ * clear container cache when test ([#978](https://github.com/midwayjs/midway/issues/978)) ([a202075](https://github.com/midwayjs/midway/commit/a202075b52d281e06f1ed7c6139e968fafc960f6))
695
+
696
+
697
+
698
+
699
+
700
+ ## [2.10.3](https://github.com/midwayjs/midway/compare/v2.10.2...v2.10.3) (2021-04-07)
701
+
702
+ **Note:** Version bump only for package @midwayjs/core
703
+
704
+
705
+
706
+
707
+
708
+ ## [2.10.2](https://github.com/midwayjs/midway/compare/v2.10.1...v2.10.2) (2021-04-05)
709
+
710
+
711
+ ### Bug Fixes
712
+
713
+ * load config once and support load singleton service before framework start ([#970](https://github.com/midwayjs/midway/issues/970)) ([201dd59](https://github.com/midwayjs/midway/commit/201dd5930bd97f62e5717777b2941b47b54d68c6))
714
+
715
+
716
+
717
+
718
+
719
+ # [2.10.0](https://github.com/midwayjs/midway/compare/v2.9.3...v2.10.0) (2021-04-02)
720
+
721
+
722
+ ### Bug Fixes
723
+
724
+ * directory filter and ignore test pattern ([#957](https://github.com/midwayjs/midway/issues/957)) ([dbd1a5a](https://github.com/midwayjs/midway/commit/dbd1a5a4bc712a5ce14c409a7f2aee96e34eea4f))
725
+
726
+
727
+ ### Features
728
+
729
+ * use @ServerlessTrigger replace functions in f.yml ([#919](https://github.com/midwayjs/midway/issues/919)) ([a85af14](https://github.com/midwayjs/midway/commit/a85af14e06231e8cd82eff8755794ffd13c3ad95))
730
+
731
+
732
+
733
+
734
+
735
+ ## [2.9.2](https://github.com/midwayjs/midway/compare/v2.9.1...v2.9.2) (2021-03-27)
736
+
737
+ **Note:** Version bump only for package @midwayjs/core
738
+
739
+
740
+
741
+
742
+
743
+ ## [2.9.1](https://github.com/midwayjs/midway/compare/v2.9.0...v2.9.1) (2021-03-24)
744
+
745
+ **Note:** Version bump only for package @midwayjs/core
746
+
747
+
748
+
749
+
750
+
751
+ # [2.9.0](https://github.com/midwayjs/midway/compare/v2.8.13...v2.9.0) (2021-03-22)
752
+
753
+
754
+ ### Bug Fixes
755
+
756
+ * create log dir in serverless environment ([#935](https://github.com/midwayjs/midway/issues/935)) ([8a15f69](https://github.com/midwayjs/midway/commit/8a15f694a19a6274bce5172f1dce716ef3d8c0a8))
757
+ * providerWrapper get empty object in component ([#926](https://github.com/midwayjs/midway/issues/926)) ([5e46d19](https://github.com/midwayjs/midway/commit/5e46d19386ae91820e9df71a02a3de7b3f54d3dc))
758
+
759
+
760
+ ### Features
761
+
762
+ * add midway cache ([#911](https://github.com/midwayjs/midway/issues/911)) ([cc49eee](https://github.com/midwayjs/midway/commit/cc49eee739ba6d2c37b9270b6cf5239afde4a912))
763
+ * add socket.io-redis support ([#874](https://github.com/midwayjs/midway/issues/874)) ([2818920](https://github.com/midwayjs/midway/commit/2818920b9d3391c81666c5b8587a899b9b237d9e))
764
+ * run multi framework in one process ([#925](https://github.com/midwayjs/midway/issues/925)) ([330555f](https://github.com/midwayjs/midway/commit/330555f93b9af2a783771edd58bb9431a325938f))
765
+ * support bootstrap load config first ([#931](https://github.com/midwayjs/midway/issues/931)) ([ae9ed26](https://github.com/midwayjs/midway/commit/ae9ed261aacdb483d3a9a612be79fff384503bcc))
766
+
767
+
768
+
769
+
770
+
771
+ ## [2.8.13](https://github.com/midwayjs/midway/compare/v2.8.12...v2.8.13) (2021-03-17)
772
+
773
+
774
+ ### Bug Fixes
775
+
776
+ * add missing typings ([#924](https://github.com/midwayjs/midway/issues/924)) ([a17c8d8](https://github.com/midwayjs/midway/commit/a17c8d8655d3f7a93469b922529b7a1aba212c10))
777
+
778
+
779
+
780
+
781
+
782
+ ## [2.8.11](https://github.com/midwayjs/midway/compare/v2.8.10...v2.8.11) (2021-03-12)
783
+
784
+
785
+ ### Features
786
+
787
+ * compatible read config.prod and config.unittest ([#899](https://github.com/midwayjs/midway/issues/899)) ([f90cfe3](https://github.com/midwayjs/midway/commit/f90cfe3a28912ad43f371aff66d4a52e9efa3a68))
788
+
789
+
790
+
791
+
792
+
793
+ ## [2.8.9](https://github.com/midwayjs/midway/compare/v2.8.8...v2.8.9) (2021-03-08)
794
+
795
+
796
+ ### Bug Fixes
797
+
798
+ * delete method parse body and form body ([#891](https://github.com/midwayjs/midway/issues/891)) ([f5c1e70](https://github.com/midwayjs/midway/commit/f5c1e7042ed85656e323563421391a719999979e))
799
+
800
+
801
+
802
+
803
+
804
+ ## [2.8.8](https://github.com/midwayjs/midway/compare/v2.8.7...v2.8.8) (2021-03-06)
805
+
806
+
807
+ ### Bug Fixes
808
+
809
+ * app proxy ([#886](https://github.com/midwayjs/midway/issues/886)) ([e8fba77](https://github.com/midwayjs/midway/commit/e8fba77ea9920a9bc0b48011f85d77717cab77fd))
810
+ * handler ([#885](https://github.com/midwayjs/midway/issues/885)) ([89c6b53](https://github.com/midwayjs/midway/commit/89c6b53d2de8601394d1799c914dbf8177d37f5b))
811
+
812
+
813
+
814
+
815
+
816
+ ## [2.8.7](https://github.com/midwayjs/midway/compare/v2.8.6...v2.8.7) (2021-03-04)
817
+
818
+
819
+ ### Bug Fixes
820
+
821
+ * exports missing ([#884](https://github.com/midwayjs/midway/issues/884)) ([a360a0e](https://github.com/midwayjs/midway/commit/a360a0e645a9551cb9d90ceaf7871f3e0ab5b4d3))
822
+
823
+
824
+
825
+
826
+
827
+ ## [2.8.6](https://github.com/midwayjs/midway/compare/v2.8.5...v2.8.6) (2021-03-03)
828
+
829
+
830
+ ### Bug Fixes
831
+
832
+ * load custom framework in midwayjs/web ([#883](https://github.com/midwayjs/midway/issues/883)) ([7a11cac](https://github.com/midwayjs/midway/commit/7a11cac1cea753e781ac358a75277400f8aa87bf))
833
+
834
+
835
+
836
+
837
+
838
+ ## [2.8.5](https://github.com/midwayjs/midway/compare/v2.8.4...v2.8.5) (2021-03-03)
839
+
840
+
841
+ ### Bug Fixes
842
+
843
+ * empty framework ready ([#882](https://github.com/midwayjs/midway/issues/882)) ([a2dc36f](https://github.com/midwayjs/midway/commit/a2dc36f8dd785e7dce3a5499f5774b990dfd33c4))
844
+
845
+
846
+
847
+
848
+
849
+ ## [2.8.4](https://github.com/midwayjs/midway/compare/v2.8.3...v2.8.4) (2021-03-03)
850
+
851
+
852
+ ### Bug Fixes
853
+
854
+ * case ([df2efb6](https://github.com/midwayjs/midway/commit/df2efb6837ee1bdb877825bc7869b82d9e220fb1))
855
+ * check case ([4df51ed](https://github.com/midwayjs/midway/commit/4df51ed64157a7b3f76bc050825cf2b59182cc07))
856
+ * get singleton from shared context ([3ebcf13](https://github.com/midwayjs/midway/commit/3ebcf13ab0f4151e507b51cda219682859f648d3))
857
+ * multi framework run configuration ([44abb6c](https://github.com/midwayjs/midway/commit/44abb6c710e044d9256325c721cdeb8d9a7e0a7a))
858
+ * multi framework run configuration ([db98d6a](https://github.com/midwayjs/midway/commit/db98d6aba820aa86982b491835bb4167b3a1b6b2))
859
+ * property decorator and class decorator extends ([#845](https://github.com/midwayjs/midway/issues/845)) ([8d0227d](https://github.com/midwayjs/midway/commit/8d0227dfe946af6fefa832d574cdcfe976ed8ce2))
860
+
861
+
862
+ ### Features
863
+
864
+ * add conflictCheck ([a892223](https://github.com/midwayjs/midway/commit/a8922234abb2c585d59e37aaa443b14d73a14b2f))
865
+
866
+
867
+
868
+
869
+
870
+ ## [2.8.3](https://github.com/midwayjs/midway/compare/v2.8.2...v2.8.3) (2021-03-01)
871
+
872
+
873
+ ### Bug Fixes
874
+
875
+ * router sort with param ([#877](https://github.com/midwayjs/midway/issues/877)) ([7405745](https://github.com/midwayjs/midway/commit/7405745330cbeedc74829bc7683686866d91b633))
876
+
877
+
878
+
879
+
880
+
881
+ ## [2.8.2](https://github.com/midwayjs/midway/compare/v2.8.0...v2.8.2) (2021-02-27)
882
+
883
+
884
+ ### Features
885
+
886
+ * support fun router ([#867](https://github.com/midwayjs/midway/issues/867)) ([01e673f](https://github.com/midwayjs/midway/commit/01e673f50d48d302e449ab88c2e419bcaeab1458))
887
+
888
+
889
+
890
+
891
+
892
+ # [2.8.0](https://github.com/midwayjs/midway/compare/v2.7.7...v2.8.0) (2021-02-24)
893
+
894
+
895
+ ### Features
896
+
897
+ * add router collector and export router table ([#852](https://github.com/midwayjs/midway/issues/852)) ([3641ac9](https://github.com/midwayjs/midway/commit/3641ac9c78ed9888525ce0c87415b961d4602fa8))
898
+ * move context logger to @midwayjs/logger and add createFileL… ([#859](https://github.com/midwayjs/midway/issues/859)) ([49f568f](https://github.com/midwayjs/midway/commit/49f568f372b610494d59fa415f4f241c400c7db0))
899
+ * support queries decorator ([#858](https://github.com/midwayjs/midway/issues/858)) ([ddb080b](https://github.com/midwayjs/midway/commit/ddb080bbba0b24a4c1f826d8552966275f31ebeb))
900
+
901
+
902
+
903
+
904
+
905
+ ## [2.7.5](https://github.com/midwayjs/midway/compare/v2.7.4...v2.7.5) (2021-02-08)
906
+
907
+
908
+ ### Features
909
+
910
+ * add configuration functional support ([#843](https://github.com/midwayjs/midway/issues/843)) ([bfaa0aa](https://github.com/midwayjs/midway/commit/bfaa0aad9e8ce667a4bb98af60f1c706e09e7810))
911
+ * add enable method ([#847](https://github.com/midwayjs/midway/issues/847)) ([a85b99d](https://github.com/midwayjs/midway/commit/a85b99dd775b9cf69dec3a7fa78248d4d82ad814))
912
+
913
+
914
+
915
+
916
+
917
+ # [2.7.0](https://github.com/midwayjs/midway/compare/v2.6.13...v2.7.0) (2021-01-27)
918
+
919
+
920
+ ### Features
921
+
922
+ * add midway gRPC framework ([#786](https://github.com/midwayjs/midway/issues/786)) ([d90362c](https://github.com/midwayjs/midway/commit/d90362c6bf15c00621ffc2981f19842f216395f8))
923
+ * support entry file in bootstrap ([#819](https://github.com/midwayjs/midway/issues/819)) ([49a5ff6](https://github.com/midwayjs/midway/commit/49a5ff662134bdd42dc3a80738b44a05138f8f7c))
924
+
925
+
926
+
927
+
928
+
929
+ ## [2.6.13](https://github.com/midwayjs/midway/compare/v2.6.12...v2.6.13) (2021-01-21)
930
+
931
+ **Note:** Version bump only for package @midwayjs/core
932
+
933
+
934
+
935
+
936
+
937
+ ## [2.6.10](https://github.com/midwayjs/midway/compare/v2.6.9...v2.6.10) (2021-01-10)
938
+
939
+
940
+ ### Bug Fixes
941
+
942
+ * bootstrap missing create logger ([#797](https://github.com/midwayjs/midway/issues/797)) ([f7aac5f](https://github.com/midwayjs/midway/commit/f7aac5fcd9a59a3a36856af58c17ee1d0c9dfca4))
943
+
944
+
945
+
946
+
947
+
948
+ ## [2.6.9](https://github.com/midwayjs/midway/compare/v2.6.8...v2.6.9) (2021-01-08)
949
+
950
+ **Note:** Version bump only for package @midwayjs/core
951
+
952
+
953
+
954
+
955
+
956
+ ## [2.6.8](https://github.com/midwayjs/midway/compare/v2.6.7...v2.6.8) (2021-01-06)
957
+
958
+ **Note:** Version bump only for package @midwayjs/core
959
+
960
+
961
+
962
+
963
+
964
+ ## [2.6.7](https://github.com/midwayjs/midway/compare/v2.6.6...v2.6.7) (2021-01-05)
965
+
966
+ **Note:** Version bump only for package @midwayjs/core
967
+
968
+
969
+
970
+
971
+
972
+ ## [2.6.6](https://github.com/midwayjs/midway/compare/v2.6.5...v2.6.6) (2021-01-04)
973
+
974
+ **Note:** Version bump only for package @midwayjs/core
975
+
976
+
977
+
978
+
979
+
980
+ ## [2.6.5](https://github.com/midwayjs/midway/compare/v2.6.4...v2.6.5) (2021-01-04)
981
+
982
+ **Note:** Version bump only for package @midwayjs/core
983
+
984
+
985
+
986
+
987
+
988
+ ## [2.6.4](https://github.com/midwayjs/midway/compare/v2.6.3...v2.6.4) (2021-01-02)
989
+
990
+
991
+ ### Bug Fixes
992
+
993
+ * definition fix for getLogger and getCoreLogger ([#783](https://github.com/midwayjs/midway/issues/783)) ([264b481](https://github.com/midwayjs/midway/commit/264b4819f8f96dccabd1e5cd6ad2c7b3b8277136))
994
+
995
+
996
+
997
+
998
+
999
+ ## [2.6.3](https://github.com/midwayjs/midway/compare/v2.6.2...v2.6.3) (2020-12-30)
1000
+
1001
+ **Note:** Version bump only for package @midwayjs/core
1002
+
1003
+
1004
+
1005
+
1006
+
1007
+ ## [2.6.2](https://github.com/midwayjs/midway/compare/v2.6.1...v2.6.2) (2020-12-30)
1008
+
1009
+
1010
+ ### Bug Fixes
1011
+
1012
+ * output logs dir when development env ([#780](https://github.com/midwayjs/midway/issues/780)) ([557d874](https://github.com/midwayjs/midway/commit/557d8743cf5183740b25a987b1a1135ea09c9d28))
1013
+
1014
+
1015
+
1016
+
1017
+
1018
+ ## [2.6.1](https://github.com/midwayjs/midway/compare/v2.6.0...v2.6.1) (2020-12-29)
1019
+
1020
+ **Note:** Version bump only for package @midwayjs/core
1021
+
1022
+
1023
+
1024
+
1025
+
1026
+ # [2.6.0](https://github.com/midwayjs/midway/compare/v2.5.5...v2.6.0) (2020-12-28)
1027
+
1028
+
1029
+ ### Features
1030
+
1031
+ * add midway logger ([#743](https://github.com/midwayjs/midway/issues/743)) ([13e8cc7](https://github.com/midwayjs/midway/commit/13e8cc753d994e6f9f073688e22527f75d39984a))
1032
+
1033
+
1034
+
1035
+
1036
+
1037
+ ## [2.5.5](https://github.com/midwayjs/midway/compare/v2.5.4...v2.5.5) (2020-12-15)
1038
+
1039
+
1040
+ ### Bug Fixes
1041
+
1042
+ * aspect wrapper requestContext instance ([#755](https://github.com/midwayjs/midway/issues/755)) ([84193a0](https://github.com/midwayjs/midway/commit/84193a0a50483a0ec8e25b25a17654d4fc77ed1d))
1043
+
1044
+
1045
+
1046
+
1047
+
1048
+ ## [2.5.2](https://github.com/midwayjs/midway/compare/v2.5.1...v2.5.2) (2020-12-04)
1049
+
1050
+
1051
+ ### Bug Fixes
1052
+
1053
+ * definition for getAsync and get ([#740](https://github.com/midwayjs/midway/issues/740)) ([d40de78](https://github.com/midwayjs/midway/commit/d40de7899f3b816c61229dce463d9b2de6842259))
1054
+
1055
+
1056
+
1057
+
1058
+
1059
+ # [2.5.0](https://github.com/midwayjs/midway/compare/v2.4.8...v2.5.0) (2020-11-28)
1060
+
1061
+
1062
+ ### Bug Fixes
1063
+
1064
+ * koa response 204 ([#733](https://github.com/midwayjs/midway/issues/733)) ([2463d77](https://github.com/midwayjs/midway/commit/2463d77cf2d9b03216acff901839816be45c5e73))
1065
+
1066
+
1067
+
1068
+
1069
+
1070
+ ## [2.4.7](https://github.com/midwayjs/midway/compare/v2.4.6...v2.4.7) (2020-11-23)
1071
+
1072
+ **Note:** Version bump only for package @midwayjs/core
1073
+
1074
+
1075
+
1076
+
1077
+
1078
+ ## [2.4.5](https://github.com/midwayjs/midway/compare/v2.4.4...v2.4.5) (2020-11-19)
1079
+
1080
+ **Note:** Version bump only for package @midwayjs/core
1081
+
1082
+
1083
+
1084
+
1085
+
1086
+ ## [2.4.3](https://github.com/midwayjs/midway/compare/v2.4.2...v2.4.3) (2020-11-16)
1087
+
1088
+
1089
+ ### Bug Fixes
1090
+
1091
+ * aspect mapping npe ([#722](https://github.com/midwayjs/midway/issues/722)) ([1954eed](https://github.com/midwayjs/midway/commit/1954eed145cbb8fc929394f6cb0c1bc8cb80c823))
1092
+
1093
+
1094
+
1095
+
1096
+
1097
+ ## [2.4.2](https://github.com/midwayjs/midway/compare/v2.4.1...v2.4.2) (2020-11-13)
1098
+
1099
+
1100
+ ### Bug Fixes
1101
+
1102
+ * error pattern for ignore node_modules ([#717](https://github.com/midwayjs/midway/issues/717)) ([16f1292](https://github.com/midwayjs/midway/commit/16f1292359b8c65548eea3926de8eaaa13133538))
1103
+
1104
+
1105
+
1106
+
1107
+
1108
+ ## [2.4.1](https://github.com/midwayjs/midway/compare/v2.4.0...v2.4.1) (2020-11-12)
1109
+
1110
+
1111
+ ### Bug Fixes
1112
+
1113
+ * load ignore node_modules ([#714](https://github.com/midwayjs/midway/issues/714)) ([ad13f13](https://github.com/midwayjs/midway/commit/ad13f1357263fad143ad18527a3c04bd4a629798))
1114
+
1115
+
1116
+
1117
+
1118
+
1119
+ # [2.4.0](https://github.com/midwayjs/midway/compare/v2.3.23...v2.4.0) (2020-11-11)
1120
+
1121
+
1122
+ ### Features
1123
+
1124
+ * support define custom egg framework ([#709](https://github.com/midwayjs/midway/issues/709)) ([f5baba1](https://github.com/midwayjs/midway/commit/f5baba18d10e3dc91ba9651effadd00b8f66cf8b))
1125
+
1126
+
1127
+
1128
+
1129
+
1130
+ ## [2.3.23](https://github.com/midwayjs/midway/compare/v2.3.22...v2.3.23) (2020-11-03)
1131
+
1132
+ **Note:** Version bump only for package @midwayjs/core
1133
+
1134
+
1135
+
1136
+
1137
+
1138
+ ## [2.3.22](https://github.com/midwayjs/midway/compare/v2.3.21...v2.3.22) (2020-10-31)
1139
+
1140
+
1141
+ ### Bug Fixes
1142
+
1143
+ * aspect bind missing ctx ([#694](https://github.com/midwayjs/midway/issues/694)) ([871ea80](https://github.com/midwayjs/midway/commit/871ea80b8090e28f02dc74405de5da3969ccf5c4))
1144
+
1145
+
1146
+
1147
+
1148
+
1149
+ ## [2.3.20](https://github.com/midwayjs/midway/compare/v2.3.19...v2.3.20) (2020-10-29)
1150
+
1151
+ **Note:** Version bump only for package @midwayjs/core
1152
+
1153
+
1154
+
1155
+
1156
+
1157
+ ## [2.3.19](https://github.com/midwayjs/midway/compare/v2.3.18...v2.3.19) (2020-10-28)
1158
+
1159
+ **Note:** Version bump only for package @midwayjs/core
1160
+
1161
+
1162
+
1163
+
1164
+
1165
+ ## [2.3.18](https://github.com/midwayjs/midway/compare/v2.3.17...v2.3.18) (2020-10-27)
1166
+
1167
+
1168
+ ### Bug Fixes
1169
+
1170
+ * configuration inject plugin and more in production environment ([#680](https://github.com/midwayjs/midway/issues/680)) ([41bce5d](https://github.com/midwayjs/midway/commit/41bce5d8a60a6fde61ff62794612eecff2e260ed))
1171
+
1172
+
1173
+
1174
+
1175
+
1176
+ ## [2.3.17](https://github.com/midwayjs/midway/compare/v2.3.16...v2.3.17) (2020-10-22)
1177
+
1178
+ **Note:** Version bump only for package @midwayjs/core
1179
+
1180
+
1181
+
1182
+
1183
+
1184
+ ## [2.3.15](https://github.com/midwayjs/midway/compare/v2.3.14...v2.3.15) (2020-10-15)
1185
+
1186
+ **Note:** Version bump only for package @midwayjs/core
1187
+
1188
+
1189
+
1190
+
1191
+
1192
+ ## [2.3.14](https://github.com/midwayjs/midway/compare/v2.3.13...v2.3.14) (2020-10-15)
1193
+
1194
+ **Note:** Version bump only for package @midwayjs/core
1195
+
1196
+
1197
+
1198
+
1199
+
1200
+ ## [2.3.13](https://github.com/midwayjs/midway/compare/v2.3.12...v2.3.13) (2020-10-13)
1201
+
1202
+
1203
+ ### Bug Fixes
1204
+
1205
+ * [@plugin](https://github.com/plugin) inject undefined in web middleware ([#667](https://github.com/midwayjs/midway/issues/667)) ([cacb2fa](https://github.com/midwayjs/midway/commit/cacb2faa61258172ef445db0a86e45c3f19014a6))
1206
+
1207
+
1208
+
1209
+
1210
+
1211
+ ## [2.3.11](https://github.com/midwayjs/midway/compare/v2.3.10...v2.3.11) (2020-10-08)
1212
+
1213
+ **Note:** Version bump only for package @midwayjs/core
1214
+
1215
+
1216
+
1217
+
1218
+
1219
+ ## [2.3.10](https://github.com/midwayjs/midway/compare/v2.3.9...v2.3.10) (2020-10-08)
1220
+
1221
+
1222
+ ### Bug Fixes
1223
+
1224
+ * component inject global object and add case ([#663](https://github.com/midwayjs/midway/issues/663)) ([e768ee8](https://github.com/midwayjs/midway/commit/e768ee872ed9855252346920318a32133328c0fe))
1225
+
1226
+
1227
+ ### Features
1228
+
1229
+ * replace configuration.imports to object directly and deprecated string ([#657](https://github.com/midwayjs/midway/issues/657)) ([f1b42a1](https://github.com/midwayjs/midway/commit/f1b42a1b338a69cdfaf63e2d951a65333e4f3007))
1230
+
1231
+
1232
+
1233
+
1234
+
1235
+ ## [2.3.9](https://github.com/midwayjs/midway/compare/v2.3.8...v2.3.9) (2020-10-05)
1236
+
1237
+ **Note:** Version bump only for package @midwayjs/core
1238
+
1239
+
1240
+
1241
+
1242
+
1243
+ ## [2.3.8](https://github.com/midwayjs/midway/compare/v2.3.7...v2.3.8) (2020-10-05)
1244
+
1245
+ **Note:** Version bump only for package @midwayjs/core
1246
+
1247
+
1248
+
1249
+
1250
+
1251
+ ## [2.3.7](https://github.com/midwayjs/midway/compare/v2.3.6...v2.3.7) (2020-10-04)
1252
+
1253
+ **Note:** Version bump only for package @midwayjs/core
1254
+
1255
+
1256
+
1257
+
1258
+
1259
+ ## [2.3.6](https://github.com/midwayjs/midway/compare/v2.3.4...v2.3.6) (2020-10-02)
1260
+
1261
+
1262
+ ### Bug Fixes
1263
+
1264
+ * fix core pkg name ([#656](https://github.com/midwayjs/midway/issues/656)) ([2d26b0d](https://github.com/midwayjs/midway/commit/2d26b0d3cd6bb541295deb2b5b5c13d955f8587d))
1265
+ * implement optional dep for amqplib in mock package ([#654](https://github.com/midwayjs/midway/issues/654)) ([3319872](https://github.com/midwayjs/midway/commit/33198727855ff042db7d96723992b49c632aa25d))
1266
+
1267
+
1268
+ ### Features
1269
+
1270
+ * add request path and ip decorator ([#655](https://github.com/midwayjs/midway/issues/655)) ([3354c26](https://github.com/midwayjs/midway/commit/3354c263c92957fd68b90c383c33afc6ad9ae967))
1271
+
1272
+
1273
+
1274
+
1275
+
1276
+ ## [2.3.2](https://github.com/midwayjs/midway/compare/v2.3.1...v2.3.2) (2020-09-28)
1277
+
1278
+
1279
+ ### Bug Fixes
1280
+
1281
+ * component get config and merge egg config ([#649](https://github.com/midwayjs/midway/issues/649)) ([aa95a3e](https://github.com/midwayjs/midway/commit/aa95a3eb9ff70d691c2420e58b357e2889d03ebb))
1282
+
1283
+
1284
+
1285
+
1286
+
1287
+ ## [2.3.1](https://github.com/midwayjs/midway/compare/v2.3.0...v2.3.1) (2020-09-27)
1288
+
1289
+
1290
+ ### Bug Fixes
1291
+
1292
+ * fix debugger logger create in every request ([#648](https://github.com/midwayjs/midway/issues/648)) ([8e70fb0](https://github.com/midwayjs/midway/commit/8e70fb0b57241bb6e0b2fcca5c4fa2b26fc2eb5e))
1293
+
1294
+
1295
+
1296
+
1297
+
1298
+ # [2.3.0](https://github.com/midwayjs/midway/compare/v2.2.10...v2.3.0) (2020-09-27)
1299
+
1300
+
1301
+ ### Features
1302
+
1303
+ * add rabbitmq ([#647](https://github.com/midwayjs/midway/issues/647)) ([2c03eb4](https://github.com/midwayjs/midway/commit/2c03eb4f5e979d309048a11f17f7579a1d299ba1))
1304
+
1305
+
1306
+
1307
+
1308
+
1309
+ ## [2.2.10](https://github.com/midwayjs/midway/compare/v2.2.9...v2.2.10) (2020-09-24)
1310
+
1311
+ **Note:** Version bump only for package @midwayjs/core
1312
+
1313
+
1314
+
1315
+
1316
+
1317
+ ## [2.2.9](https://github.com/midwayjs/midway/compare/v2.2.8...v2.2.9) (2020-09-24)
1318
+
1319
+
1320
+ ### Bug Fixes
1321
+
1322
+ * remove sourcemap and src in dist ([#645](https://github.com/midwayjs/midway/issues/645)) ([e561a88](https://github.com/midwayjs/midway/commit/e561a88f4a70af15d4be3d5fe0bd39487677d4ce))
1323
+
1324
+
1325
+
1326
+
1327
+
1328
+ ## [2.2.8](https://github.com/midwayjs/midway/compare/v2.2.7...v2.2.8) (2020-09-23)
1329
+
1330
+ **Note:** Version bump only for package @midwayjs/core
1331
+
1332
+
1333
+
1334
+
1335
+
1336
+ ## [2.2.7](https://github.com/midwayjs/midway/compare/v2.2.6...v2.2.7) (2020-09-20)
1337
+
1338
+
1339
+ ### Bug Fixes
1340
+
1341
+ * WebMiddleare to IWebMiddleware ([e69cf28](https://github.com/midwayjs/midway/commit/e69cf286fa76ab3144404806c5cbbe8642cdcd61))
1342
+
1343
+
1344
+
1345
+
1346
+
1347
+ ## [2.2.6](https://github.com/midwayjs/midway/compare/v2.2.5...v2.2.6) (2020-09-18)
1348
+
1349
+
1350
+ ### Features
1351
+
1352
+ * add aop ([#640](https://github.com/midwayjs/midway/issues/640)) ([c3e15b3](https://github.com/midwayjs/midway/commit/c3e15b328c184318e364bf40d32fa4df6be2a30a))
1353
+
1354
+
1355
+
1356
+
1357
+
1358
+ ## [2.2.5](https://github.com/midwayjs/midway/compare/v2.2.4...v2.2.5) (2020-09-17)
1359
+
1360
+
1361
+ ### Features
1362
+
1363
+ * add property for web params ([5c19644](https://github.com/midwayjs/midway/commit/5c1964482b4c8efe0ac23c3c1feb1f48ce5b7889))
1364
+ * use midway cli replace egg-bin ([#639](https://github.com/midwayjs/midway/issues/639)) ([62bbf38](https://github.com/midwayjs/midway/commit/62bbf3852899476600a0b594cb7dc274b05e29ec))
1365
+
1366
+
1367
+
1368
+
1369
+
1370
+ ## [2.2.4](https://github.com/midwayjs/midway/compare/v2.2.3...v2.2.4) (2020-09-15)
1371
+
1372
+ **Note:** Version bump only for package @midwayjs/core
1373
+
1374
+
1375
+
1376
+
1377
+
1378
+ ## [2.2.3](https://github.com/midwayjs/midway/compare/v2.2.2...v2.2.3) (2020-09-14)
1379
+
1380
+ **Note:** Version bump only for package @midwayjs/core
1381
+
1382
+
1383
+
1384
+
1385
+
1386
+ ## [2.2.2](https://github.com/midwayjs/midway/compare/v2.2.1...v2.2.2) (2020-09-14)
1387
+
1388
+ **Note:** Version bump only for package @midwayjs/core
1389
+
1390
+
1391
+
1392
+
1393
+
1394
+ ## [2.2.1](https://github.com/midwayjs/midway/compare/v2.2.0...v2.2.1) (2020-09-14)
1395
+
1396
+ **Note:** Version bump only for package @midwayjs/core
1397
+
1398
+
1399
+
1400
+
1401
+
1402
+ # [2.2.0](https://github.com/midwayjs/midway/compare/v2.1.4...v2.2.0) (2020-09-13)
1403
+
1404
+
1405
+ ### Features
1406
+
1407
+ * complete 2.x beta ([#630](https://github.com/midwayjs/midway/issues/630)) ([b23cd00](https://github.com/midwayjs/midway/commit/b23cd00fe9cefc9057a2284d38d5419773539206))
1408
+
1409
+
1410
+
1411
+
1412
+
1413
+ ## [2.1.4](https://github.com/midwayjs/midway/compare/v2.1.3...v2.1.4) (2020-06-17)
1414
+
1415
+
1416
+ ### Bug Fixes
1417
+
1418
+ * 2.x extends bug ([#498](https://github.com/midwayjs/midway/issues/498)) ([19ec029](https://github.com/midwayjs/midway/commit/19ec0292eedd94cb2e40e69af8897703fc8f55c7))
1419
+
1420
+
1421
+
1422
+
1423
+
1424
+ ## [2.1.3](https://github.com/midwayjs/midway/compare/v2.1.2...v2.1.3) (2020-05-07)
1425
+
1426
+
1427
+ ### Bug Fixes
1428
+
1429
+ * configuration use package name ([#485](https://github.com/midwayjs/midway/issues/485)) ([a00cb18](https://github.com/midwayjs/midway/commit/a00cb189b10a7353f6e0545c17837e8c9b10ca2c))
1430
+
1431
+
1432
+
1433
+
1434
+
1435
+ ## [2.1.2](https://github.com/midwayjs/midway/compare/v2.1.1...v2.1.2) (2020-05-02)
1436
+
1437
+ **Note:** Version bump only for package @midwayjs/core
1438
+
1439
+
1440
+
1441
+
1442
+
1443
+ ## [2.1.1](https://github.com/midwayjs/midway/compare/v2.1.0...v2.1.1) (2020-04-30)
1444
+
1445
+
1446
+ ### Bug Fixes
1447
+
1448
+ * add metadata when configuration load controller ([#483](https://github.com/midwayjs/midway/issues/483)) ([e4e3c57](https://github.com/midwayjs/midway/commit/e4e3c5784df844a290a57a3d309a5f4e866e4831))
1449
+
1450
+
1451
+
1452
+
1453
+
1454
+ # [2.1.0](https://github.com/midwayjs/midway/compare/v2.0.17...v2.1.0) (2020-04-29)
1455
+
1456
+
1457
+ ### Features
1458
+
1459
+ * refactor hook & add @App ([#482](https://github.com/midwayjs/midway/issues/482)) ([3bfd300](https://github.com/midwayjs/midway/commit/3bfd300daf21fce96f2ff92be22ecb0f12bdd033))
1460
+
1461
+
1462
+
1463
+
1464
+
1465
+ ## [2.0.17](https://github.com/midwayjs/midway/compare/v2.0.16...v2.0.17) (2020-04-21)
1466
+
1467
+
1468
+ ### Bug Fixes
1469
+
1470
+ * fix export service method ([#477](https://github.com/midwayjs/midway/issues/477)) ([586b0be](https://github.com/midwayjs/midway/commit/586b0be05ee9ef38cef9d312f19de4318c2b1701))
1471
+
1472
+
1473
+
1474
+
1475
+
1476
+ ## [2.0.16](https://github.com/midwayjs/midway/compare/v2.0.15...v2.0.16) (2020-04-12)
1477
+
1478
+ **Note:** Version bump only for package @midwayjs/core
1479
+
1480
+
1481
+
1482
+
1483
+
1484
+ ## [2.0.15](https://github.com/midwayjs/midway/compare/v2.0.14...v2.0.15) (2020-04-11)
1485
+
1486
+
1487
+ ### Bug Fixes
1488
+
1489
+ * Fix default env ([#468](https://github.com/midwayjs/midway/issues/468)) ([db9ffcf](https://github.com/midwayjs/midway/commit/db9ffcfcc412bfb7613d46eb3b3b30f44e3b553f)), closes [#450](https://github.com/midwayjs/midway/issues/450) [#454](https://github.com/midwayjs/midway/issues/454) [#379](https://github.com/midwayjs/midway/issues/379) [#455](https://github.com/midwayjs/midway/issues/455) [#463](https://github.com/midwayjs/midway/issues/463) [#464](https://github.com/midwayjs/midway/issues/464) [#466](https://github.com/midwayjs/midway/issues/466)
1490
+
1491
+
1492
+
1493
+
1494
+
1495
+ ## [2.0.14](https://github.com/midwayjs/midway/compare/v2.0.13...v2.0.14) (2020-04-08)
1496
+
1497
+ **Note:** Version bump only for package @midwayjs/core
1498
+
1499
+
1500
+
1501
+
1502
+
1503
+ ## [2.0.13](https://github.com/midwayjs/midway/compare/v2.0.12...v2.0.13) (2020-04-07)
1504
+
1505
+ **Note:** Version bump only for package @midwayjs/core
1506
+
1507
+
1508
+
1509
+
1510
+
1511
+ ## [2.0.12](https://github.com/midwayjs/midway/compare/v2.0.11...v2.0.12) (2020-04-07)
1512
+
1513
+
1514
+ ### Bug Fixes
1515
+
1516
+ * 2.x fix conflicts ([#458](https://github.com/midwayjs/midway/issues/458)) ([2b0f44c](https://github.com/midwayjs/midway/commit/2b0f44c6d4c91154fb8a7779b6789acbb2635b1b))
1517
+ * 2.x fix conflicts ([#459](https://github.com/midwayjs/midway/issues/459)) ([e9f689c](https://github.com/midwayjs/midway/commit/e9f689c07efec3078c77557f29ea9ecdb5659094))
1518
+
1519
+
1520
+
1521
+
1522
+
1523
+ ## [2.0.11](https://github.com/midwayjs/midway/compare/v2.0.10...v2.0.11) (2020-04-07)
1524
+
1525
+
1526
+ ### Bug Fixes
1527
+
1528
+ * fix dfs circular ([#457](https://github.com/midwayjs/midway/issues/457)) ([8b91326](https://github.com/midwayjs/midway/commit/8b9132604df041dad5f1124389d49f75c288aff5))
1529
+
1530
+
1531
+
1532
+
1533
+
1534
+ ## [2.0.10](https://github.com/midwayjs/midway/compare/v2.0.9...v2.0.10) (2020-03-31)
1535
+
1536
+ **Note:** Version bump only for package @midwayjs/core
1537
+
1538
+
1539
+
1540
+
1541
+
1542
+ ## [2.0.9](https://github.com/midwayjs/midway/compare/v2.0.8...v2.0.9) (2020-03-30)
1543
+
1544
+ **Note:** Version bump only for package @midwayjs/core
1545
+
1546
+
1547
+
1548
+
1549
+
1550
+ ## [2.0.8](https://github.com/midwayjs/midway/compare/v2.0.7...v2.0.8) (2020-03-30)
1551
+
1552
+
1553
+ ### Bug Fixes
1554
+
1555
+ * 2.x conflict 能力 ([#449](https://github.com/midwayjs/midway/issues/449)) ([6064ecf](https://github.com/midwayjs/midway/commit/6064ecf0fcf0f79ca9f9f177b06baef6d65ca7ea))
1556
+
1557
+
1558
+
1559
+
1560
+
1561
+ ## [2.0.7](https://github.com/midwayjs/midway/compare/v2.0.6...v2.0.7) (2020-03-30)
1562
+
1563
+ **Note:** Version bump only for package @midwayjs/core
1564
+
1565
+
1566
+
1567
+
1568
+
1569
+ ## [2.0.6](https://github.com/midwayjs/midway/compare/v2.0.5...v2.0.6) (2020-03-27)
1570
+
1571
+
1572
+ ### Bug Fixes
1573
+
1574
+ * configuration with ctx ([4c7ff6a](https://github.com/midwayjs/midway/commit/4c7ff6ade50a1048c465d50145f0aedcb1ec30d3))
1575
+
1576
+
1577
+
1578
+
1579
+
1580
+ ## [2.0.5](https://github.com/midwayjs/midway/compare/v2.0.4...v2.0.5) (2020-03-22)
1581
+
1582
+ **Note:** Version bump only for package @midwayjs/core
1583
+
1584
+
1585
+
1586
+
1587
+
1588
+ ## [2.0.4](https://github.com/midwayjs/midway/compare/v2.0.3...v2.0.4) (2020-03-19)
1589
+
1590
+
1591
+ ### Bug Fixes
1592
+
1593
+ * 2.x fix lifecycle bug ([#435](https://github.com/midwayjs/midway/issues/435)) ([22d3e12](https://github.com/midwayjs/midway/commit/22d3e121d98575e994282c93b7522ddcf76942be))
1594
+
1595
+
1596
+
1597
+
1598
+
1599
+ ## [2.0.3](https://github.com/midwayjs/midway/compare/v2.0.2...v2.0.3) (2020-03-19)
1600
+
1601
+ **Note:** Version bump only for package @midwayjs/core
1602
+
1603
+
1604
+
1605
+
1606
+
1607
+ ## [2.0.2](https://github.com/midwayjs/midway/compare/v2.0.1...v2.0.2) (2020-03-13)
1608
+
1609
+ **Note:** Version bump only for package @midwayjs/core
1610
+
1611
+
1612
+
1613
+
1614
+
1615
+ ## [2.0.1](https://github.com/midwayjs/midway/compare/v2.0.0...v2.0.1) (2020-03-13)
1616
+
1617
+
1618
+ ### Features
1619
+
1620
+ * add hsf decorator ([#421](https://github.com/midwayjs/midway/issues/421)) ([d5afed3](https://github.com/midwayjs/midway/commit/d5afed3ace4e3570b29a2c789b2683f0cd4fd697))
1621
+
1622
+
1623
+
1624
+
1625
+
1626
+ # [2.0.0](https://github.com/midwayjs/midway/compare/v2.0.0-beta.16...v2.0.0) (2020-03-13)
1627
+
1628
+ **Note:** Version bump only for package @midwayjs/core
1629
+
1630
+
1631
+
1632
+
1633
+
1634
+ # [2.0.0-beta.16](https://github.com/midwayjs/midway/compare/v2.0.0-beta.15...v2.0.0-beta.16) (2020-03-12)
1635
+
1636
+
1637
+ ### Bug Fixes
1638
+
1639
+ * 修复循环引用bug ([#419](https://github.com/midwayjs/midway/issues/419)) ([8852c6c](https://github.com/midwayjs/midway/commit/8852c6c55de8975aea3df2978bf50425378379e6))
1640
+
1641
+
1642
+
1643
+
1644
+
1645
+ # [2.0.0-beta.15](https://github.com/midwayjs/midway/compare/v2.0.0-beta.14...v2.0.0-beta.15) (2020-03-06)
1646
+
1647
+
1648
+ ### Bug Fixes
1649
+
1650
+ * disable follow symbolic link ([#413](https://github.com/midwayjs/midway/issues/413)) ([99c30d7](https://github.com/midwayjs/midway/commit/99c30d72ae25001c17372ddd9981b6710af3a3a7))
1651
+ * merge bug ([7f41fc9](https://github.com/midwayjs/midway/commit/7f41fc94adf1fc9e4465c5aefdf94346184e1efc))
1652
+ * modified configuration load logic ([#415](https://github.com/midwayjs/midway/issues/415)) ([6e77d36](https://github.com/midwayjs/midway/commit/6e77d3624ed407893b8df1937482bef044b1f36b))
1653
+
1654
+
1655
+ ### Features
1656
+
1657
+ * 2.x lifecycle ([#414](https://github.com/midwayjs/midway/issues/414)) ([7313ab8](https://github.com/midwayjs/midway/commit/7313ab804091fd410b1b3118ea41f18cf05fb01f))
1658
+ * MidwayRequestContainer 增加泛型标注 ([#407](https://github.com/midwayjs/midway/issues/407)) ([b206035](https://github.com/midwayjs/midway/commit/b20603577a99f31ece9720d5f7893c2af7905887))
1659
+
1660
+
1661
+
1662
+
1663
+
1664
+ # [2.0.0-beta.14](https://github.com/midwayjs/midway/compare/v2.0.0-beta.13...v2.0.0-beta.14) (2020-03-04)
1665
+
1666
+
1667
+ ### Features
1668
+
1669
+ * 2.x pipeline ([#406](https://github.com/midwayjs/midway/issues/406)) ([9eb3e10](https://github.com/midwayjs/midway/commit/9eb3e100ebac966cf58713d4d3f021cd44971150))
1670
+
1671
+
1672
+
1673
+
1674
+
1675
+ # [2.0.0-beta.13](https://github.com/midwayjs/midway/compare/v2.0.0-beta.12...v2.0.0-beta.13) (2020-02-26)
1676
+
1677
+
1678
+ ### Bug Fixes
1679
+
1680
+ * configuration load config bug ([#404](https://github.com/midwayjs/midway/issues/404)) ([5e18763](https://github.com/midwayjs/midway/commit/5e187633b58e76b606a95063056d670e234c1d22))
1681
+
1682
+
1683
+
1684
+
1685
+
1686
+
1687
+
1688
+ **Note:** Version bump only for package @midwayjs/core
1689
+
1690
+
1691
+
1692
+
1693
+
1694
+ # [2.0.0-beta.12](https://github.com/midwayjs/midway/compare/v2.0.0-beta.11...v2.0.0-beta.12) (2020-02-25)
1695
+
1696
+
1697
+ ### Bug Fixes
1698
+
1699
+ * namespace @ bugfix ([#402](https://github.com/midwayjs/midway/issues/402)) ([e546219](https://github.com/midwayjs/midway/commit/e5462191ec293f98db46cfa59efc446124e2e381))
1700
+
1701
+
1702
+
1703
+
1704
+
1705
+ # [2.0.0-beta.11](https://github.com/midwayjs/midway/compare/v2.0.0-beta.10...v2.0.0-beta.11) (2020-02-25)
1706
+
1707
+
1708
+ ### Bug Fixes
1709
+
1710
+ * configuration bugs ([#401](https://github.com/midwayjs/midway/issues/401)) ([a6a18b2](https://github.com/midwayjs/midway/commit/a6a18b200252bb0cfa415cc000bcdd5ec5d85701))
1711
+
1712
+
1713
+
1714
+
1715
+
1716
+ # [2.0.0-beta.10](https://github.com/midwayjs/midway/compare/v2.0.0-beta.9...v2.0.0-beta.10) (2020-02-20)
1717
+
1718
+ **Note:** Version bump only for package @midwayjs/core
1719
+
1720
+
1721
+
1722
+
1723
+
1724
+ # [2.0.0-beta.9](https://github.com/midwayjs/midway/compare/v2.0.0-beta.8...v2.0.0-beta.9) (2020-02-20)
1725
+
1726
+ **Note:** Version bump only for package @midwayjs/core
1727
+
1728
+
1729
+
1730
+
1731
+
1732
+ # [2.0.0-beta.8](https://github.com/midwayjs/midway/compare/v2.0.0-beta.7...v2.0.0-beta.8) (2020-02-19)
1733
+
1734
+ **Note:** Version bump only for package @midwayjs/core
1735
+
1736
+
1737
+
1738
+
1739
+
1740
+ # [2.0.0-beta.7](https://github.com/midwayjs/midway/compare/v2.0.0-beta.6...v2.0.0-beta.7) (2020-02-18)
1741
+
1742
+ **Note:** Version bump only for package @midwayjs/core
1743
+
1744
+
1745
+
1746
+
1747
+
1748
+ # [2.0.0-beta.6](https://github.com/midwayjs/midway/compare/v2.0.0-beta.5...v2.0.0-beta.6) (2020-02-17)
1749
+
1750
+ **Note:** Version bump only for package @midwayjs/core
1751
+
1752
+
1753
+
1754
+
1755
+
1756
+ # [2.0.0-beta.5](https://github.com/midwayjs/midway/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2020-02-17)
1757
+
1758
+
1759
+ ### Features
1760
+
1761
+ * 2.x namespace ([#388](https://github.com/midwayjs/midway/issues/388)) ([9c90eb1](https://github.com/midwayjs/midway/commit/9c90eb1))
1762
+
1763
+
1764
+
1765
+
1766
+
1767
+ ## [1.17.1](https://github.com/midwayjs/midway/compare/v1.17.0...v1.17.1) (2020-02-17)
1768
+
1769
+ **Note:** Version bump only for package midway-core
1770
+
1771
+
1772
+
1773
+
1774
+
1775
+ # [1.17.0](https://github.com/midwayjs/midway/compare/v1.16.4...v1.17.0) (2020-02-17)
1776
+
1777
+ **Note:** Version bump only for package midway-core
1778
+
1779
+
1780
+
1781
+
1782
+
1783
+ # [2.0.0-beta.4](https://github.com/midwayjs/midway/compare/v1.16.4...v2.0.0-beta.4) (2020-02-16)
1784
+
1785
+
1786
+ ### Features
1787
+
1788
+ * add namespace feature ([#386](https://github.com/midwayjs/midway/issues/386)) ([bb2a8c8](https://github.com/midwayjs/midway/commit/bb2a8c8))
1789
+
1790
+
1791
+
1792
+ # [2.0.0-beta.3](https://github.com/midwayjs/midway/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2020-02-08)
1793
+
1794
+
1795
+ ### Bug Fixes
1796
+
1797
+ * fix build ([1d5a7c1](https://github.com/midwayjs/midway/commit/1d5a7c1))
1798
+
1799
+
1800
+
1801
+ # [2.0.0-beta.2](https://github.com/midwayjs/midway/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2020-02-04)
1802
+
1803
+
1804
+ ### Bug Fixes
1805
+
1806
+ * add missing dep module ([04ecc82](https://github.com/midwayjs/midway/commit/04ecc82))
1807
+
1808
+
1809
+
1810
+ # [2.0.0-beta.1](https://github.com/midwayjs/midway/compare/v1.16.3...v2.0.0-beta.1) (2020-02-04)
1811
+
1812
+
1813
+ ### Bug Fixes
1814
+
1815
+ * fix requestContext load configService ([f2c874f](https://github.com/midwayjs/midway/commit/f2c874f))
1816
+
1817
+
1818
+ ### Features
1819
+
1820
+ * support [@configuration](https://github.com/configuration) decorator ([0584494](https://github.com/midwayjs/midway/commit/0584494))
1821
+ * support importConfigs and add test case ([753cfb4](https://github.com/midwayjs/midway/commit/753cfb4))
1822
+ * transfor to new package ([9144b48](https://github.com/midwayjs/midway/commit/9144b48))
1823
+
1824
+
1825
+
1826
+
1827
+
1828
+ # [2.0.0-beta.3](https://github.com/midwayjs/midway/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2020-02-08)
1829
+
1830
+
1831
+ ### Bug Fixes
1832
+
1833
+ * fix build ([1d5a7c1](https://github.com/midwayjs/midway/commit/1d5a7c1))
1834
+
1835
+
1836
+
1837
+
1838
+
1839
+ # [2.0.0-beta.2](https://github.com/midwayjs/midway/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2020-02-04)
1840
+
1841
+
1842
+ ### Bug Fixes
1843
+
1844
+ * add missing dep module ([04ecc82](https://github.com/midwayjs/midway/commit/04ecc82))
1845
+
1846
+
1847
+
1848
+
1849
+
1850
+ # [2.0.0-beta.1](https://github.com/midwayjs/midway/compare/v1.16.3...v2.0.0-beta.1) (2020-02-04)
1851
+
1852
+
1853
+ ### Bug Fixes
1854
+
1855
+ * egg bin modify setup file rule ([#380](https://github.com/midwayjs/midway/issues/380)) ([4b9461d](https://github.com/midwayjs/midway/commit/4b9461d))
1856
+ * fix requestContext load configService ([f2c874f](https://github.com/midwayjs/midway/commit/f2c874f))
1857
+
1858
+
1859
+ ### Features
1860
+
1861
+ * support [@configuration](https://github.com/configuration) decorator ([0584494](https://github.com/midwayjs/midway/commit/0584494))
1862
+ * support importConfigs and add test case ([753cfb4](https://github.com/midwayjs/midway/commit/753cfb4))
1863
+ * transfor to new package ([9144b48](https://github.com/midwayjs/midway/commit/9144b48))
1864
+
1865
+
1866
+ ## [1.16.4](https://github.com/midwayjs/midway/compare/v1.16.3...v1.16.4) (2020-02-11)
1867
+
1868
+
1869
+ ### Bug Fixes
1870
+
1871
+ * egg bin modify setup file rule ([#380](https://github.com/midwayjs/midway/issues/380)) ([4b9461d](https://github.com/midwayjs/midway/commit/4b9461d))
1872
+
1873
+
1874
+
1875
+
1876
+
1877
+ ## [1.16.3](https://github.com/midwayjs/midway/compare/v1.16.2...v1.16.3) (2019-12-25)
1878
+
1879
+ **Note:** Version bump only for package midway-core
1880
+
1881
+
1882
+
1883
+
1884
+
1885
+ ## [1.16.2](https://github.com/midwayjs/midway/compare/v1.16.1...v1.16.2) (2019-12-25)
1886
+
1887
+ **Note:** Version bump only for package midway-core
1888
+
1889
+
1890
+
1891
+
1892
+
1893
+ ## [1.16.1](https://github.com/midwayjs/midway/compare/v1.16.0...v1.16.1) (2019-12-16)
1894
+
1895
+ **Note:** Version bump only for package midway-core
1896
+
1897
+
1898
+
1899
+
1900
+
1901
+ # [1.16.0](https://github.com/midwayjs/midway/compare/v1.15.1...v1.16.0) (2019-12-16)
1902
+
1903
+ **Note:** Version bump only for package midway-core
1904
+
1905
+
1906
+
1907
+
1908
+
1909
+ ## [1.15.1](https://github.com/midwayjs/midway/compare/v1.15.0...v1.15.1) (2019-12-11)
1910
+
1911
+ **Note:** Version bump only for package midway-core
1912
+
1913
+
1914
+
1915
+
1916
+
1917
+ # [1.15.0](https://github.com/midwayjs/midway/compare/v1.14.4...v1.15.0) (2019-12-06)
1918
+
1919
+ **Note:** Version bump only for package midway-core
1920
+
1921
+
1922
+
1923
+
1924
+
1925
+ ## [1.14.4](https://github.com/midwayjs/midway/compare/v1.14.3...v1.14.4) (2019-11-20)
1926
+
1927
+ **Note:** Version bump only for package midway-core
1928
+
1929
+
1930
+
1931
+
1932
+
1933
+ ## [1.14.3](https://github.com/midwayjs/midway/compare/v1.14.2...v1.14.3) (2019-11-15)
1934
+
1935
+ **Note:** Version bump only for package midway-core
1936
+
1937
+
1938
+
1939
+
1940
+
1941
+ ## [1.14.1](https://github.com/midwayjs/midway/compare/v1.14.0...v1.14.1) (2019-11-03)
1942
+
1943
+ **Note:** Version bump only for package midway-core
1944
+
1945
+
1946
+
1947
+
1948
+
1949
+ # [1.14.0](https://github.com/midwayjs/midway/compare/v1.13.0...v1.14.0) (2019-11-01)
1950
+
1951
+ **Note:** Version bump only for package midway-core
1952
+
1953
+
1954
+
1955
+
1956
+
1957
+ ## [1.12.1](https://github.com/midwayjs/midway/compare/v1.12.0...v1.12.1) (2019-10-12)
1958
+
1959
+ **Note:** Version bump only for package midway-core
1960
+
1961
+
1962
+
1963
+
1964
+
1965
+ # [1.12.0](https://github.com/midwayjs/midway/compare/v1.11.6...v1.12.0) (2019-10-11)
1966
+
1967
+ **Note:** Version bump only for package midway-core
1968
+
1969
+
1970
+
1971
+
1972
+
1973
+ ## [1.11.4](https://github.com/midwayjs/midway/compare/v1.11.3...v1.11.4) (2019-09-06)
1974
+
1975
+ **Note:** Version bump only for package midway-core
1976
+
1977
+
1978
+
1979
+
1980
+
1981
+ ## [1.11.3](https://github.com/midwayjs/midway/compare/v1.11.2...v1.11.3) (2019-09-06)
1982
+
1983
+ **Note:** Version bump only for package midway-core
1984
+
1985
+
1986
+
1987
+
1988
+
1989
+ ## [1.11.2](https://github.com/midwayjs/midway/compare/v1.11.1...v1.11.2) (2019-08-30)
1990
+
1991
+ **Note:** Version bump only for package midway-core
1992
+
1993
+
1994
+
1995
+
1996
+
1997
+ ## [1.10.8](https://github.com/midwayjs/midway/compare/v1.10.7...v1.10.8) (2019-08-03)
1998
+
1999
+ **Note:** Version bump only for package midway-core
2000
+
2001
+
2002
+
2003
+
2004
+
2005
+ ## [1.10.7](https://github.com/midwayjs/midway/compare/v1.10.6...v1.10.7) (2019-08-03)
2006
+
2007
+ **Note:** Version bump only for package midway-core
2008
+
2009
+
2010
+
2011
+
2012
+
2013
+ ## [1.10.5](https://github.com/midwayjs/midway/compare/v1.10.4...v1.10.5) (2019-07-30)
2014
+
2015
+ **Note:** Version bump only for package midway-core
2016
+
2017
+
2018
+
2019
+
2020
+
2021
+ ## [1.10.2](https://github.com/midwayjs/midway/compare/v1.10.1...v1.10.2) (2019-07-20)
2022
+
2023
+ **Note:** Version bump only for package midway-core
2024
+
2025
+
2026
+
2027
+
2028
+
2029
+ # [1.9.0](https://github.com/midwayjs/midway/compare/v1.8.0...v1.9.0) (2019-07-13)
2030
+
2031
+ **Note:** Version bump only for package midway-core
2032
+
2033
+
2034
+
2035
+
2036
+
2037
+ # [1.8.0](https://github.com/midwayjs/midway/compare/v1.7.0...v1.8.0) (2019-06-29)
2038
+
2039
+ **Note:** Version bump only for package midway-core
2040
+
2041
+
2042
+
2043
+
2044
+
2045
+ # [1.7.0](https://github.com/midwayjs/midway/compare/v1.6.3...v1.7.0) (2019-06-25)
2046
+
2047
+ **Note:** Version bump only for package midway-core
2048
+
2049
+
2050
+
2051
+
2052
+
2053
+ ## [1.6.3](https://github.com/midwayjs/midway/compare/v1.6.2...v1.6.3) (2019-06-13)
2054
+
2055
+ **Note:** Version bump only for package midway-core
2056
+
2057
+
2058
+
2059
+
2060
+
2061
+ ## [1.5.6](https://github.com/midwayjs/midway/compare/v1.5.5...v1.5.6) (2019-05-13)
2062
+
2063
+ **Note:** Version bump only for package midway-core
2064
+
2065
+
2066
+
2067
+
2068
+
2069
+ ## [1.5.5](https://github.com/midwayjs/midway/compare/v1.5.4...v1.5.5) (2019-05-13)
2070
+
2071
+ **Note:** Version bump only for package midway-core
2072
+
2073
+
2074
+
2075
+
2076
+
2077
+ ## [1.5.2](https://github.com/midwayjs/midway/compare/v1.5.1...v1.5.2) (2019-04-29)
2078
+
2079
+ **Note:** Version bump only for package midway-core
2080
+
2081
+
2082
+
2083
+
2084
+
2085
+ # [1.5.0](https://github.com/midwayjs/midway/compare/v1.4.10...v1.5.0) (2019-04-11)
2086
+
2087
+ **Note:** Version bump only for package midway-core
2088
+
2089
+
2090
+
2091
+
2092
+
2093
+ ## [1.4.9](https://github.com/midwayjs/midway/compare/v1.4.8...v1.4.9) (2019-03-11)
2094
+
2095
+
2096
+ ### Bug Fixes
2097
+
2098
+ * fix loadDir default path ([9defd2d](https://github.com/midwayjs/midway/commit/9defd2d))
2099
+
2100
+
2101
+
2102
+
2103
+
2104
+ ## [1.4.8](https://github.com/midwayjs/midway/compare/v1.4.7...v1.4.8) (2019-03-11)
2105
+
2106
+ **Note:** Version bump only for package midway-core
2107
+
2108
+
2109
+
2110
+
2111
+
2112
+ ## [1.4.7](https://github.com/midwayjs/midway/compare/v1.4.6...v1.4.7) (2019-03-08)
2113
+
2114
+ **Note:** Version bump only for package midway-core
2115
+
2116
+
2117
+
2118
+
2119
+
2120
+ ## [1.4.6](https://github.com/midwayjs/midway/compare/v1.4.5...v1.4.6) (2019-03-07)
2121
+
2122
+ **Note:** Version bump only for package midway-core
2123
+
2124
+
2125
+
2126
+
2127
+
2128
+ ## [1.4.5](https://github.com/midwayjs/midway/compare/v1.4.4...v1.4.5) (2019-03-06)
2129
+
2130
+ **Note:** Version bump only for package midway-core
2131
+
2132
+
2133
+
2134
+
2135
+
2136
+ ## [1.4.4](https://github.com/midwayjs/midway/compare/v1.4.3...v1.4.4) (2019-03-06)
2137
+
2138
+ **Note:** Version bump only for package midway-core
2139
+
2140
+
2141
+
2142
+
2143
+
2144
+ ## [1.4.3](https://github.com/midwayjs/midway/compare/v1.4.2...v1.4.3) (2019-03-01)
2145
+
2146
+ **Note:** Version bump only for package midway-core
2147
+
2148
+
2149
+
2150
+
2151
+
2152
+ ## [1.4.1](https://github.com/midwayjs/midway/compare/v1.4.0...v1.4.1) (2019-02-27)
2153
+
2154
+ **Note:** Version bump only for package midway-core
2155
+
2156
+
2157
+
2158
+
2159
+
2160
+ ## [1.3.2](https://github.com/midwayjs/midway/compare/v1.3.1...v1.3.2) (2019-02-22)
2161
+
2162
+ **Note:** Version bump only for package midway-core
2163
+
2164
+
2165
+
2166
+
2167
+
2168
+ # [1.3.0](https://github.com/midwayjs/midway/compare/v1.2.4...v1.3.0) (2019-02-12)
2169
+
2170
+ **Note:** Version bump only for package midway-core
2171
+
2172
+
2173
+
2174
+
2175
+
2176
+ ## [1.2.3](https://github.com/midwayjs/midway/compare/v1.2.2...v1.2.3) (2019-02-01)
2177
+
2178
+
2179
+ ### Bug Fixes
2180
+
2181
+ * fix lint ([d9e1ab9](https://github.com/midwayjs/midway/commit/d9e1ab9))
2182
+ * fix more lint ([12873dc](https://github.com/midwayjs/midway/commit/12873dc))
2183
+
2184
+
2185
+
2186
+
2187
+
2188
+ ## [1.2.2](https://github.com/midwayjs/midway/compare/v1.2.1...v1.2.2) (2019-01-30)
2189
+
2190
+
2191
+ ### Bug Fixes
2192
+
2193
+ * import router to fix core ([71a2f61](https://github.com/midwayjs/midway/commit/71a2f61))
2194
+
2195
+
2196
+
2197
+
2198
+
2199
+ ## [1.2.1](https://github.com/midwayjs/midway/compare/v1.2.0...v1.2.1) (2019-01-30)
2200
+
2201
+ **Note:** Version bump only for package midway-core
2202
+
2203
+
2204
+
2205
+
2206
+
2207
+ # [1.2.0](https://github.com/midwayjs/midway/compare/v1.1.2...v1.2.0) (2019-01-29)
2208
+
2209
+
2210
+ ### Features
2211
+
2212
+ * midway-mock支持applicationContext获取ctx依赖注入,支持mock IoC容器中的对象方法 ([4f07c6d](https://github.com/midwayjs/midway/commit/4f07c6d))
2213
+
2214
+
2215
+
2216
+
2217
+
2218
+ # [1.1.0](https://github.com/midwayjs/midway/compare/v1.0.5...v1.1.0) (2019-01-23)
2219
+
2220
+ **Note:** Version bump only for package midway-core
2221
+
2222
+
2223
+
2224
+
2225
+
2226
+ ## [1.0.5](https://github.com/midwayjs/midway/compare/v1.0.4...v1.0.5) (2019-01-07)
2227
+
2228
+
2229
+ ### Bug Fixes
2230
+
2231
+ * add appDir in appInfo ([4399aba](https://github.com/midwayjs/midway/commit/4399aba))
2232
+
2233
+
2234
+
2235
+
2236
+
2237
+ ## [1.0.2](https://github.com/midwayjs/midway/compare/v1.0.1...v1.0.2) (2018-12-26)
2238
+
2239
+ **Note:** Version bump only for package midway-core
2240
+
2241
+
2242
+
2243
+
2244
+
2245
+ ## [1.0.1](https://github.com/midwayjs/midway/compare/v1.0.0...v1.0.1) (2018-12-23)
2246
+
2247
+ **Note:** Version bump only for package midway-core
2248
+
2249
+
2250
+
2251
+
2252
+
2253
+ # [0.7.0](https://github.com/midwayjs/midway/compare/v0.6.5...v0.7.0) (2018-12-09)
2254
+
2255
+ **Note:** Version bump only for package midway-core
2256
+
2257
+
2258
+
2259
+
2260
+
2261
+ ## [0.6.5](https://github.com/midwayjs/midway/compare/v0.6.4...v0.6.5) (2018-11-27)
2262
+
2263
+ **Note:** Version bump only for package midway-core
2264
+
2265
+
2266
+
2267
+
2268
+
2269
+ ## [0.6.4](https://github.com/midwayjs/midway/compare/v0.6.3...v0.6.4) (2018-11-21)
2270
+
2271
+ **Note:** Version bump only for package midway-core
2272
+
2273
+
2274
+
2275
+
2276
+
2277
+ ## [0.6.3](https://github.com/midwayjs/midway/compare/v0.6.2...v0.6.3) (2018-11-20)
2278
+
2279
+ **Note:** Version bump only for package midway-core
2280
+
2281
+
2282
+
2283
+
2284
+
2285
+ ## [0.6.2](https://github.com/midwayjs/midway/compare/v0.6.1...v0.6.2) (2018-11-20)
2286
+
2287
+ **Note:** Version bump only for package midway-core
2288
+
2289
+
2290
+
2291
+
2292
+
2293
+ ## [0.6.1](https://github.com/midwayjs/midway/compare/v0.6.0...v0.6.1) (2018-11-19)
2294
+
2295
+
2296
+ ### Bug Fixes
2297
+
2298
+ * fix load order and user can cover default dir ([990ddcb](https://github.com/midwayjs/midway/commit/990ddcb))
2299
+
2300
+
2301
+
2302
+
2303
+
2304
+ # [0.6.0](https://github.com/midwayjs/midway/compare/v0.4.7...v0.6.0) (2018-11-15)
2305
+
2306
+ **Note:** Version bump only for package midway-core
2307
+
2308
+
2309
+
2310
+
2311
+
2312
+ # [0.5.0](https://github.com/midwayjs/midway/compare/v0.4.5...v0.5.0) (2018-11-15)
2313
+
2314
+ **Note:** Version bump only for package midway-core
2315
+
2316
+
2317
+ ## [0.4.7](https://github.com/midwayjs/midway/compare/v0.4.6...v0.4.7) (2018-11-15)
2318
+
2319
+
2320
+ ### Bug Fixes
2321
+
2322
+ * fix load dir bug in js mode ([8c148f3](https://github.com/midwayjs/midway/commit/8c148f3))
2323
+
2324
+
2325
+
2326
+
2327
+
2328
+ ## [0.4.6](https://github.com/midwayjs/midway/compare/v0.4.5...v0.4.6) (2018-11-14)
2329
+
2330
+
2331
+ ### Bug Fixes
2332
+
2333
+ * add ts autoload directory ([a6668fb](https://github.com/midwayjs/midway/commit/a6668fb))
2334
+ * fix dep map generator err in constructor inject ([9d7abe6](https://github.com/midwayjs/midway/commit/9d7abe6))
2335
+ * fix set app use defineProperty ([d94d5e9](https://github.com/midwayjs/midway/commit/d94d5e9))
2336
+
2337
+
2338
+
2339
+
2340
+ ## [0.4.5](https://github.com/midwayjs/midway/compare/v0.4.4...v0.4.5) (2018-11-05)
2341
+
2342
+
2343
+ ### Bug Fixes
2344
+
2345
+ * fix app.root ([33d730c](https://github.com/midwayjs/midway/commit/33d730c))
2346
+
2347
+
2348
+
2349
+
2350
+
2351
+ <a name="0.4.4"></a>
2352
+ ## [0.4.4](https://github.com/midwayjs/midway/compare/v0.4.3...v0.4.4) (2018-10-23)
2353
+
2354
+
2355
+
2356
+
2357
+ **Note:** Version bump only for package midway-core
2358
+
2359
+ <a name="0.4.2"></a>
2360
+ ## [0.4.2](https://github.com/midwayjs/midway/compare/v0.4.1...v0.4.2) (2018-09-29)
2361
+
2362
+
2363
+
2364
+
2365
+ **Note:** Version bump only for package midway-core
2366
+
2367
+ <a name="0.4.1"></a>
2368
+ ## [0.4.1](https://github.com/midwayjs/midway/compare/v0.4.0...v0.4.1) (2018-09-28)
2369
+
2370
+
2371
+
2372
+
2373
+ **Note:** Version bump only for package midway-core
2374
+
2375
+ <a name="0.3.8"></a>
2376
+ ## [0.3.8](https://github.com/midwayjs/midway/compare/v0.3.7...v0.3.8) (2018-09-25)
2377
+
2378
+
2379
+
2380
+
2381
+ **Note:** Version bump only for package midway-core
2382
+
2383
+ <a name="0.3.5"></a>
2384
+ ## [0.3.5](https://github.com/midwayjs/midway/compare/v0.3.4...v0.3.5) (2018-09-06)
2385
+
2386
+
2387
+
2388
+
2389
+ **Note:** Version bump only for package midway-core
2390
+
2391
+ <a name="0.3.3"></a>
2392
+ ## [0.3.3](https://github.com/midwayjs/midway/compare/v0.3.2...v0.3.3) (2018-09-04)
2393
+
2394
+
2395
+ ### Bug Fixes
2396
+
2397
+ * midway-mock export fix and request scope refactor ([c88b17e](https://github.com/midwayjs/midway/commit/c88b17e))
2398
+
2399
+
2400
+
2401
+
2402
+ <a name="0.3.2"></a>
2403
+ ## [0.3.2](https://github.com/midwayjs/midway/compare/v0.3.1...v0.3.2) (2018-08-30)
2404
+
2405
+
2406
+
2407
+
2408
+ **Note:** Version bump only for package midway-core
2409
+
2410
+ <a name="0.3.1"></a>
2411
+ ## [0.3.1](https://github.com/midwayjs/midway/compare/v0.3.0...v0.3.1) (2018-08-30)
2412
+
2413
+
2414
+
2415
+
2416
+ **Note:** Version bump only for package midway-core
2417
+
2418
+ <a name="0.3.0"></a>
2419
+ # [0.3.0](https://github.com/midwayjs/midway/compare/v0.2.10...v0.3.0) (2018-08-29)
2420
+
2421
+
2422
+
2423
+
2424
+ **Note:** Version bump only for package midway-core
2425
+
2426
+ <a name="0.2.10"></a>
2427
+ ## [0.2.10](https://github.com/midwayjs/midway/compare/v0.2.9...v0.2.10) (2018-08-20)
2428
+
2429
+ **Note:** Version bump only for package midway-core
2430
+
2431
+
2432
+
2433
+
2434
+
2435
+ <a name="0.2.9"></a>
2436
+ ## [0.2.9](https://github.com/midwayjs/midway/compare/v0.2.8...v0.2.9) (2018-08-16)
2437
+
2438
+
2439
+ ### Bug Fixes
2440
+
2441
+ * set appDir before setServerEnv ([6b418ca](https://github.com/midwayjs/midway/commit/6b418ca))
2442
+
2443
+
2444
+
2445
+
2446
+
2447
+ <a name="0.2.8"></a>
2448
+ ## [0.2.8](https://github.com/midwayjs/midway/compare/v0.2.7...v0.2.8) (2018-08-15)
2449
+
2450
+ **Note:** Version bump only for package midway-core
2451
+
2452
+
2453
+
2454
+
2455
+
2456
+ <a name="0.2.7"></a>
2457
+ ## [0.2.7](https://github.com/midwayjs/midway/compare/v0.2.6...v0.2.7) (2018-08-10)
2458
+
2459
+ **Note:** Version bump only for package midway-core
2460
+
2461
+
2462
+
2463
+
2464
+
2465
+ <a name="0.2.4"></a>
2466
+ ## [0.2.4](https://github.com/midwayjs/midway/compare/v0.2.3...v0.2.4) (2018-08-06)
2467
+
2468
+
2469
+
2470
+
2471
+ **Note:** Version bump only for package midway-core
2472
+
2473
+ <a name="0.2.3"></a>
2474
+ ## [0.2.3](https://github.com/midwayjs/midway/compare/v0.2.2...v0.2.3) (2018-08-03)
2475
+
2476
+
2477
+ ### Bug Fixes
2478
+
2479
+ * remove nyc config ([58f99de](https://github.com/midwayjs/midway/commit/58f99de))
2480
+
2481
+
2482
+
2483
+
2484
+ <a name="0.2.2"></a>
2485
+ ## [0.2.2](https://github.com/midwayjs/midway/compare/v0.2.1...v0.2.2) (2018-08-03)
2486
+
2487
+
2488
+ ### Bug Fixes
2489
+
2490
+ * source map include local path ([a8acb01](https://github.com/midwayjs/midway/commit/a8acb01))
2491
+
2492
+
2493
+
2494
+
2495
+ <a name="0.2.1"></a>
2496
+ ## [0.2.1](https://github.com/midwayjs/midway/compare/v0.2.0...v0.2.1) (2018-08-03)
2497
+
2498
+
2499
+
2500
+
2501
+ **Note:** Version bump only for package midway-core
2502
+
2503
+ <a name="0.2.0"></a>
2504
+ # [0.2.0](https://github.com/midwayjs/midway/compare/v0.1.6...v0.2.0) (2018-08-01)
2505
+
2506
+
2507
+ ### Bug Fixes
2508
+
2509
+ * any ([1ec5900](https://github.com/midwayjs/midway/commit/1ec5900))
2510
+ * chai not add ([e9c3342](https://github.com/midwayjs/midway/commit/e9c3342))
2511
+
2512
+
2513
+ ### Features
2514
+
2515
+ * add container disableAutoLoad, disable auto scan and load class ([9c1357a](https://github.com/midwayjs/midway/commit/9c1357a))
2516
+ * custom loadDir ignore pattern from config file & add test case ([5a49928](https://github.com/midwayjs/midway/commit/5a49928))
2517
+
2518
+
2519
+
2520
+
2521
+ <a name="0.1.6"></a>
2522
+ ## [0.1.6](https://github.com/midwayjs/midway/compare/v0.1.5...v0.1.6) (2018-07-30)
2523
+
2524
+
2525
+
2526
+
2527
+ **Note:** Version bump only for package midway-core
2528
+
2529
+ <a name="0.2.0-alpha.1663751b"></a>
2530
+ # [0.2.0-alpha.1663751b](https://github.com/midwayjs/midway/compare/v0.1.5...v0.2.0-alpha.1663751b) (2018-07-30)
2531
+
2532
+
2533
+
2534
+
2535
+ **Note:** Version bump only for package midway-core
2536
+
2537
+ <a name="0.1.5"></a>
2538
+ ## [0.1.5](https://github.com/midwayjs/midway/compare/v0.1.4...v0.1.5) (2018-07-30)
2539
+
2540
+
2541
+
2542
+
2543
+ **Note:** Version bump only for package midway-core
2544
+
2545
+ <a name="0.1.4"></a>
2546
+ ## [0.1.4](https://github.com/midwayjs/midway/compare/v0.1.3...v0.1.4) (2018-07-30)
2547
+
2548
+
2549
+
2550
+
2551
+ **Note:** Version bump only for package midway-core