@midwayjs/decorator 3.0.0-beta.6 → 3.0.0

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 DELETED
@@ -1,1335 +0,0 @@
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.0.0-beta.6](https://github.com/midwayjs/midway/compare/v3.0.0-beta.5...v3.0.0-beta.6) (2021-11-26)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * class transformer method missing ([#1387](https://github.com/midwayjs/midway/issues/1387)) ([074e839](https://github.com/midwayjs/midway/commit/074e8393598dc95e2742f735df75a2191c5fe25d))
12
-
13
-
14
-
15
-
16
-
17
- # [3.0.0-beta.5](https://github.com/midwayjs/midway/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2021-11-25)
18
-
19
-
20
- ### Bug Fixes
21
-
22
- * [@match](https://github.com/match) empty args ([#1384](https://github.com/midwayjs/midway/issues/1384)) ([6f90fc9](https://github.com/midwayjs/midway/commit/6f90fc993ff01e078288ff664833c61c02dede51))
23
-
24
-
25
-
26
-
27
-
28
- # [3.0.0-beta.4](https://github.com/midwayjs/midway/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2021-11-24)
29
-
30
-
31
- ### Features
32
-
33
- * add i18n ([#1375](https://github.com/midwayjs/midway/issues/1375)) ([bffefe0](https://github.com/midwayjs/midway/commit/bffefe07afe45777d49b5a76b9ab17fc2b9d9a55))
34
- * auto transform args to type ([#1372](https://github.com/midwayjs/midway/issues/1372)) ([bb3f7d2](https://github.com/midwayjs/midway/commit/bb3f7d2028a034e1926d9df554849332354c3762))
35
- * support global prefix url ([#1371](https://github.com/midwayjs/midway/issues/1371)) ([cc5fe44](https://github.com/midwayjs/midway/commit/cc5fe44e1d221590562dc71e1f33ae96093e0da7))
36
-
37
-
38
-
39
-
40
-
41
- # [3.0.0-beta.3](https://github.com/midwayjs/midway/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2021-11-18)
42
-
43
- **Note:** Version bump only for package @midwayjs/decorator
44
-
45
-
46
-
47
-
48
-
49
- # [3.0.0-beta.2](https://github.com/midwayjs/midway/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2021-11-16)
50
-
51
-
52
- ### Bug Fixes
53
-
54
- * middleware decorator missing ([#1366](https://github.com/midwayjs/midway/issues/1366)) ([5f9a8c1](https://github.com/midwayjs/midway/commit/5f9a8c1f7cdd940f785f6c9871fb67b9738de940))
55
-
56
-
57
-
58
-
59
-
60
- # [3.0.0-beta.1](https://github.com/midwayjs/midway/compare/v2.12.4...v3.0.0-beta.1) (2021-11-14)
61
-
62
-
63
- ### Features
64
-
65
- * merge DTO Helper for [#1250](https://github.com/midwayjs/midway/issues/1250) ([#1288](https://github.com/midwayjs/midway/issues/1288)) ([3f8f937](https://github.com/midwayjs/midway/commit/3f8f93765a66f49940565231d50405a7dbd593c7))
66
-
67
-
68
-
69
-
70
-
71
- ## [2.12.3](https://github.com/midwayjs/midway/compare/v2.12.2...v2.12.3) (2021-08-09)
72
-
73
-
74
- ### Bug Fixes
75
-
76
- * decorator manager singleton ([#1211](https://github.com/midwayjs/midway/issues/1211)) ([7e9150e](https://github.com/midwayjs/midway/commit/7e9150ef6805389a1a550361f78e3bb997ae9196))
77
-
78
-
79
- ### Features
80
-
81
- * support object config load and async config ([#1212](https://github.com/midwayjs/midway/issues/1212)) ([a035ccb](https://github.com/midwayjs/midway/commit/a035ccbb513b0ba423bd2b48bc228b5e916c89e8))
82
-
83
-
84
-
85
-
86
-
87
- ## [2.11.5](https://github.com/midwayjs/midway/compare/v2.11.4...v2.11.5) (2021-07-15)
88
-
89
-
90
- ### Bug Fixes
91
-
92
- * add missing arg "groupBy?" at exported attachPropertyDataToClass in decoratorManager ([#1146](https://github.com/midwayjs/midway/issues/1146)) ([f4f7a55](https://github.com/midwayjs/midway/commit/f4f7a55d9329cd9167b5a5aa2b58a29db16e1e23))
93
-
94
-
95
-
96
-
97
-
98
- ## [2.11.1](https://github.com/midwayjs/midway/compare/v2.11.0...v2.11.1) (2021-06-19)
99
-
100
- **Note:** Version bump only for package @midwayjs/decorator
101
-
102
-
103
-
104
-
105
-
106
- # [2.11.0](https://github.com/midwayjs/midway/compare/v2.10.19...v2.11.0) (2021-06-10)
107
-
108
-
109
- ### Bug Fixes
110
-
111
- * rabbitmq reconnection and test ([#1012](https://github.com/midwayjs/midway/issues/1012)) ([c2bea86](https://github.com/midwayjs/midway/commit/c2bea861430a13e53e5b100ea3935f20889c1fff))
112
- * rule required options ([#1000](https://github.com/midwayjs/midway/issues/1000)) ([d76e9f7](https://github.com/midwayjs/midway/commit/d76e9f7473bfe79ff6f07452a2ebad74cce19981))
113
-
114
-
115
- ### Features
116
-
117
- * add ws support ([#1058](https://github.com/midwayjs/midway/issues/1058)) ([e73cfcb](https://github.com/midwayjs/midway/commit/e73cfcb0ede82244a4eb8fe7c7612adf5586f47d))
118
-
119
-
120
-
121
-
122
-
123
- ## [2.10.18](https://github.com/midwayjs/midway/compare/v2.10.17...v2.10.18) (2021-05-26)
124
-
125
-
126
- ### Features
127
-
128
- * add decorator metadata ([#1072](https://github.com/midwayjs/midway/issues/1072)) ([db4de9c](https://github.com/midwayjs/midway/commit/db4de9cd787bdbe1effca61dfe162f6678ad5d66))
129
- * add zlib logger file ([#1038](https://github.com/midwayjs/midway/issues/1038)) ([2ae9131](https://github.com/midwayjs/midway/commit/2ae9131b8c8745d2840c40a5d50aa2d3f73bafbf))
130
-
131
-
132
-
133
-
134
-
135
- ## [2.10.14](https://github.com/midwayjs/midway/compare/v2.10.13...v2.10.14) (2021-05-11)
136
-
137
-
138
- ### Bug Fixes
139
-
140
- * serverless app more method ([#1034](https://github.com/midwayjs/midway/issues/1034)) ([9c44c3f](https://github.com/midwayjs/midway/commit/9c44c3f58930d0c12464d00eceee93cb9e7aaa62))
141
-
142
-
143
-
144
-
145
-
146
- ## [2.10.12](https://github.com/midwayjs/midway/compare/v2.10.11...v2.10.12) (2021-05-07)
147
-
148
-
149
- ### Bug Fixes
150
-
151
- * use egg-logger got empty logger ([#1031](https://github.com/midwayjs/midway/issues/1031)) ([4077c70](https://github.com/midwayjs/midway/commit/4077c70a71507477c7a5fa15449771cc395bc0c0))
152
-
153
-
154
-
155
-
156
-
157
- ## [2.10.8](https://github.com/midwayjs/midway/compare/v2.10.7...v2.10.8) (2021-04-21)
158
-
159
- **Note:** Version bump only for package @midwayjs/decorator
160
-
161
-
162
-
163
-
164
-
165
- ## [2.10.7](https://github.com/midwayjs/midway/compare/v2.10.6...v2.10.7) (2021-04-17)
166
-
167
-
168
- ### Bug Fixes
169
-
170
- * add event name args ([#986](https://github.com/midwayjs/midway/issues/986)) ([bfd8232](https://github.com/midwayjs/midway/commit/bfd82320aee8600d8fa30bd2821a0e68c80fd755))
171
- * add midway case for egg-layer and add warn for DecoratorManager ([#994](https://github.com/midwayjs/midway/issues/994)) ([3d601aa](https://github.com/midwayjs/midway/commit/3d601aa19104081870eb32ba09170357a9da4d03))
172
- * format ([#997](https://github.com/midwayjs/midway/issues/997)) ([456cc14](https://github.com/midwayjs/midway/commit/456cc14513bdb000d1aa3130e9719caf7a8a803f))
173
-
174
-
175
-
176
-
177
-
178
- ## [2.10.3](https://github.com/midwayjs/midway/compare/v2.10.2...v2.10.3) (2021-04-07)
179
-
180
- **Note:** Version bump only for package @midwayjs/decorator
181
-
182
-
183
-
184
-
185
-
186
- ## [2.10.2](https://github.com/midwayjs/midway/compare/v2.10.1...v2.10.2) (2021-04-05)
187
-
188
-
189
- ### Bug Fixes
190
-
191
- * serverless event test ([#967](https://github.com/midwayjs/midway/issues/967)) ([e0c15e3](https://github.com/midwayjs/midway/commit/e0c15e316c2813fd574f38bdf6a16a339bfede18))
192
-
193
-
194
-
195
-
196
-
197
- # [2.10.0](https://github.com/midwayjs/midway/compare/v2.9.3...v2.10.0) (2021-04-02)
198
-
199
-
200
- ### Features
201
-
202
- * use @ServerlessTrigger replace functions in f.yml ([#919](https://github.com/midwayjs/midway/issues/919)) ([a85af14](https://github.com/midwayjs/midway/commit/a85af14e06231e8cd82eff8755794ffd13c3ad95))
203
-
204
-
205
-
206
-
207
-
208
- ## [2.9.2](https://github.com/midwayjs/midway/compare/v2.9.1...v2.9.2) (2021-03-27)
209
-
210
-
211
- ### Bug Fixes
212
-
213
- * missing namespace requestContainer ([#942](https://github.com/midwayjs/midway/issues/942)) ([92e4ee6](https://github.com/midwayjs/midway/commit/92e4ee638d657677b1295bb71c033471b850990b))
214
-
215
-
216
-
217
-
218
-
219
- ## [2.9.1](https://github.com/midwayjs/midway/compare/v2.9.0...v2.9.1) (2021-03-24)
220
-
221
- **Note:** Version bump only for package @midwayjs/decorator
222
-
223
-
224
-
225
-
226
-
227
- # [2.9.0](https://github.com/midwayjs/midway/compare/v2.8.13...v2.9.0) (2021-03-22)
228
-
229
-
230
- ### Features
231
-
232
- * add socket.io-redis support ([#874](https://github.com/midwayjs/midway/issues/874)) ([2818920](https://github.com/midwayjs/midway/commit/2818920b9d3391c81666c5b8587a899b9b237d9e))
233
- * run multi framework in one process ([#925](https://github.com/midwayjs/midway/issues/925)) ([330555f](https://github.com/midwayjs/midway/commit/330555f93b9af2a783771edd58bb9431a325938f))
234
- * support bootstrap load config first ([#931](https://github.com/midwayjs/midway/issues/931)) ([ae9ed26](https://github.com/midwayjs/midway/commit/ae9ed261aacdb483d3a9a612be79fff384503bcc))
235
-
236
-
237
-
238
-
239
-
240
- ## [2.8.11](https://github.com/midwayjs/midway/compare/v2.8.10...v2.8.11) (2021-03-12)
241
-
242
-
243
- ### Bug Fixes
244
-
245
- * validator class extends ([#896](https://github.com/midwayjs/midway/issues/896)) ([ea2edfe](https://github.com/midwayjs/midway/commit/ea2edfe86f19de983dc634c2e53d750feec906ee))
246
-
247
-
248
-
249
-
250
-
251
- ## [2.8.4](https://github.com/midwayjs/midway/compare/v2.8.3...v2.8.4) (2021-03-03)
252
-
253
-
254
- ### Bug Fixes
255
-
256
- * multi framework run configuration ([db98d6a](https://github.com/midwayjs/midway/commit/db98d6aba820aa86982b491835bb4167b3a1b6b2))
257
- * property decorator and class decorator extends ([#845](https://github.com/midwayjs/midway/issues/845)) ([8d0227d](https://github.com/midwayjs/midway/commit/8d0227dfe946af6fefa832d574cdcfe976ed8ce2))
258
-
259
-
260
- ### Features
261
-
262
- * add conflictCheck ([2e08976](https://github.com/midwayjs/midway/commit/2e0897671fd4cb4b36ab351b626347e2f17ace56))
263
- * add conflictCheck ([a892223](https://github.com/midwayjs/midway/commit/a8922234abb2c585d59e37aaa443b14d73a14b2f))
264
-
265
-
266
-
267
-
268
-
269
- ## [2.8.3](https://github.com/midwayjs/midway/compare/v2.8.2...v2.8.3) (2021-03-01)
270
-
271
-
272
- ### Bug Fixes
273
-
274
- * inject definition bug ([#878](https://github.com/midwayjs/midway/issues/878)) ([e11a057](https://github.com/midwayjs/midway/commit/e11a057d25f5205f3641f89e9c8ecd201a2bfdc7))
275
-
276
-
277
-
278
-
279
-
280
- ## [2.8.2](https://github.com/midwayjs/midway/compare/v2.8.0...v2.8.2) (2021-02-27)
281
-
282
-
283
- ### Features
284
-
285
- * support fun router ([#867](https://github.com/midwayjs/midway/issues/867)) ([01e673f](https://github.com/midwayjs/midway/commit/01e673f50d48d302e449ab88c2e419bcaeab1458))
286
-
287
-
288
-
289
-
290
-
291
- # [2.8.0](https://github.com/midwayjs/midway/compare/v2.7.7...v2.8.0) (2021-02-24)
292
-
293
-
294
- ### Features
295
-
296
- * add router collector and export router table ([#852](https://github.com/midwayjs/midway/issues/852)) ([3641ac9](https://github.com/midwayjs/midway/commit/3641ac9c78ed9888525ce0c87415b961d4602fa8))
297
- * support gRPC stream API ([#855](https://github.com/midwayjs/midway/issues/855)) ([bd51c46](https://github.com/midwayjs/midway/commit/bd51c46a1986d9a0666d6af2a1f053ad74560dcc))
298
- * support inject by class ([#832](https://github.com/midwayjs/midway/issues/832)) ([ba5364f](https://github.com/midwayjs/midway/commit/ba5364fcdf9b83c5f778bb7e18d48b821be8f25b))
299
- * support queries decorator ([#858](https://github.com/midwayjs/midway/issues/858)) ([ddb080b](https://github.com/midwayjs/midway/commit/ddb080bbba0b24a4c1f826d8552966275f31ebeb))
300
-
301
-
302
-
303
-
304
-
305
- ## [2.7.5](https://github.com/midwayjs/midway/compare/v2.7.4...v2.7.5) (2021-02-08)
306
-
307
-
308
- ### Features
309
-
310
- * add configuration functional support ([#843](https://github.com/midwayjs/midway/issues/843)) ([bfaa0aa](https://github.com/midwayjs/midway/commit/bfaa0aad9e8ce667a4bb98af60f1c706e09e7810))
311
-
312
-
313
-
314
-
315
-
316
- # [2.7.0](https://github.com/midwayjs/midway/compare/v2.6.13...v2.7.0) (2021-01-27)
317
-
318
-
319
- ### Features
320
-
321
- * add midway gRPC framework ([#786](https://github.com/midwayjs/midway/issues/786)) ([d90362c](https://github.com/midwayjs/midway/commit/d90362c6bf15c00621ffc2981f19842f216395f8))
322
- * support entry file in bootstrap ([#819](https://github.com/midwayjs/midway/issues/819)) ([49a5ff6](https://github.com/midwayjs/midway/commit/49a5ff662134bdd42dc3a80738b44a05138f8f7c))
323
-
324
-
325
-
326
-
327
-
328
- ## [2.6.8](https://github.com/midwayjs/midway/compare/v2.6.7...v2.6.8) (2021-01-06)
329
-
330
- **Note:** Version bump only for package @midwayjs/decorator
331
-
332
-
333
-
334
-
335
-
336
- ## [2.6.7](https://github.com/midwayjs/midway/compare/v2.6.6...v2.6.7) (2021-01-05)
337
-
338
- **Note:** Version bump only for package @midwayjs/decorator
339
-
340
-
341
-
342
-
343
-
344
- ## [2.6.6](https://github.com/midwayjs/midway/compare/v2.6.5...v2.6.6) (2021-01-04)
345
-
346
- **Note:** Version bump only for package @midwayjs/decorator
347
-
348
-
349
-
350
-
351
-
352
- ## [2.6.5](https://github.com/midwayjs/midway/compare/v2.6.4...v2.6.5) (2021-01-04)
353
-
354
- **Note:** Version bump only for package @midwayjs/decorator
355
-
356
-
357
-
358
-
359
-
360
- ## [2.6.4](https://github.com/midwayjs/midway/compare/v2.6.3...v2.6.4) (2021-01-02)
361
-
362
- **Note:** Version bump only for package @midwayjs/decorator
363
-
364
-
365
-
366
-
367
-
368
- ## [2.6.3](https://github.com/midwayjs/midway/compare/v2.6.2...v2.6.3) (2020-12-30)
369
-
370
- **Note:** Version bump only for package @midwayjs/decorator
371
-
372
-
373
-
374
-
375
-
376
- ## [2.6.2](https://github.com/midwayjs/midway/compare/v2.6.1...v2.6.2) (2020-12-30)
377
-
378
- **Note:** Version bump only for package @midwayjs/decorator
379
-
380
-
381
-
382
-
383
-
384
- ## [2.6.1](https://github.com/midwayjs/midway/compare/v2.6.0...v2.6.1) (2020-12-29)
385
-
386
- **Note:** Version bump only for package @midwayjs/decorator
387
-
388
-
389
-
390
-
391
-
392
- # [2.6.0](https://github.com/midwayjs/midway/compare/v2.5.5...v2.6.0) (2020-12-28)
393
-
394
-
395
- ### Features
396
-
397
- * add midway logger ([#743](https://github.com/midwayjs/midway/issues/743)) ([13e8cc7](https://github.com/midwayjs/midway/commit/13e8cc753d994e6f9f073688e22527f75d39984a))
398
-
399
-
400
-
401
-
402
-
403
- ## [2.4.7](https://github.com/midwayjs/midway/compare/v2.4.6...v2.4.7) (2020-11-23)
404
-
405
- **Note:** Version bump only for package @midwayjs/decorator
406
-
407
-
408
-
409
-
410
-
411
- ## [2.4.5](https://github.com/midwayjs/midway/compare/v2.4.4...v2.4.5) (2020-11-19)
412
-
413
-
414
- ### Bug Fixes
415
-
416
- * get function args error ([#725](https://github.com/midwayjs/midway/issues/725)) ([7ec5317](https://github.com/midwayjs/midway/commit/7ec531776efc65a84d60a7c55dc29ad4e08d999a))
417
-
418
-
419
-
420
-
421
-
422
- # [2.4.0](https://github.com/midwayjs/midway/compare/v2.3.23...v2.4.0) (2020-11-11)
423
-
424
-
425
- ### Features
426
-
427
- * support define custom egg framework ([#709](https://github.com/midwayjs/midway/issues/709)) ([f5baba1](https://github.com/midwayjs/midway/commit/f5baba18d10e3dc91ba9651effadd00b8f66cf8b))
428
-
429
-
430
-
431
-
432
-
433
- ## [2.3.23](https://github.com/midwayjs/midway/compare/v2.3.22...v2.3.23) (2020-11-03)
434
-
435
- **Note:** Version bump only for package @midwayjs/decorator
436
-
437
-
438
-
439
-
440
-
441
- ## [2.3.20](https://github.com/midwayjs/midway/compare/v2.3.19...v2.3.20) (2020-10-29)
442
-
443
-
444
- ### Bug Fixes
445
-
446
- * missing router options ([#689](https://github.com/midwayjs/midway/issues/689)) ([b1693b8](https://github.com/midwayjs/midway/commit/b1693b885a0804f4924616bf0bdafd98b4698d4e))
447
-
448
-
449
-
450
-
451
-
452
- ## [2.3.19](https://github.com/midwayjs/midway/compare/v2.3.18...v2.3.19) (2020-10-28)
453
-
454
- **Note:** Version bump only for package @midwayjs/decorator
455
-
456
-
457
-
458
-
459
-
460
- ## [2.3.18](https://github.com/midwayjs/midway/compare/v2.3.17...v2.3.18) (2020-10-27)
461
-
462
-
463
- ### Bug Fixes
464
-
465
- * configuration inject plugin and more in production environment ([#680](https://github.com/midwayjs/midway/issues/680)) ([41bce5d](https://github.com/midwayjs/midway/commit/41bce5d8a60a6fde61ff62794612eecff2e260ed))
466
-
467
-
468
-
469
-
470
-
471
- ## [2.3.17](https://github.com/midwayjs/midway/compare/v2.3.16...v2.3.17) (2020-10-22)
472
-
473
- **Note:** Version bump only for package @midwayjs/decorator
474
-
475
-
476
-
477
-
478
-
479
- ## [2.3.15](https://github.com/midwayjs/midway/compare/v2.3.14...v2.3.15) (2020-10-15)
480
-
481
- **Note:** Version bump only for package @midwayjs/decorator
482
-
483
-
484
-
485
-
486
-
487
- ## [2.3.13](https://github.com/midwayjs/midway/compare/v2.3.12...v2.3.13) (2020-10-13)
488
-
489
-
490
- ### Bug Fixes
491
-
492
- * [@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))
493
-
494
-
495
-
496
-
497
-
498
- ## [2.3.11](https://github.com/midwayjs/midway/compare/v2.3.10...v2.3.11) (2020-10-08)
499
-
500
- **Note:** Version bump only for package @midwayjs/decorator
501
-
502
-
503
-
504
-
505
-
506
- ## [2.3.10](https://github.com/midwayjs/midway/compare/v2.3.9...v2.3.10) (2020-10-08)
507
-
508
-
509
- ### Features
510
-
511
- * 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))
512
-
513
-
514
-
515
-
516
-
517
- ## [2.3.9](https://github.com/midwayjs/midway/compare/v2.3.8...v2.3.9) (2020-10-05)
518
-
519
- **Note:** Version bump only for package @midwayjs/decorator
520
-
521
-
522
-
523
-
524
-
525
- ## [2.3.8](https://github.com/midwayjs/midway/compare/v2.3.7...v2.3.8) (2020-10-05)
526
-
527
- **Note:** Version bump only for package @midwayjs/decorator
528
-
529
-
530
-
531
-
532
-
533
- ## [2.3.7](https://github.com/midwayjs/midway/compare/v2.3.6...v2.3.7) (2020-10-04)
534
-
535
-
536
- ### Bug Fixes
537
-
538
- * transform type after validate ([#659](https://github.com/midwayjs/midway/issues/659)) ([2b30ba7](https://github.com/midwayjs/midway/commit/2b30ba77d0c897d84d8a6f3222b60c083ec3e869))
539
-
540
-
541
-
542
-
543
-
544
- ## [2.3.6](https://github.com/midwayjs/midway/compare/v2.3.4...v2.3.6) (2020-10-02)
545
-
546
-
547
- ### Bug Fixes
548
-
549
- * implement optional dep for amqplib in mock package ([#654](https://github.com/midwayjs/midway/issues/654)) ([3319872](https://github.com/midwayjs/midway/commit/33198727855ff042db7d96723992b49c632aa25d))
550
-
551
-
552
- ### Features
553
-
554
- * add request path and ip decorator ([#655](https://github.com/midwayjs/midway/issues/655)) ([3354c26](https://github.com/midwayjs/midway/commit/3354c263c92957fd68b90c383c33afc6ad9ae967))
555
-
556
-
557
-
558
-
559
-
560
- # [2.3.0](https://github.com/midwayjs/midway/compare/v2.2.10...v2.3.0) (2020-09-27)
561
-
562
-
563
- ### Features
564
-
565
- * add rabbitmq ([#647](https://github.com/midwayjs/midway/issues/647)) ([2c03eb4](https://github.com/midwayjs/midway/commit/2c03eb4f5e979d309048a11f17f7579a1d299ba1))
566
-
567
-
568
-
569
-
570
-
571
- ## [2.2.10](https://github.com/midwayjs/midway/compare/v2.2.9...v2.2.10) (2020-09-24)
572
-
573
-
574
- ### Bug Fixes
575
-
576
- * query decorator with empty args ([#646](https://github.com/midwayjs/midway/issues/646)) ([815e230](https://github.com/midwayjs/midway/commit/815e2308e8f40601ee3b94a3ccb2b1567dc03b9f))
577
-
578
-
579
-
580
-
581
-
582
- ## [2.2.9](https://github.com/midwayjs/midway/compare/v2.2.8...v2.2.9) (2020-09-24)
583
-
584
-
585
- ### Bug Fixes
586
-
587
- * remove sourcemap and src in dist ([#645](https://github.com/midwayjs/midway/issues/645)) ([e561a88](https://github.com/midwayjs/midway/commit/e561a88f4a70af15d4be3d5fe0bd39487677d4ce))
588
-
589
-
590
-
591
-
592
-
593
- ## [2.2.8](https://github.com/midwayjs/midway/compare/v2.2.7...v2.2.8) (2020-09-23)
594
-
595
-
596
- ### Bug Fixes
597
-
598
- * fix validate error ([e6e58d3](https://github.com/midwayjs/midway/commit/e6e58d371cbc52ddf51a7d03de48ef44b020aaa9))
599
-
600
-
601
-
602
-
603
-
604
- ## [2.2.7](https://github.com/midwayjs/midway/compare/v2.2.6...v2.2.7) (2020-09-20)
605
-
606
-
607
- ### Bug Fixes
608
-
609
- * WebMiddleare to IWebMiddleware ([e69cf28](https://github.com/midwayjs/midway/commit/e69cf286fa76ab3144404806c5cbbe8642cdcd61))
610
-
611
-
612
-
613
-
614
-
615
- ## [2.2.6](https://github.com/midwayjs/midway/compare/v2.2.5...v2.2.6) (2020-09-18)
616
-
617
-
618
- ### Features
619
-
620
- * add aop ([#640](https://github.com/midwayjs/midway/issues/640)) ([c3e15b3](https://github.com/midwayjs/midway/commit/c3e15b328c184318e364bf40d32fa4df6be2a30a))
621
-
622
-
623
-
624
-
625
-
626
- ## [2.2.5](https://github.com/midwayjs/midway/compare/v2.2.4...v2.2.5) (2020-09-17)
627
-
628
-
629
- ### Bug Fixes
630
-
631
- * move @types/joi to dependencies ([#638](https://github.com/midwayjs/midway/issues/638)) ([7c31164](https://github.com/midwayjs/midway/commit/7c31164ae8959b00213527c7fb384a07929790b9))
632
-
633
-
634
- ### Features
635
-
636
- * add generateMiddleware for express and faas ([bfcfc9a](https://github.com/midwayjs/midway/commit/bfcfc9a377f01026a459aaed35a3f0fdf0530f26))
637
- * add property for web params ([5c19644](https://github.com/midwayjs/midway/commit/5c1964482b4c8efe0ac23c3c1feb1f48ce5b7889))
638
- * use midway cli replace egg-bin ([#639](https://github.com/midwayjs/midway/issues/639)) ([62bbf38](https://github.com/midwayjs/midway/commit/62bbf3852899476600a0b594cb7dc274b05e29ec))
639
-
640
-
641
-
642
-
643
-
644
- ## [2.2.4](https://github.com/midwayjs/midway/compare/v2.2.3...v2.2.4) (2020-09-15)
645
-
646
- **Note:** Version bump only for package @midwayjs/decorator
647
-
648
-
649
-
650
-
651
-
652
- ## [2.2.3](https://github.com/midwayjs/midway/compare/v2.2.2...v2.2.3) (2020-09-14)
653
-
654
- **Note:** Version bump only for package @midwayjs/decorator
655
-
656
-
657
-
658
-
659
-
660
- ## [2.2.2](https://github.com/midwayjs/midway/compare/v2.2.1...v2.2.2) (2020-09-14)
661
-
662
-
663
- ### Bug Fixes
664
-
665
- * add missing typing dep ([083395f](https://github.com/midwayjs/midway/commit/083395f76709e4b5e8c32e7a9f89d839d8e16b5f))
666
-
667
-
668
-
669
-
670
-
671
- ## [2.2.1](https://github.com/midwayjs/midway/compare/v2.2.0...v2.2.1) (2020-09-14)
672
-
673
-
674
- ### Bug Fixes
675
-
676
- * add missing typing dep ([09a9473](https://github.com/midwayjs/midway/commit/09a9473d0ddc73b7e9e624e1bed1fe58691e36ec))
677
-
678
-
679
-
680
-
681
-
682
- # [2.2.0](https://github.com/midwayjs/midway/compare/v2.1.4...v2.2.0) (2020-09-13)
683
-
684
-
685
- ### Features
686
-
687
- * complete 2.x beta ([#630](https://github.com/midwayjs/midway/issues/630)) ([b23cd00](https://github.com/midwayjs/midway/commit/b23cd00fe9cefc9057a2284d38d5419773539206))
688
-
689
-
690
-
691
-
692
-
693
- ## [2.1.4](https://github.com/midwayjs/midway/compare/v2.1.3...v2.1.4) (2020-06-17)
694
-
695
-
696
- ### Bug Fixes
697
-
698
- * 2.x extends bug ([#498](https://github.com/midwayjs/midway/issues/498)) ([19ec029](https://github.com/midwayjs/midway/commit/19ec0292eedd94cb2e40e69af8897703fc8f55c7))
699
-
700
-
701
-
702
-
703
-
704
- ## [2.1.1](https://github.com/midwayjs/midway/compare/v2.1.0...v2.1.1) (2020-04-30)
705
-
706
-
707
- ### Bug Fixes
708
-
709
- * add metadata when configuration load controller ([#483](https://github.com/midwayjs/midway/issues/483)) ([e4e3c57](https://github.com/midwayjs/midway/commit/e4e3c5784df844a290a57a3d309a5f4e866e4831))
710
-
711
-
712
-
713
-
714
-
715
- # [2.1.0](https://github.com/midwayjs/midway/compare/v2.0.17...v2.1.0) (2020-04-29)
716
-
717
-
718
- ### Features
719
-
720
- * refactor hook & add @App ([#482](https://github.com/midwayjs/midway/issues/482)) ([3bfd300](https://github.com/midwayjs/midway/commit/3bfd300daf21fce96f2ff92be22ecb0f12bdd033))
721
-
722
-
723
-
724
-
725
-
726
- ## [2.0.17](https://github.com/midwayjs/midway/compare/v2.0.16...v2.0.17) (2020-04-21)
727
-
728
-
729
- ### Bug Fixes
730
-
731
- * fix export service method ([#477](https://github.com/midwayjs/midway/issues/477)) ([586b0be](https://github.com/midwayjs/midway/commit/586b0be05ee9ef38cef9d312f19de4318c2b1701))
732
- * fun typing ([#467](https://github.com/midwayjs/midway/issues/467)) ([fdf2814](https://github.com/midwayjs/midway/commit/fdf28148da961d20961c95ecea128e92e3bc9819))
733
-
734
-
735
-
736
-
737
-
738
- ## [2.0.16](https://github.com/midwayjs/midway/compare/v2.0.15...v2.0.16) (2020-04-12)
739
-
740
- **Note:** Version bump only for package @midwayjs/decorator
741
-
742
-
743
-
744
-
745
-
746
- ## [2.0.15](https://github.com/midwayjs/midway/compare/v2.0.14...v2.0.15) (2020-04-11)
747
-
748
- **Note:** Version bump only for package @midwayjs/decorator
749
-
750
-
751
-
752
-
753
-
754
- ## [2.0.14](https://github.com/midwayjs/midway/compare/v2.0.13...v2.0.14) (2020-04-08)
755
-
756
- **Note:** Version bump only for package @midwayjs/decorator
757
-
758
-
759
-
760
-
761
-
762
- ## [2.0.12](https://github.com/midwayjs/midway/compare/v2.0.11...v2.0.12) (2020-04-07)
763
-
764
-
765
- ### Bug Fixes
766
-
767
- * 2.x fix conflicts ([#458](https://github.com/midwayjs/midway/issues/458)) ([2b0f44c](https://github.com/midwayjs/midway/commit/2b0f44c6d4c91154fb8a7779b6789acbb2635b1b))
768
-
769
-
770
-
771
-
772
-
773
- ## [2.0.10](https://github.com/midwayjs/midway/compare/v2.0.9...v2.0.10) (2020-03-31)
774
-
775
- **Note:** Version bump only for package @midwayjs/decorator
776
-
777
-
778
-
779
-
780
-
781
- ## [2.0.9](https://github.com/midwayjs/midway/compare/v2.0.8...v2.0.9) (2020-03-30)
782
-
783
-
784
- ### Bug Fixes
785
-
786
- * @Func return type ([#452](https://github.com/midwayjs/midway/issues/452)) ([9064743](https://github.com/midwayjs/midway/commit/9064743c04713ef77ef246416dabe8f79b97fc79))
787
-
788
-
789
-
790
-
791
-
792
- ## [2.0.8](https://github.com/midwayjs/midway/compare/v2.0.7...v2.0.8) (2020-03-30)
793
-
794
-
795
- ### Bug Fixes
796
-
797
- * 2.x conflict 能力 ([#449](https://github.com/midwayjs/midway/issues/449)) ([6064ecf](https://github.com/midwayjs/midway/commit/6064ecf0fcf0f79ca9f9f177b06baef6d65ca7ea))
798
-
799
-
800
-
801
-
802
-
803
- ## [2.0.7](https://github.com/midwayjs/midway/compare/v2.0.6...v2.0.7) (2020-03-30)
804
-
805
- **Note:** Version bump only for package @midwayjs/decorator
806
-
807
-
808
-
809
-
810
-
811
- ## [2.0.5](https://github.com/midwayjs/midway/compare/v2.0.4...v2.0.5) (2020-03-22)
812
-
813
- **Note:** Version bump only for package @midwayjs/decorator
814
-
815
-
816
-
817
-
818
-
819
- ## [2.0.4](https://github.com/midwayjs/midway/compare/v2.0.3...v2.0.4) (2020-03-19)
820
-
821
-
822
- ### Bug Fixes
823
-
824
- * 2.x fix lifecycle bug ([#435](https://github.com/midwayjs/midway/issues/435)) ([22d3e12](https://github.com/midwayjs/midway/commit/22d3e121d98575e994282c93b7522ddcf76942be))
825
-
826
-
827
-
828
-
829
-
830
- ## [2.0.3](https://github.com/midwayjs/midway/compare/v2.0.2...v2.0.3) (2020-03-19)
831
-
832
- **Note:** Version bump only for package @midwayjs/decorator
833
-
834
-
835
-
836
-
837
-
838
- ## [2.0.2](https://github.com/midwayjs/midway/compare/v2.0.1...v2.0.2) (2020-03-13)
839
-
840
-
841
- ### Bug Fixes
842
-
843
- * Add export hsf ([#422](https://github.com/midwayjs/midway/issues/422)) ([55f1e43](https://github.com/midwayjs/midway/commit/55f1e43fbb9bd442939a6bb504aa721297eaf631))
844
-
845
-
846
-
847
-
848
-
849
- ## [2.0.1](https://github.com/midwayjs/midway/compare/v2.0.0...v2.0.1) (2020-03-13)
850
-
851
-
852
- ### Features
853
-
854
- * add hsf decorator ([#421](https://github.com/midwayjs/midway/issues/421)) ([d5afed3](https://github.com/midwayjs/midway/commit/d5afed3ace4e3570b29a2c789b2683f0cd4fd697))
855
-
856
-
857
-
858
-
859
-
860
- # [2.0.0](https://github.com/midwayjs/midway/compare/v2.0.0-beta.16...v2.0.0) (2020-03-13)
861
-
862
- **Note:** Version bump only for package @midwayjs/decorator
863
-
864
-
865
-
866
-
867
-
868
- # [2.0.0-beta.16](https://github.com/midwayjs/midway/compare/v2.0.0-beta.15...v2.0.0-beta.16) (2020-03-12)
869
-
870
- **Note:** Version bump only for package @midwayjs/decorator
871
-
872
-
873
-
874
-
875
-
876
- # [2.0.0-beta.15](https://github.com/midwayjs/midway/compare/v2.0.0-beta.14...v2.0.0-beta.15) (2020-03-06)
877
-
878
-
879
- ### Bug Fixes
880
-
881
- * merge bug ([7f41fc9](https://github.com/midwayjs/midway/commit/7f41fc94adf1fc9e4465c5aefdf94346184e1efc))
882
-
883
-
884
- ### Features
885
-
886
- * 2.x lifecycle ([#414](https://github.com/midwayjs/midway/issues/414)) ([7313ab8](https://github.com/midwayjs/midway/commit/7313ab804091fd410b1b3118ea41f18cf05fb01f))
887
-
888
-
889
-
890
-
891
-
892
- # [2.0.0-beta.14](https://github.com/midwayjs/midway/compare/v2.0.0-beta.13...v2.0.0-beta.14) (2020-03-04)
893
-
894
-
895
- ### Features
896
-
897
- * 2.x pipeline ([#406](https://github.com/midwayjs/midway/issues/406)) ([9eb3e10](https://github.com/midwayjs/midway/commit/9eb3e100ebac966cf58713d4d3f021cd44971150))
898
-
899
-
900
-
901
-
902
-
903
- # [2.0.0-beta.13](https://github.com/midwayjs/midway/compare/v2.0.0-beta.12...v2.0.0-beta.13) (2020-02-26)
904
-
905
- **Note:** Version bump only for package @midwayjs/decorator
906
-
907
-
908
-
909
-
910
-
911
-
912
-
913
- **Note:** Version bump only for package @midwayjs/decorator
914
-
915
-
916
-
917
-
918
-
919
- # [2.0.0-beta.12](https://github.com/midwayjs/midway/compare/v2.0.0-beta.11...v2.0.0-beta.12) (2020-02-25)
920
-
921
- **Note:** Version bump only for package @midwayjs/decorator
922
-
923
-
924
-
925
-
926
-
927
- # [2.0.0-beta.11](https://github.com/midwayjs/midway/compare/v2.0.0-beta.10...v2.0.0-beta.11) (2020-02-25)
928
-
929
- **Note:** Version bump only for package @midwayjs/decorator
930
-
931
-
932
-
933
-
934
-
935
- # [2.0.0-beta.10](https://github.com/midwayjs/midway/compare/v2.0.0-beta.9...v2.0.0-beta.10) (2020-02-20)
936
-
937
- **Note:** Version bump only for package @midwayjs/decorator
938
-
939
-
940
-
941
-
942
-
943
- # [2.0.0-beta.9](https://github.com/midwayjs/midway/compare/v2.0.0-beta.8...v2.0.0-beta.9) (2020-02-20)
944
-
945
- **Note:** Version bump only for package @midwayjs/decorator
946
-
947
-
948
-
949
-
950
-
951
- # [2.0.0-beta.8](https://github.com/midwayjs/midway/compare/v2.0.0-beta.7...v2.0.0-beta.8) (2020-02-19)
952
-
953
- **Note:** Version bump only for package @midwayjs/decorator
954
-
955
-
956
-
957
-
958
-
959
- # [2.0.0-beta.7](https://github.com/midwayjs/midway/compare/v2.0.0-beta.6...v2.0.0-beta.7) (2020-02-18)
960
-
961
- **Note:** Version bump only for package @midwayjs/decorator
962
-
963
-
964
-
965
-
966
-
967
- # [2.0.0-beta.6](https://github.com/midwayjs/midway/compare/v2.0.0-beta.5...v2.0.0-beta.6) (2020-02-17)
968
-
969
- **Note:** Version bump only for package @midwayjs/decorator
970
-
971
-
972
-
973
-
974
-
975
- # [2.0.0-beta.5](https://github.com/midwayjs/midway/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2020-02-17)
976
-
977
- **Note:** Version bump only for package @midwayjs/decorator
978
-
979
-
980
-
981
-
982
-
983
- ## [1.17.1](https://github.com/midwayjs/midway/compare/v1.17.0...v1.17.1) (2020-02-17)
984
-
985
- **Note:** Version bump only for package @midwayjs/decorator
986
-
987
-
988
-
989
-
990
-
991
- # [1.17.0](https://github.com/midwayjs/midway/compare/v1.16.4...v1.17.0) (2020-02-17)
992
-
993
- **Note:** Version bump only for package @midwayjs/decorator
994
-
995
-
996
-
997
-
998
-
999
- # [2.0.0-beta.4](https://github.com/midwayjs/midway/compare/v1.16.4...v2.0.0-beta.4) (2020-02-16)
1000
-
1001
-
1002
- ### Features
1003
-
1004
- * add namespace feature ([#386](https://github.com/midwayjs/midway/issues/386)) ([bb2a8c8](https://github.com/midwayjs/midway/commit/bb2a8c8))
1005
-
1006
-
1007
-
1008
- # [2.0.0-beta.3](https://github.com/midwayjs/midway/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2020-02-08)
1009
-
1010
-
1011
-
1012
- # [2.0.0-beta.2](https://github.com/midwayjs/midway/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2020-02-04)
1013
-
1014
-
1015
-
1016
- # [2.0.0-beta.1](https://github.com/midwayjs/midway/compare/v1.16.3...v2.0.0-beta.1) (2020-02-04)
1017
-
1018
-
1019
- ### Features
1020
-
1021
- * support [@configuration](https://github.com/configuration) decorator ([0584494](https://github.com/midwayjs/midway/commit/0584494))
1022
- * transfor to new package ([9144b48](https://github.com/midwayjs/midway/commit/9144b48))
1023
-
1024
-
1025
-
1026
-
1027
-
1028
- # [2.0.0-beta.3](https://github.com/midwayjs/midway/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2020-02-08)
1029
-
1030
- **Note:** Version bump only for package @midwayjs/decorator
1031
-
1032
-
1033
-
1034
-
1035
-
1036
- # [2.0.0-beta.2](https://github.com/midwayjs/midway/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2020-02-04)
1037
-
1038
- **Note:** Version bump only for package @midwayjs/decorator
1039
-
1040
-
1041
-
1042
-
1043
-
1044
- # [2.0.0-beta.1](https://github.com/midwayjs/midway/compare/v1.16.3...v2.0.0-beta.1) (2020-02-04)
1045
-
1046
-
1047
- ### Features
1048
-
1049
- * support [@configuration](https://github.com/configuration) decorator ([0584494](https://github.com/midwayjs/midway/commit/0584494))
1050
- * transfor to new package ([9144b48](https://github.com/midwayjs/midway/commit/9144b48))
1051
-
1052
-
1053
-
1054
- ## [1.16.4](https://github.com/midwayjs/midway/compare/v1.16.3...v1.16.4) (2020-02-11)
1055
-
1056
- **Note:** Version bump only for package @midwayjs/decorator
1057
-
1058
-
1059
-
1060
-
1061
-
1062
- ## [1.16.3](https://github.com/midwayjs/midway/compare/v1.16.2...v1.16.3) (2019-12-25)
1063
-
1064
- **Note:** Version bump only for package @midwayjs/decorator
1065
-
1066
-
1067
-
1068
-
1069
-
1070
- ## [1.16.2](https://github.com/midwayjs/midway/compare/v1.16.1...v1.16.2) (2019-12-25)
1071
-
1072
-
1073
- ### Bug Fixes
1074
-
1075
- * interface scheduleOpts ([2ae0766](https://github.com/midwayjs/midway/commit/2ae0766))
1076
-
1077
-
1078
-
1079
-
1080
-
1081
- ## [1.16.1](https://github.com/midwayjs/midway/compare/v1.16.0...v1.16.1) (2019-12-16)
1082
-
1083
- **Note:** Version bump only for package @midwayjs/decorator
1084
-
1085
-
1086
-
1087
-
1088
-
1089
- # [1.16.0](https://github.com/midwayjs/midway/compare/v1.15.1...v1.16.0) (2019-12-16)
1090
-
1091
- **Note:** Version bump only for package @midwayjs/decorator
1092
-
1093
-
1094
-
1095
-
1096
-
1097
- ## [1.15.1](https://github.com/midwayjs/midway/compare/v1.15.0...v1.15.1) (2019-12-11)
1098
-
1099
- **Note:** Version bump only for package @midwayjs/decorator
1100
-
1101
-
1102
-
1103
-
1104
-
1105
- # [1.15.0](https://github.com/midwayjs/midway/compare/v1.14.4...v1.15.0) (2019-12-06)
1106
-
1107
- **Note:** Version bump only for package @midwayjs/decorator
1108
-
1109
-
1110
-
1111
-
1112
-
1113
- ## [1.14.4](https://github.com/midwayjs/midway/compare/v1.14.3...v1.14.4) (2019-11-20)
1114
-
1115
- **Note:** Version bump only for package @midwayjs/decorator
1116
-
1117
-
1118
-
1119
-
1120
-
1121
- ## [1.14.3](https://github.com/midwayjs/midway/compare/v1.14.2...v1.14.3) (2019-11-15)
1122
-
1123
- **Note:** Version bump only for package @midwayjs/decorator
1124
-
1125
-
1126
-
1127
-
1128
-
1129
- ## [1.14.1](https://github.com/midwayjs/midway/compare/v1.14.0...v1.14.1) (2019-11-03)
1130
-
1131
- **Note:** Version bump only for package @midwayjs/decorator
1132
-
1133
-
1134
-
1135
-
1136
-
1137
- # [1.14.0](https://github.com/midwayjs/midway/compare/v1.13.0...v1.14.0) (2019-11-01)
1138
-
1139
- **Note:** Version bump only for package @midwayjs/decorator
1140
-
1141
-
1142
-
1143
-
1144
-
1145
- ## [1.12.1](https://github.com/midwayjs/midway/compare/v1.12.0...v1.12.1) (2019-10-12)
1146
-
1147
- **Note:** Version bump only for package @midwayjs/decorator
1148
-
1149
-
1150
-
1151
-
1152
-
1153
- # [1.12.0](https://github.com/midwayjs/midway/compare/v1.11.6...v1.12.0) (2019-10-11)
1154
-
1155
- **Note:** Version bump only for package @midwayjs/decorator
1156
-
1157
-
1158
-
1159
-
1160
-
1161
- ## [1.11.4](https://github.com/midwayjs/midway/compare/v1.11.3...v1.11.4) (2019-09-06)
1162
-
1163
- **Note:** Version bump only for package @midwayjs/decorator
1164
-
1165
-
1166
-
1167
-
1168
-
1169
- ## [1.11.3](https://github.com/midwayjs/midway/compare/v1.11.2...v1.11.3) (2019-09-06)
1170
-
1171
- **Note:** Version bump only for package @midwayjs/decorator
1172
-
1173
-
1174
-
1175
-
1176
-
1177
- ## [1.11.2](https://github.com/midwayjs/midway/compare/v1.11.1...v1.11.2) (2019-08-30)
1178
-
1179
- **Note:** Version bump only for package @midwayjs/decorator
1180
-
1181
-
1182
-
1183
-
1184
-
1185
- ## [1.10.8](https://github.com/midwayjs/midway/compare/v1.10.7...v1.10.8) (2019-08-03)
1186
-
1187
- **Note:** Version bump only for package @midwayjs/decorator
1188
-
1189
-
1190
-
1191
-
1192
-
1193
- ## [1.10.7](https://github.com/midwayjs/midway/compare/v1.10.6...v1.10.7) (2019-08-03)
1194
-
1195
- **Note:** Version bump only for package @midwayjs/decorator
1196
-
1197
-
1198
-
1199
-
1200
-
1201
- ## [1.10.5](https://github.com/midwayjs/midway/compare/v1.10.4...v1.10.5) (2019-07-30)
1202
-
1203
- **Note:** Version bump only for package @midwayjs/decorator
1204
-
1205
-
1206
-
1207
-
1208
-
1209
- ## [1.10.2](https://github.com/midwayjs/midway/compare/v1.10.1...v1.10.2) (2019-07-20)
1210
-
1211
- **Note:** Version bump only for package @midwayjs/decorator
1212
-
1213
-
1214
-
1215
-
1216
-
1217
- # [1.9.0](https://github.com/midwayjs/midway/compare/v1.8.0...v1.9.0) (2019-07-13)
1218
-
1219
-
1220
- ### Bug Fixes
1221
-
1222
- * **types:** use generic as typeof context within KoaMiddleware ([6c963e5](https://github.com/midwayjs/midway/commit/6c963e5))
1223
-
1224
-
1225
- ### Features
1226
-
1227
- * **types:** assign egg['Context'] to types of parameter of context ([ea511fa](https://github.com/midwayjs/midway/commit/ea511fa))
1228
- * **types:** export and use type MiddlewareParamArray ([90b4e28](https://github.com/midwayjs/midway/commit/90b4e28))
1229
-
1230
-
1231
-
1232
-
1233
-
1234
- # [1.8.0](https://github.com/midwayjs/midway/compare/v1.7.0...v1.8.0) (2019-06-29)
1235
-
1236
-
1237
- ### Bug Fixes
1238
-
1239
- * **types:** add file/files opt types ([f40b03e](https://github.com/midwayjs/midway/commit/f40b03e))
1240
-
1241
-
1242
- ### Features
1243
-
1244
- * support param decorator [@body](https://github.com/body) [@query](https://github.com/query) [@param](https://github.com/param).. ([6278d99](https://github.com/midwayjs/midway/commit/6278d99))
1245
-
1246
-
1247
-
1248
-
1249
-
1250
- # [1.7.0](https://github.com/midwayjs/midway/compare/v1.6.3...v1.7.0) (2019-06-25)
1251
-
1252
-
1253
- ### Features
1254
-
1255
- * controller opt support sensitive opt ([780f5d7](https://github.com/midwayjs/midway/commit/780f5d7))
1256
-
1257
-
1258
-
1259
-
1260
-
1261
- ## [1.5.6](https://github.com/midwayjs/midway/compare/v1.5.5...v1.5.6) (2019-05-13)
1262
-
1263
- **Note:** Version bump only for package @midwayjs/decorator
1264
-
1265
-
1266
-
1267
-
1268
-
1269
- ## [1.5.2](https://github.com/midwayjs/midway/compare/v1.5.1...v1.5.2) (2019-04-29)
1270
-
1271
- **Note:** Version bump only for package @midwayjs/decorator
1272
-
1273
-
1274
-
1275
-
1276
-
1277
- # [1.5.0](https://github.com/midwayjs/midway/compare/v1.4.10...v1.5.0) (2019-04-11)
1278
-
1279
- **Note:** Version bump only for package @midwayjs/decorator
1280
-
1281
-
1282
-
1283
-
1284
-
1285
- ## [1.4.8](https://github.com/midwayjs/midway/compare/v1.4.7...v1.4.8) (2019-03-11)
1286
-
1287
- **Note:** Version bump only for package @midwayjs/decorator
1288
-
1289
-
1290
-
1291
-
1292
-
1293
- ## [1.4.7](https://github.com/midwayjs/midway/compare/v1.4.6...v1.4.7) (2019-03-08)
1294
-
1295
- **Note:** Version bump only for package @midwayjs/decorator
1296
-
1297
-
1298
-
1299
-
1300
-
1301
- ## [1.4.6](https://github.com/midwayjs/midway/compare/v1.4.5...v1.4.6) (2019-03-07)
1302
-
1303
- **Note:** Version bump only for package @midwayjs/decorator
1304
-
1305
-
1306
-
1307
-
1308
-
1309
- ## [1.4.4](https://github.com/midwayjs/midway/compare/v1.4.3...v1.4.4) (2019-03-06)
1310
-
1311
- **Note:** Version bump only for package @midwayjs/decorator
1312
-
1313
-
1314
-
1315
-
1316
-
1317
- ## [1.4.3](https://github.com/midwayjs/midway/compare/v1.4.2...v1.4.3) (2019-03-01)
1318
-
1319
- **Note:** Version bump only for package @midwayjs/decorator
1320
-
1321
-
1322
-
1323
-
1324
-
1325
- ## [1.4.2](https://github.com/midwayjs/midway/compare/v1.4.1...v1.4.2) (2019-02-28)
1326
-
1327
- **Note:** Version bump only for package @midwayjs/decorator
1328
-
1329
-
1330
-
1331
-
1332
-
1333
- ## [1.4.1](https://github.com/midwayjs/midway/compare/v1.4.0...v1.4.1) (2019-02-27)
1334
-
1335
- **Note:** Version bump only for package @midwayjs/decorator