koatty 3.11.9 → 3.13.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 CHANGED
@@ -2,382 +2,2075 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
- ### [3.11.9](https://github.com/thinkkoa/koatty/compare/v3.11.8...v3.11.9) (2025-01-14)
5
+ ## [3.13.0](https://github.com/thinkkoa/koatty/compare/v3.12.0...v3.13.0) (2025-04-19)
6
6
 
7
- ### [3.11.8](https://github.com/thinkkoa/koatty/compare/v3.11.7...v3.11.8) (2025-01-14)
8
7
 
8
+ ### Features
9
9
 
10
- ### Bug Fixes
11
-
12
- * 调整app.env定义逻辑 ([eb4ae59](https://github.com/thinkkoa/koatty/commit/eb4ae5983831543e93eabac52c272f0dad2fb907))
13
- * enable debug mode and update dependencies ([651f1c8](https://github.com/thinkkoa/koatty/commit/651f1c85c85fcd166ee8f0c07d445baf4ffd662a))
14
-
15
- ### [3.11.7](https://github.com/thinkkoa/koatty/compare/v3.11.6...v3.11.7) (2024-12-06)
10
+ * add route-specific middleware support in Loader ([e4b9826](https://github.com/thinkkoa/koatty/commit/e4b98269f5320abd79a16e857051c9e910a3a153))
11
+ * enhance trace configuration with additional options ([2c0c7fb](https://github.com/thinkkoa/koatty/commit/2c0c7fb5e846c694f8b2613c6bf559ee1bd6666b))
16
12
 
17
13
 
18
14
  ### Bug Fixes
19
15
 
20
- * export koatty_exception ([93e96bc](https://github.com/thinkkoa/koatty/commit/93e96bc703da57c0e555d5b384f0eb93501e3cfb))
16
+ * enhance Bootstrap and Loader decorators with detailed documentation and error handling ([4b51d8a](https://github.com/thinkkoa/koatty/commit/4b51d8a960fa523300235c0cdcca699a13ec9ad9))
17
+ * use correct app instance reference in Loader middleware execution ([fe8bd4e](https://github.com/thinkkoa/koatty/commit/fe8bd4e5f6af712b3049ae46eb4f7cac3bbedf0d))
21
18
 
22
- ### [3.11.6](https://github.com/thinkkoa/koatty/compare/v3.11.4-2...v3.11.6) (2024-12-05)
19
+ ## 3.12.0 (2025-03-15)
20
+
21
+ * build: bump koatty_router from ~1.12.1 to ~1.14.0 ([142465e](https://github.com/thinkkoa/koatty/commit/142465e))
22
+ * build: deps ([bc6727d](https://github.com/thinkkoa/koatty/commit/bc6727d))
23
+ * build: deps ([585b36b](https://github.com/thinkkoa/koatty/commit/585b36b))
24
+ * build: deps ([4c4d6da](https://github.com/thinkkoa/koatty/commit/4c4d6da))
25
+ * build: deps ([e5fb9ca](https://github.com/thinkkoa/koatty/commit/e5fb9ca))
26
+ * build: deps ([38f0f6d](https://github.com/thinkkoa/koatty/commit/38f0f6d))
27
+ * build: deps ([3d8e8c6](https://github.com/thinkkoa/koatty/commit/3d8e8c6))
28
+ * build: deps ([cfa295d](https://github.com/thinkkoa/koatty/commit/cfa295d))
29
+ * build: disable terser plugin and update last edit time in rollup configuration ([ec651cb](https://github.com/thinkkoa/koatty/commit/ec651cb))
30
+ * build: template code ([f5c89c1](https://github.com/thinkkoa/koatty/commit/f5c89c1))
31
+ * build: v3.12.0 ([0baf3f0](https://github.com/thinkkoa/koatty/commit/0baf3f0))
32
+ * build(deps): bump koa from 2.15.3 to 2.15.4 ([c388d82](https://github.com/thinkkoa/koatty/commit/c388d82))
33
+ * build(deps): bump koa from 2.15.3 to 2.15.4 ([c975b29](https://github.com/thinkkoa/koatty/commit/c975b29))
34
+ * build(deps): bump koa from 2.15.3 to 2.15.4 ([1b4cfc1](https://github.com/thinkkoa/koatty/commit/1b4cfc1))
35
+ * docs: readme ([3f186a8](https://github.com/thinkkoa/koatty/commit/3f186a8))
36
+ * docs: readme ([9507436](https://github.com/thinkkoa/koatty/commit/9507436))
37
+ * docs: readme ([8fb4b3a](https://github.com/thinkkoa/koatty/commit/8fb4b3a))
38
+ * docs: refine configuration loading description and update last edit time in README.md ([74bd495](https://github.com/thinkkoa/koatty/commit/74bd495))
39
+ * docs: update descriptions of graceful shutdown, pre-exit event and custom decorators in README.md ([b3e7cc2](https://github.com/thinkkoa/koatty/commit/b3e7cc2))
40
+ * docs: update GraphQL support status in README.md ([29c97e1](https://github.com/thinkkoa/koatty/commit/29c97e1))
41
+ * test: add demo case ([709619b](https://github.com/thinkkoa/koatty/commit/709619b))
42
+ * test: test case ([569fe2d](https://github.com/thinkkoa/koatty/commit/569fe2d))
43
+ * feat: add GraphQL support and update router configuration ([f6fff69](https://github.com/thinkkoa/koatty/commit/f6fff69))
44
+ * Update README.md ([51c839b](https://github.com/thinkkoa/koatty/commit/51c839b))
45
+ * Update README.md ([f245ca3](https://github.com/thinkkoa/koatty/commit/f245ca3))
46
+ * Update README.md ([a1ec354](https://github.com/thinkkoa/koatty/commit/a1ec354))
47
+ * Update README.md ([0966058](https://github.com/thinkkoa/koatty/commit/0966058))
48
+ * Update README.md ([7a76a45](https://github.com/thinkkoa/koatty/commit/7a76a45))
49
+ * Update README.md ([8b08fd1](https://github.com/thinkkoa/koatty/commit/8b08fd1))
50
+ * Update README.md ([a381ed5](https://github.com/thinkkoa/koatty/commit/a381ed5))
51
+ * Update README.md ([2778805](https://github.com/thinkkoa/koatty/commit/2778805))
52
+ * Update README.md ([4996487](https://github.com/thinkkoa/koatty/commit/4996487))
53
+
54
+
55
+
56
+ ## <small>3.11.9 (2025-01-14)</small>
57
+
58
+ * build: deps ([f7ca481](https://github.com/thinkkoa/koatty/commit/f7ca481))
59
+ * build: deps ([7740025](https://github.com/thinkkoa/koatty/commit/7740025))
60
+ * build: deps ([feb7a5c](https://github.com/thinkkoa/koatty/commit/feb7a5c))
61
+ * build: v3.11.9 ([28452a2](https://github.com/thinkkoa/koatty/commit/28452a2))
62
+ * refactor: reorganize and consolidate helper imports ([be7170e](https://github.com/thinkkoa/koatty/commit/be7170e))
63
+
64
+
65
+
66
+ ## <small>3.11.8 (2025-01-14)</small>
67
+
68
+ * build: add types/supertest ([13f9beb](https://github.com/thinkkoa/koatty/commit/13f9beb))
69
+ * build: v3.11.8 ([4d0d8ae](https://github.com/thinkkoa/koatty/commit/4d0d8ae))
70
+ * build: version ([dd17fbe](https://github.com/thinkkoa/koatty/commit/dd17fbe))
71
+ * fix: enable debug mode and update dependencies ([651f1c8](https://github.com/thinkkoa/koatty/commit/651f1c8))
72
+ * fix: 调整app.env定义逻辑 ([eb4ae59](https://github.com/thinkkoa/koatty/commit/eb4ae59))
73
+ * style: comment ([f644fa7](https://github.com/thinkkoa/koatty/commit/f644fa7))
74
+
75
+
76
+
77
+ ## <small>3.11.7 (2024-12-06)</small>
78
+
79
+ * build: deps ([accc451](https://github.com/thinkkoa/koatty/commit/accc451))
80
+ * build: deps ([477749e](https://github.com/thinkkoa/koatty/commit/477749e))
81
+ * build: v3.11.7 ([612ecb9](https://github.com/thinkkoa/koatty/commit/612ecb9))
82
+ * build(deps-dev): bump rollup from 4.9.0 to 4.22.4 ([3712667](https://github.com/thinkkoa/koatty/commit/3712667))
83
+ * build(deps-dev): bump rollup from 4.9.0 to 4.22.4 ([548e528](https://github.com/thinkkoa/koatty/commit/548e528))
84
+ * build(deps): bump micromatch from 4.0.5 to 4.0.8 ([0ac5989](https://github.com/thinkkoa/koatty/commit/0ac5989))
85
+ * build(deps): bump micromatch from 4.0.5 to 4.0.8 ([247a3d6](https://github.com/thinkkoa/koatty/commit/247a3d6))
86
+ * build(deps): bump path-to-regexp from 6.2.1 to 6.3.0 ([ab384bc](https://github.com/thinkkoa/koatty/commit/ab384bc))
87
+ * build(deps): bump path-to-regexp from 6.2.1 to 6.3.0 ([6f71de0](https://github.com/thinkkoa/koatty/commit/6f71de0))
88
+ * fix: export koatty_exception ([93e96bc](https://github.com/thinkkoa/koatty/commit/93e96bc))
89
+ * docs: readme ([dd75307](https://github.com/thinkkoa/koatty/commit/dd75307))
90
+ * Update README.md ([017ff6f](https://github.com/thinkkoa/koatty/commit/017ff6f))
91
+ * Update README.md ([01cc233](https://github.com/thinkkoa/koatty/commit/01cc233))
92
+
93
+
94
+
95
+ ## <small>3.11.6 (2024-12-05)</small>
96
+
97
+ * build: deps ([429277d](https://github.com/thinkkoa/koatty/commit/429277d))
98
+ * build: deps ([8f0afd3](https://github.com/thinkkoa/koatty/commit/8f0afd3))
99
+ * build: deps ([51c1201](https://github.com/thinkkoa/koatty/commit/51c1201))
100
+ * build: deps ([2492b46](https://github.com/thinkkoa/koatty/commit/2492b46))
101
+ * build: fix build ([348f07e](https://github.com/thinkkoa/koatty/commit/348f07e))
102
+ * build: rollup config ([47f8e2a](https://github.com/thinkkoa/koatty/commit/47f8e2a))
103
+ * build: v3.11.6 ([d14188d](https://github.com/thinkkoa/koatty/commit/d14188d))
104
+ * build(deps): bump @grpc/grpc-js from 1.9.13 to 1.10.9 ([01d0655](https://github.com/thinkkoa/koatty/commit/01d0655))
105
+ * build(deps): bump braces from 3.0.2 to 3.0.3 ([ec5a046](https://github.com/thinkkoa/koatty/commit/ec5a046))
106
+ * build(deps): bump ws from 8.16.0 to 8.17.1 ([ccc8a2a](https://github.com/thinkkoa/koatty/commit/ccc8a2a))
107
+ * chore: build ([119813f](https://github.com/thinkkoa/koatty/commit/119813f))
108
+ * chore: remove scripts ([74f4a24](https://github.com/thinkkoa/koatty/commit/74f4a24))
109
+ * chore: rollup build ([8af24e9](https://github.com/thinkkoa/koatty/commit/8af24e9))
110
+ * refactor: comment out unused koatty_serve export ([0492ca5](https://github.com/thinkkoa/koatty/commit/0492ca5))
111
+ * refactor: streamline bootstrap and loader processes ([f5ca71e](https://github.com/thinkkoa/koatty/commit/f5ca71e))
112
+ * refactor: trace move to core ([d2006f0](https://github.com/thinkkoa/koatty/commit/d2006f0))
113
+ * refactor: update dependencies and refactor logging in Bootstrap ([e599a68](https://github.com/thinkkoa/koatty/commit/e599a68))
114
+ * refactor: 定义应用接口 ([4b5dc9d](https://github.com/thinkkoa/koatty/commit/4b5dc9d))
115
+ * test: add testcase ([d26bebe](https://github.com/thinkkoa/koatty/commit/d26bebe))
116
+ * fix: apppath changed in debug mod ([95e0d7b](https://github.com/thinkkoa/koatty/commit/95e0d7b))
117
+ * fix: module ([25a7d7a](https://github.com/thinkkoa/koatty/commit/25a7d7a))
118
+ * fix: 暂存 ([4ba0d2b](https://github.com/thinkkoa/koatty/commit/4ba0d2b))
119
+
120
+
121
+
122
+ ## <small>3.11.4-2 (2024-04-14)</small>
123
+
124
+ * build: deps ([1b1f0bb](https://github.com/thinkkoa/koatty/commit/1b1f0bb))
125
+ * build: v3.11.4-2 ([18610ef](https://github.com/thinkkoa/koatty/commit/18610ef))
126
+
127
+
128
+
129
+ ## <small>3.11.4-1 (2024-04-01)</small>
130
+
131
+ * build: deps ([a2878a7](https://github.com/thinkkoa/koatty/commit/a2878a7))
132
+ * build: v3.11.4-1 ([74ad5bc](https://github.com/thinkkoa/koatty/commit/74ad5bc))
133
+
134
+
135
+
136
+ ## <small>3.11.4-0 (2024-03-15)</small>
137
+
138
+ * build: deps ([2e64750](https://github.com/thinkkoa/koatty/commit/2e64750))
139
+ * build: v3.11.4-0 ([33e6567](https://github.com/thinkkoa/koatty/commit/33e6567))
140
+ * docs: api doc ([fbd1aac](https://github.com/thinkkoa/koatty/commit/fbd1aac))
141
+
142
+
143
+
144
+ ## <small>3.11.3 (2024-03-15)</small>
145
+
146
+ * build: v3.11.3 ([e7e2b44](https://github.com/thinkkoa/koatty/commit/e7e2b44))
147
+ * fix: output迁移到exception库 ([e59428e](https://github.com/thinkkoa/koatty/commit/e59428e))
148
+
149
+
150
+
151
+ ## <small>3.11.2 (2024-02-02)</small>
152
+
153
+ * build: deps ([e82e560](https://github.com/thinkkoa/koatty/commit/e82e560))
154
+ * build: v3.11.2 ([e611f7b](https://github.com/thinkkoa/koatty/commit/e611f7b))
155
+ * test: test case ([9b181d6](https://github.com/thinkkoa/koatty/commit/9b181d6))
156
+ * fix: 增加router配置 ([974a181](https://github.com/thinkkoa/koatty/commit/974a181))
157
+ * fix: 自定义exception适配新版 ([b5822e2](https://github.com/thinkkoa/koatty/commit/b5822e2))
158
+
159
+
160
+
161
+ ## <small>3.11.2-8 (2024-01-16)</small>
162
+
163
+ * build: deps ([26fa8ef](https://github.com/thinkkoa/koatty/commit/26fa8ef))
164
+ * build: v3.11.2-8 ([c690031](https://github.com/thinkkoa/koatty/commit/c690031))
165
+ * docs: api doc ([9ac1181](https://github.com/thinkkoa/koatty/commit/9ac1181))
166
+
167
+
168
+
169
+ ## <small>3.11.2-7 (2024-01-15)</small>
170
+
171
+ * build: deps ([eeeee58](https://github.com/thinkkoa/koatty/commit/eeeee58))
172
+ * build: deps ([59406bc](https://github.com/thinkkoa/koatty/commit/59406bc))
173
+ * build: v3.11.2-7 ([79560e4](https://github.com/thinkkoa/koatty/commit/79560e4))
174
+ * refactor: export router interface ([b6bc181](https://github.com/thinkkoa/koatty/commit/b6bc181))
175
+ * refactor: output ([286f57a](https://github.com/thinkkoa/koatty/commit/286f57a))
176
+ * refactor: output interface ([53cd320](https://github.com/thinkkoa/koatty/commit/53cd320))
177
+ * refactor: remove base class ([cebc6d7](https://github.com/thinkkoa/koatty/commit/cebc6d7))
178
+ * refactor: 调整router、server初始化 ([2af33b8](https://github.com/thinkkoa/koatty/commit/2af33b8))
179
+ * test: case ([29515bb](https://github.com/thinkkoa/koatty/commit/29515bb))
180
+
181
+
182
+
183
+ ## <small>3.11.2-6 (2024-01-14)</small>
184
+
185
+ * build: deps ([ceb8da7](https://github.com/thinkkoa/koatty/commit/ceb8da7))
186
+ * build: v3.11.2-6 ([3617699](https://github.com/thinkkoa/koatty/commit/3617699))
187
+
188
+
189
+
190
+ ## <small>3.11.2-5 (2024-01-07)</small>
191
+
192
+ * build: v3.11.2-5 ([d3114b0](https://github.com/thinkkoa/koatty/commit/d3114b0))
193
+ * build: version ([0a01969](https://github.com/thinkkoa/koatty/commit/0a01969))
194
+
195
+
196
+
197
+ ## <small>3.11.2-4 (2024-01-07)</small>
198
+
199
+ * build: v3.11.2-4 ([208534a](https://github.com/thinkkoa/koatty/commit/208534a))
200
+ * fix: commit ([1eb83d5](https://github.com/thinkkoa/koatty/commit/1eb83d5))
201
+
202
+
203
+
204
+ ## <small>3.11.2-3 (2024-01-05)</small>
205
+
206
+ * build: deps ([735cde9](https://github.com/thinkkoa/koatty/commit/735cde9))
207
+ * build: v3.11.2-3 ([40aa060](https://github.com/thinkkoa/koatty/commit/40aa060))
208
+
209
+
210
+
211
+ ## <small>3.11.2-2 (2024-01-04)</small>
212
+
213
+ * build: koa 2.15.0 ([eeaae24](https://github.com/thinkkoa/koatty/commit/eeaae24))
214
+ * build: v3.11.2-2 ([7e8961b](https://github.com/thinkkoa/koatty/commit/7e8961b))
215
+
216
+
217
+
218
+ ## <small>3.11.2-1 (2024-01-04)</small>
219
+
220
+ * build: deps ([6394016](https://github.com/thinkkoa/koatty/commit/6394016))
221
+ * build: v3.11.2-1 ([e65a5a9](https://github.com/thinkkoa/koatty/commit/e65a5a9))
222
+
223
+
224
+
225
+ ## <small>3.11.2-0 (2024-01-04)</small>
226
+
227
+ * build: v3.11.2-0 ([121cdfb](https://github.com/thinkkoa/koatty/commit/121cdfb))
228
+ * docs: api doc ([c22fffa](https://github.com/thinkkoa/koatty/commit/c22fffa))
229
+
230
+
231
+
232
+ ## <small>3.11.1 (2024-01-03)</small>
233
+
234
+ * build: v3.11.1 ([ec7c972](https://github.com/thinkkoa/koatty/commit/ec7c972))
235
+ * docs: api doc ([a911972](https://github.com/thinkkoa/koatty/commit/a911972))
236
+ * docs: doc ([9d04509](https://github.com/thinkkoa/koatty/commit/9d04509))
237
+ * fix: aspect interface ([03b1884](https://github.com/thinkkoa/koatty/commit/03b1884))
238
+
239
+
240
+
241
+ ## 3.11.0 (2024-01-03)
242
+
243
+ * build: deps ([688abe3](https://github.com/thinkkoa/koatty/commit/688abe3))
244
+ * build: deps ([303ecc7](https://github.com/thinkkoa/koatty/commit/303ecc7))
245
+ * build: v3.11.0 ([c6e0772](https://github.com/thinkkoa/koatty/commit/c6e0772))
246
+ * feat: 增加Output类 ([09e43c4](https://github.com/thinkkoa/koatty/commit/09e43c4))
247
+ * perf: 无需继承base类 ([287d266](https://github.com/thinkkoa/koatty/commit/287d266))
248
+
249
+
250
+
251
+ ## <small>3.10.4 (2023-12-24)</small>
252
+
253
+ * build: v3.10.4 ([0a8b8ae](https://github.com/thinkkoa/koatty/commit/0a8b8ae))
254
+ * fix: 类型断言 ([16caed6](https://github.com/thinkkoa/koatty/commit/16caed6))
255
+ * docs: api doc ([ac132e8](https://github.com/thinkkoa/koatty/commit/ac132e8))
256
+
257
+
258
+
259
+ ## <small>3.10.4-5 (2023-12-23)</small>
260
+
261
+ * build: v3.10.4-5 ([eff992d](https://github.com/thinkkoa/koatty/commit/eff992d))
262
+ * fix: KoattyMiddleware ([50dd7f5](https://github.com/thinkkoa/koatty/commit/50dd7f5))
263
+
264
+
265
+
266
+ ## <small>3.10.4-4 (2023-12-23)</small>
267
+
268
+ * build: deps ([0f46751](https://github.com/thinkkoa/koatty/commit/0f46751))
269
+ * build: v3.10.4-4 ([bbad64e](https://github.com/thinkkoa/koatty/commit/bbad64e))
270
+ * style: imports ([bf102fc](https://github.com/thinkkoa/koatty/commit/bf102fc))
271
+ * fix: remove export ([b2eed18](https://github.com/thinkkoa/koatty/commit/b2eed18))
272
+
273
+
274
+
275
+ ## <small>3.10.4-3 (2023-12-16)</small>
276
+
277
+ * build: v3.10.4-3 ([51c7293](https://github.com/thinkkoa/koatty/commit/51c7293))
278
+ * fix: async tracer ([098bf04](https://github.com/thinkkoa/koatty/commit/098bf04))
279
+ * fix: 集成tracer ([7f1ed23](https://github.com/thinkkoa/koatty/commit/7f1ed23))
280
+ * chore: pnpm ([8c8f60e](https://github.com/thinkkoa/koatty/commit/8c8f60e))
281
+
282
+
283
+
284
+ ## <small>3.10.4-2 (2023-12-14)</small>
285
+
286
+ * build: v3.10.4-2 ([bf55e88](https://github.com/thinkkoa/koatty/commit/bf55e88))
287
+
288
+
289
+
290
+ ## <small>3.10.4-1 (2023-12-10)</small>
291
+
292
+ * build: deps ([f7d3a23](https://github.com/thinkkoa/koatty/commit/f7d3a23))
293
+ * build: v3.10.4-1 ([e7f5a57](https://github.com/thinkkoa/koatty/commit/e7f5a57))
294
+
295
+
296
+
297
+ ## <small>3.10.4-0 (2023-12-09)</small>
298
+
299
+ * build: v3.10.4-0 ([e292041](https://github.com/thinkkoa/koatty/commit/e292041))
300
+ * docs: api doc ([1c41726](https://github.com/thinkkoa/koatty/commit/1c41726))
301
+ * fix: 合并payload ([6d98ffb](https://github.com/thinkkoa/koatty/commit/6d98ffb))
302
+
303
+
304
+
305
+ ## <small>3.10.3 (2023-12-06)</small>
306
+
307
+ * build: deps ([61a97b4](https://github.com/thinkkoa/koatty/commit/61a97b4))
308
+ * build: v3.10.3 ([b70f109](https://github.com/thinkkoa/koatty/commit/b70f109))
309
+
310
+
311
+
312
+ ## <small>3.10.3-0 (2023-12-06)</small>
313
+
314
+ * build: v3.10.3-0 ([7d08607](https://github.com/thinkkoa/koatty/commit/7d08607))
315
+ * refactor: 合并component以及plugin加载 ([f9c6961](https://github.com/thinkkoa/koatty/commit/f9c6961))
316
+
317
+
318
+
319
+ ## <small>3.10.2 (2023-11-11)</small>
320
+
321
+ * build: v3.10.2 ([a8973bb](https://github.com/thinkkoa/koatty/commit/a8973bb))
322
+ * style: style ([b611fd1](https://github.com/thinkkoa/koatty/commit/b611fd1))
323
+
324
+
325
+
326
+ ## <small>3.10.2-4 (2023-11-11)</small>
327
+
328
+ * build: deps ([e9d496a](https://github.com/thinkkoa/koatty/commit/e9d496a))
329
+ * build: v3.10.2-4 ([00984bc](https://github.com/thinkkoa/koatty/commit/00984bc))
330
+ * test: 用例 ([c0fc4a6](https://github.com/thinkkoa/koatty/commit/c0fc4a6))
331
+
332
+
333
+
334
+ ## <small>3.10.2-3 (2023-11-10)</small>
335
+
336
+ * build: deps ([f1e311c](https://github.com/thinkkoa/koatty/commit/f1e311c))
337
+ * build: v3.10.2-3 ([8c1fef5](https://github.com/thinkkoa/koatty/commit/8c1fef5))
338
+
339
+
340
+
341
+ ## <small>3.10.2-2 (2023-11-10)</small>
342
+
343
+ * build: deps ([fb27d75](https://github.com/thinkkoa/koatty/commit/fb27d75))
344
+ * build: v3.10.2-2 ([d06b910](https://github.com/thinkkoa/koatty/commit/d06b910))
345
+ * docs: api doc ([6178429](https://github.com/thinkkoa/koatty/commit/6178429))
346
+
347
+
348
+
349
+ ## <small>3.10.2-1 (2023-11-10)</small>
350
+
351
+ * build: deps ([5f04edf](https://github.com/thinkkoa/koatty/commit/5f04edf))
352
+ * build: v3.10.2-1 ([8ae8e18](https://github.com/thinkkoa/koatty/commit/8ae8e18))
353
+ * fix: ctl.ok返回类型 ([5d76b80](https://github.com/thinkkoa/koatty/commit/5d76b80))
354
+ * docs: api doc ([6710c2d](https://github.com/thinkkoa/koatty/commit/6710c2d))
355
+
356
+
357
+
358
+ ## <small>3.10.2-0 (2023-11-10)</small>
359
+
360
+ * build: v3.10.2-0 ([4aa5b13](https://github.com/thinkkoa/koatty/commit/4aa5b13))
361
+ * fix: rename ([738185d](https://github.com/thinkkoa/koatty/commit/738185d))
362
+ * docs: doc ([45f747b](https://github.com/thinkkoa/koatty/commit/45f747b))
363
+
364
+
365
+
366
+ ## <small>3.10.1 (2023-11-09)</small>
367
+
368
+ * build: deps ([1cc275c](https://github.com/thinkkoa/koatty/commit/1cc275c))
369
+ * build: v3.10.1 ([059490a](https://github.com/thinkkoa/koatty/commit/059490a))
370
+ * fix: jsdoc ([993970e](https://github.com/thinkkoa/koatty/commit/993970e))
371
+ * fix: readme ([73078be](https://github.com/thinkkoa/koatty/commit/73078be))
372
+ * docs: api doc ([d09ab0f](https://github.com/thinkkoa/koatty/commit/d09ab0f))
373
+
374
+
375
+
376
+ ## 3.10.0 (2023-11-08)
377
+
378
+ * build: v3.10.0 ([10759ce](https://github.com/thinkkoa/koatty/commit/10759ce))
379
+ * build(deps-dev): bump @babel/traverse from 7.18.2 to 7.23.2 ([ec5b71f](https://github.com/thinkkoa/koatty/commit/ec5b71f))
380
+ * fix: key is null ([d851dc5](https://github.com/thinkkoa/koatty/commit/d851dc5))
381
+ * fix: readme ([84ed9f4](https://github.com/thinkkoa/koatty/commit/84ed9f4))
382
+ * feat: add app event bind ([66e7a48](https://github.com/thinkkoa/koatty/commit/66e7a48))
383
+ * feat: Custom decorator based on app events ([aa9d96c](https://github.com/thinkkoa/koatty/commit/aa9d96c))
384
+ * refactor: demo ([5f46b1a](https://github.com/thinkkoa/koatty/commit/5f46b1a))
385
+
386
+
387
+
388
+ ## <small>3.9.5 (2023-09-12)</small>
389
+
390
+ * build: deps ([3298f57](https://github.com/thinkkoa/koatty/commit/3298f57))
391
+ * build: deps ([3901f48](https://github.com/thinkkoa/koatty/commit/3901f48))
392
+ * build: upgrade deps ([7591297](https://github.com/thinkkoa/koatty/commit/7591297))
393
+ * build: v3.9.5 ([58685d3](https://github.com/thinkkoa/koatty/commit/58685d3))
394
+ * fix: import from exception ([beca23c](https://github.com/thinkkoa/koatty/commit/beca23c))
395
+ * fix: set process.env.LOGS_PATH ([ca38881](https://github.com/thinkkoa/koatty/commit/ca38881))
396
+ * Update README.md ([d6809fe](https://github.com/thinkkoa/koatty/commit/d6809fe))
397
+
398
+
399
+
400
+ ## <small>3.9.4 (2023-08-30)</small>
401
+
402
+ * build: deps ([4c0b7c0](https://github.com/thinkkoa/koatty/commit/4c0b7c0))
403
+ * build: upgrade deps ([e8f961f](https://github.com/thinkkoa/koatty/commit/e8f961f))
404
+ * build: v3.9.4 ([b75056d](https://github.com/thinkkoa/koatty/commit/b75056d))
405
+ * build: v3.9.4 ([e3d4d80](https://github.com/thinkkoa/koatty/commit/e3d4d80))
406
+
407
+
408
+
409
+ ## <small>3.9.3 (2023-08-21)</small>
410
+
411
+ * build: deps ([e26917e](https://github.com/thinkkoa/koatty/commit/e26917e))
412
+ * build: v3.9.3 ([bfc34b7](https://github.com/thinkkoa/koatty/commit/bfc34b7))
413
+
414
+
415
+
416
+ ## <small>3.9.2 (2023-08-21)</small>
417
+
418
+ * build: deps ([7818792](https://github.com/thinkkoa/koatty/commit/7818792))
419
+ * build: v3.9.2 ([835aaf5](https://github.com/thinkkoa/koatty/commit/835aaf5))
420
+ * fix: add async_hooks config ([405a9e0](https://github.com/thinkkoa/koatty/commit/405a9e0))
421
+ * fix: up ([3b61396](https://github.com/thinkkoa/koatty/commit/3b61396))
422
+
423
+
424
+
425
+ ## <small>3.9.1 (2023-07-28)</small>
426
+
427
+ * build: v3.9.1 ([8d7ab69](https://github.com/thinkkoa/koatty/commit/8d7ab69))
428
+ * fix: commit ([883db5f](https://github.com/thinkkoa/koatty/commit/883db5f))
429
+
430
+
431
+
432
+ ## <small>3.9.1-3 (2023-07-27)</small>
433
+
434
+ * build: upgrade deps ([9cfe758](https://github.com/thinkkoa/koatty/commit/9cfe758))
435
+ * build: v3.9.1-3 ([8810c5a](https://github.com/thinkkoa/koatty/commit/8810c5a))
436
+
437
+
438
+
439
+ ## <small>3.9.1-2 (2023-07-27)</small>
440
+
441
+ * build: script ([c886db5](https://github.com/thinkkoa/koatty/commit/c886db5))
442
+ * build: v3.9.1-2 ([a4064a9](https://github.com/thinkkoa/koatty/commit/a4064a9))
443
+ * fix: fix import ([086e561](https://github.com/thinkkoa/koatty/commit/086e561))
444
+
445
+
446
+
447
+ ## <small>3.9.1-1 (2023-07-26)</small>
448
+
449
+ * build: upgrade deps ([fb94ea9](https://github.com/thinkkoa/koatty/commit/fb94ea9))
450
+ * build: v3.9.1-1 ([8fc0b40](https://github.com/thinkkoa/koatty/commit/8fc0b40))
451
+ * docs: apis ([37bb76c](https://github.com/thinkkoa/koatty/commit/37bb76c))
452
+
453
+
454
+
455
+ ## <small>3.9.1-0 (2023-07-26)</small>
456
+
457
+ * build: upgrade ([2e75059](https://github.com/thinkkoa/koatty/commit/2e75059))
458
+ * build: v3.9.1-0 ([229643b](https://github.com/thinkkoa/koatty/commit/229643b))
459
+ * build(deps): bump protobufjs from 7.2.2 to 7.2.4 ([852e3f7](https://github.com/thinkkoa/koatty/commit/852e3f7))
460
+ * fix: type defined ([95228fa](https://github.com/thinkkoa/koatty/commit/95228fa))
461
+
462
+
463
+
464
+ ## <small>3.8.3 (2023-05-23)</small>
465
+
466
+ * build: v3.8.3 ([ec6703f](https://github.com/thinkkoa/koatty/commit/ec6703f))
23
467
 
24
468
 
25
- ### Bug Fixes
26
469
 
27
- * 暂存 ([4ba0d2b](https://github.com/thinkkoa/koatty/commit/4ba0d2b625a4a329d620a487456452907db9bc91))
28
- * apppath changed in debug mod ([95e0d7b](https://github.com/thinkkoa/koatty/commit/95e0d7b22387da1ecbce5cc0d6faccdb70aee179))
29
- * module ([25a7d7a](https://github.com/thinkkoa/koatty/commit/25a7d7a6a7cb58096907da7aeb6babc0ce2097fc))
470
+ ## <small>3.8.2 (2023-03-04)</small>
30
471
 
31
- ### [3.11.4-2](https://github.com/thinkkoa/koatty/compare/v3.11.4-1...v3.11.4-2) (2024-04-14)
472
+ * build: v3.8.2 ([f2f53a3](https://github.com/thinkkoa/koatty/commit/f2f53a3))
32
473
 
33
- ### [3.11.4-1](https://github.com/thinkkoa/koatty/compare/v3.11.4-0...v3.11.4-1) (2024-04-01)
34
474
 
35
- ### [3.11.4-0](https://github.com/thinkkoa/koatty/compare/v3.11.3...v3.11.4-0) (2024-03-15)
36
475
 
37
- ### [3.11.3](https://github.com/thinkkoa/koatty/compare/v3.11.2...v3.11.3) (2024-03-15)
476
+ ## 3.8.0 (2023-03-04)
38
477
 
478
+ * build: v3.8.0 ([41243b9](https://github.com/thinkkoa/koatty/commit/41243b9))
479
+ * docs: api doc ([1103025](https://github.com/thinkkoa/koatty/commit/1103025))
39
480
 
40
- ### Bug Fixes
41
481
 
42
- * output迁移到exception库 ([e59428e](https://github.com/thinkkoa/koatty/commit/e59428e11687c0388089b82e80d6dece17fe7b07))
43
482
 
44
- ### [3.11.2](https://github.com/thinkkoa/koatty/compare/v3.11.2-8...v3.11.2) (2024-02-02)
483
+ ## 3.8.0-6 (2023-03-04)
45
484
 
485
+ * build: add demo package.json ([23b4b9f](https://github.com/thinkkoa/koatty/commit/23b4b9f))
486
+ * build: deps ([4222862](https://github.com/thinkkoa/koatty/commit/4222862))
487
+ * build: v3.8.0-6 ([1790387](https://github.com/thinkkoa/koatty/commit/1790387))
488
+ * fix: change event ([7d651a7](https://github.com/thinkkoa/koatty/commit/7d651a7))
489
+ * fix: 修改listen callback函数类型 ([9a3b29f](https://github.com/thinkkoa/koatty/commit/9a3b29f))
46
490
 
47
- ### Bug Fixes
48
491
 
49
- * 增加router配置 ([974a181](https://github.com/thinkkoa/koatty/commit/974a1812e3a65721623957ee2c3a907dcc203193))
50
- * 自定义exception适配新版 ([b5822e2](https://github.com/thinkkoa/koatty/commit/b5822e2959f4ba70945e640a9c0c03f38660aca9))
51
492
 
52
- ### [3.11.2-8](https://github.com/thinkkoa/koatty/compare/v3.11.2-7...v3.11.2-8) (2024-01-16)
493
+ ## 3.8.0-5 (2023-02-26)
53
494
 
54
- ### [3.11.2-7](https://github.com/thinkkoa/koatty/compare/v3.11.2-6...v3.11.2-7) (2024-01-15)
495
+ * build: v3.8.0-5 ([cb84bbf](https://github.com/thinkkoa/koatty/commit/cb84bbf))
55
496
 
56
497
 
57
- ### Refactor
58
498
 
59
- * export router interface ([b6bc181](https://github.com/thinkkoa/koatty/commit/b6bc1819ca97817e5c26376a5b4d12c8992bbe62))
60
- * output ([286f57a](https://github.com/thinkkoa/koatty/commit/286f57ae7e4133a1bf3c6e3d58c870fb218bd575))
61
- * output interface ([53cd320](https://github.com/thinkkoa/koatty/commit/53cd3207ba5db6fc9fa6cf3d94543df208576833))
62
- * remove base class ([cebc6d7](https://github.com/thinkkoa/koatty/commit/cebc6d734bae800fe9be3321acef48760210292b))
63
- * 调整router、server初始化 ([2af33b8](https://github.com/thinkkoa/koatty/commit/2af33b8df554bfee4bbeac7bcac3d219fd9a7af0))
499
+ ## 3.8.0-4 (2023-02-26)
64
500
 
65
- ### [3.11.2-6](https://github.com/thinkkoa/koatty/compare/v3.11.2-5...v3.11.2-6) (2024-01-14)
501
+ * build: v3.8.0-4 ([14804b8](https://github.com/thinkkoa/koatty/commit/14804b8))
502
+ * fix: app.version ([5e82cef](https://github.com/thinkkoa/koatty/commit/5e82cef))
503
+ * fix: path of package.json ([6d4f2f6](https://github.com/thinkkoa/koatty/commit/6d4f2f6))
66
504
 
67
- ### [3.11.2-5](https://github.com/thinkkoa/koatty/compare/v3.11.2-4...v3.11.2-5) (2024-01-07)
68
505
 
69
- ### [3.11.2-4](https://github.com/thinkkoa/koatty/compare/v3.11.2-3...v3.11.2-4) (2024-01-07)
70
506
 
507
+ ## 3.8.0-3 (2023-02-26)
71
508
 
72
- ### Bug Fixes
509
+ * build: v3.8.0-3 ([ff8e97a](https://github.com/thinkkoa/koatty/commit/ff8e97a))
73
510
 
74
- * commit ([1eb83d5](https://github.com/thinkkoa/koatty/commit/1eb83d5108920fee1808cdcdaaa028c88941a280))
75
511
 
76
- ### [3.11.2-3](https://github.com/thinkkoa/koatty/compare/v3.11.2-2...v3.11.2-3) (2024-01-05)
77
512
 
78
- ### [3.11.2-2](https://github.com/thinkkoa/koatty/compare/v3.11.2-1...v3.11.2-2) (2024-01-04)
513
+ ## 3.8.0-2 (2023-02-26)
79
514
 
80
- ### [3.11.2-1](https://github.com/thinkkoa/koatty/compare/v3.11.2-0...v3.11.2-1) (2024-01-04)
515
+ * build: v3.8.0-2 ([b1cc54d](https://github.com/thinkkoa/koatty/commit/b1cc54d))
81
516
 
82
- ### [3.11.2-0](https://github.com/thinkkoa/koatty/compare/v3.11.1...v3.11.2-0) (2024-01-04)
83
517
 
84
- ### [3.11.1](https://github.com/thinkkoa/koatty/compare/v3.11.0...v3.11.1) (2024-01-03)
85
518
 
519
+ ## 3.8.0-1 (2023-02-21)
86
520
 
87
- ### Bug Fixes
521
+ * build: v3.8.0-1 ([0005a07](https://github.com/thinkkoa/koatty/commit/0005a07))
522
+ * fix: version is getter ([1f43b68](https://github.com/thinkkoa/koatty/commit/1f43b68))
88
523
 
89
- * aspect interface ([03b1884](https://github.com/thinkkoa/koatty/commit/03b188401d694ca116c58c71fc0270da8c163cc1))
90
524
 
91
- ## [3.11.0](https://github.com/thinkkoa/koatty/compare/v3.10.4...v3.11.0) (2024-01-03)
92
525
 
526
+ ## 3.8.0-0 (2023-02-21)
93
527
 
94
- ### Features
528
+ * build: v3.8.0-0 ([0d80c65](https://github.com/thinkkoa/koatty/commit/0d80c65))
529
+ * feat: koatty_trace支持opentracing ([ae67ce0](https://github.com/thinkkoa/koatty/commit/ae67ce0))
530
+ * fix: core模块app增加name及version ([e55db1a](https://github.com/thinkkoa/koatty/commit/e55db1a))
531
+ * fix: SetLogger读取配置变更 ([9765908](https://github.com/thinkkoa/koatty/commit/9765908))
532
+ * fix: 修改container关于 app及 ctx 接口定义 ([a7c318a](https://github.com/thinkkoa/koatty/commit/a7c318a))
95
533
 
96
- * 增加Output类 ([09e43c4](https://github.com/thinkkoa/koatty/commit/09e43c49e2e6bc6c9cb85cd03081bd5f25134c5b))
97
534
 
98
- ### [3.10.4](https://github.com/thinkkoa/koatty/compare/v3.10.4-5...v3.10.4) (2023-12-24)
99
535
 
536
+ ## <small>3.7.9 (2023-02-17)</small>
100
537
 
101
- ### Bug Fixes
538
+ * build: v3.7.9 ([2e67444](https://github.com/thinkkoa/koatty/commit/2e67444))
539
+ * fix: 绑定参数类型转换 ([4fc5bc8](https://github.com/thinkkoa/koatty/commit/4fc5bc8))
102
540
 
103
- * 类型断言 ([16caed6](https://github.com/thinkkoa/koatty/commit/16caed67c1b66b444a3313441d0b65b9ded4186c))
104
541
 
105
- ### [3.10.4-5](https://github.com/thinkkoa/koatty/compare/v3.10.4-4...v3.10.4-5) (2023-12-23)
106
542
 
543
+ ## <small>3.7.8 (2023-02-17)</small>
107
544
 
108
- ### Bug Fixes
545
+ * build: deps ([2d3e91b](https://github.com/thinkkoa/koatty/commit/2d3e91b))
546
+ * build: v3.7.8 ([fb4b296](https://github.com/thinkkoa/koatty/commit/fb4b296))
109
547
 
110
- * KoattyMiddleware ([50dd7f5](https://github.com/thinkkoa/koatty/commit/50dd7f57fc6824127443ddfc614d5f61e83530ed))
111
548
 
112
- ### [3.10.4-4](https://github.com/thinkkoa/koatty/compare/v3.10.4-3...v3.10.4-4) (2023-12-23)
113
549
 
550
+ ## <small>3.7.7 (2023-02-15)</small>
114
551
 
115
- ### Bug Fixes
552
+ * build: deps ([d54c829](https://github.com/thinkkoa/koatty/commit/d54c829))
553
+ * build: deps ([2dacc00](https://github.com/thinkkoa/koatty/commit/2dacc00))
554
+ * build: v3.7.7 ([7ab1b61](https://github.com/thinkkoa/koatty/commit/7ab1b61))
555
+ * Update README.md ([228b1b5](https://github.com/thinkkoa/koatty/commit/228b1b5))
556
+ * fix: rebuild logger ([42cdb96](https://github.com/thinkkoa/koatty/commit/42cdb96))
116
557
 
117
- * remove export ([b2eed18](https://github.com/thinkkoa/koatty/commit/b2eed18017838e9e91394f91cd60ea9790c59920))
118
558
 
119
- ### [3.10.4-3](https://github.com/thinkkoa/koatty/compare/v3.10.4-2...v3.10.4-3) (2023-12-16)
120
559
 
560
+ ## <small>3.7.6 (2023-01-13)</small>
121
561
 
122
- ### Bug Fixes
562
+ * build: peerDependencies ([6cee465](https://github.com/thinkkoa/koatty/commit/6cee465))
563
+ * build: v3.7.6 ([a8c2880](https://github.com/thinkkoa/koatty/commit/a8c2880))
564
+ * docs: api ([1910881](https://github.com/thinkkoa/koatty/commit/1910881))
123
565
 
124
- * async tracer ([098bf04](https://github.com/thinkkoa/koatty/commit/098bf040dc44cb1294cf3726acab65a2856f0548))
125
- * 集成tracer ([7f1ed23](https://github.com/thinkkoa/koatty/commit/7f1ed232e4aa1224132ce74d6a6f4b92aa884973))
126
566
 
127
- ### [3.10.4-2](https://github.com/thinkkoa/koatty/compare/v3.10.4-1...v3.10.4-2) (2023-12-14)
128
567
 
129
- ### [3.10.4-1](https://github.com/thinkkoa/koatty/compare/v3.10.4-0...v3.10.4-1) (2023-12-10)
568
+ ## <small>3.7.4 (2022-11-18)</small>
130
569
 
131
- ### [3.10.4-0](https://github.com/thinkkoa/koatty/compare/v3.10.3...v3.10.4-0) (2023-12-09)
570
+ * build: v3.7.4 ([c4e22d7](https://github.com/thinkkoa/koatty/commit/c4e22d7))
571
+ * fix: prod模式log打印不全 ([bf3c81b](https://github.com/thinkkoa/koatty/commit/bf3c81b))
572
+ * fix: wrong words ([024a1fa](https://github.com/thinkkoa/koatty/commit/024a1fa))
573
+ * fix: 更新logo ([4e5554e](https://github.com/thinkkoa/koatty/commit/4e5554e))
132
574
 
133
575
 
134
- ### Bug Fixes
135
576
 
136
- * 合并payload ([6d98ffb](https://github.com/thinkkoa/koatty/commit/6d98ffb94ba313b16ac4438bace3eb84680c42f2))
577
+ ## <small>3.7.3 (2022-11-16)</small>
137
578
 
138
- ### [3.10.3](https://github.com/thinkkoa/koatty/compare/v3.10.3-0...v3.10.3) (2023-12-06)
579
+ * build: v3.7.3 ([2118b74](https://github.com/thinkkoa/koatty/commit/2118b74))
580
+ * fix: readme ([721ce49](https://github.com/thinkkoa/koatty/commit/721ce49))
581
+ * fix: upgrade ([76df70b](https://github.com/thinkkoa/koatty/commit/76df70b))
582
+ * docs: readme ([5e77304](https://github.com/thinkkoa/koatty/commit/5e77304))
139
583
 
140
- ### [3.10.3-0](https://github.com/thinkkoa/koatty/compare/v3.10.2...v3.10.3-0) (2023-12-06)
141
584
 
142
- ### [3.10.2](https://github.com/thinkkoa/koatty/compare/v3.10.2-4...v3.10.2) (2023-11-11)
143
585
 
144
- ### [3.10.2-4](https://github.com/thinkkoa/koatty/compare/v3.10.2-3...v3.10.2-4) (2023-11-11)
586
+ ## <small>3.7.2 (2022-11-16)</small>
145
587
 
146
- ### [3.10.2-3](https://github.com/thinkkoa/koatty/compare/v3.10.2-2...v3.10.2-3) (2023-11-10)
588
+ * build: upgrade router ([597fbbf](https://github.com/thinkkoa/koatty/commit/597fbbf))
589
+ * build: v3.7.2 ([146ed99](https://github.com/thinkkoa/koatty/commit/146ed99))
590
+ * fix: add log ([08dcf4d](https://github.com/thinkkoa/koatty/commit/08dcf4d))
591
+ * fix: sigint监听修复 ([f632191](https://github.com/thinkkoa/koatty/commit/f632191))
147
592
 
148
- ### [3.10.2-2](https://github.com/thinkkoa/koatty/compare/v3.10.2-1...v3.10.2-2) (2023-11-10)
149
593
 
150
- ### [3.10.2-1](https://github.com/thinkkoa/koatty/compare/v3.10.2-0...v3.10.2-1) (2023-11-10)
151
594
 
595
+ ## <small>3.7.1 (2022-11-12)</small>
152
596
 
153
- ### Bug Fixes
597
+ * build: v3.7.1 ([fac2248](https://github.com/thinkkoa/koatty/commit/fac2248))
598
+ * docs: api doc ([308ea7e](https://github.com/thinkkoa/koatty/commit/308ea7e))
154
599
 
155
- * ctl.ok返回类型 ([5d76b80](https://github.com/thinkkoa/koatty/commit/5d76b800fa3a59c5685fba3bf5adca04ce27afe2))
156
600
 
157
- ### [3.10.2-0](https://github.com/thinkkoa/koatty/compare/v3.10.1...v3.10.2-0) (2023-11-10)
158
601
 
602
+ ## 3.7.0 (2022-11-01)
159
603
 
160
- ### Bug Fixes
604
+ * build: v3.7.0 ([8330e69](https://github.com/thinkkoa/koatty/commit/8330e69))
605
+ * fix: ctx.body未赋值导致的404 ([ea0a248](https://github.com/thinkkoa/koatty/commit/ea0a248))
161
606
 
162
- * rename ([738185d](https://github.com/thinkkoa/koatty/commit/738185d3eb538770f8ee186dccd4c61ead8a3659))
163
607
 
164
- ### [3.10.1](https://github.com/thinkkoa/koatty/compare/v3.10.0...v3.10.1) (2023-11-09)
165
608
 
609
+ ## <small>3.6.10 (2022-09-05)</small>
166
610
 
167
- ### Bug Fixes
611
+ * build: upgrade deps ([ad0192d](https://github.com/thinkkoa/koatty/commit/ad0192d))
612
+ * build: v3.6.10 ([9e85379](https://github.com/thinkkoa/koatty/commit/9e85379))
613
+ * fix: upgrade deps ([cc1d3a1](https://github.com/thinkkoa/koatty/commit/cc1d3a1))
168
614
 
169
- * jsdoc ([993970e](https://github.com/thinkkoa/koatty/commit/993970e77dab26af1b81e7d2abfeac93263648ae))
170
- * readme ([73078be](https://github.com/thinkkoa/koatty/commit/73078be36cc7a89767ded165dc91a7b3f11fd228))
171
615
 
172
- ## [3.10.0](https://github.com/thinkkoa/koatty/compare/v3.9.5...v3.10.0) (2023-11-08)
173
616
 
617
+ ## <small>3.6.10-1 (2022-08-19)</small>
174
618
 
175
- ### Features
619
+ * build: v3.6.10-1 ([e6075a0](https://github.com/thinkkoa/koatty/commit/e6075a0))
176
620
 
177
- * add app event bind ([66e7a48](https://github.com/thinkkoa/koatty/commit/66e7a488c2aa833e37e1418a9d17c91b0872d255))
178
- * Custom decorator based on app events ([aa9d96c](https://github.com/thinkkoa/koatty/commit/aa9d96c8bda8364793d868c20eca5d479acb4f88))
179
621
 
180
622
 
181
- ### Bug Fixes
623
+ ## <small>3.6.10-0 (2022-08-19)</small>
182
624
 
183
- * key is null ([d851dc5](https://github.com/thinkkoa/koatty/commit/d851dc525933de9225ddf43bcbedc2ac29922648))
184
- * readme ([84ed9f4](https://github.com/thinkkoa/koatty/commit/84ed9f4261d9c338c1a70d685f3b44deb35a40ee))
625
+ * build: v3.6.10-0 ([dc2f1aa](https://github.com/thinkkoa/koatty/commit/dc2f1aa))
185
626
 
186
- ### [3.9.5](https://github.com/thinkkoa/koatty/compare/v3.9.4...v3.9.5) (2023-09-12)
187
627
 
188
628
 
189
- ### Bug Fixes
629
+ ## <small>3.6.9 (2022-07-27)</small>
190
630
 
191
- * import from exception ([beca23c](https://github.com/thinkkoa/koatty/commit/beca23c6b7059ad48997522feff19c716e9a084e))
192
- * set process.env.LOGS_PATH ([ca38881](https://github.com/thinkkoa/koatty/commit/ca3888189fd5ed37c0d395f05cdb3672df95b7ff))
631
+ * build: upgrade ([83dcccd](https://github.com/thinkkoa/koatty/commit/83dcccd))
632
+ * build: v3.6.9 ([3a543c3](https://github.com/thinkkoa/koatty/commit/3a543c3))
193
633
 
194
- ### [3.9.4](https://github.com/thinkkoa/koatty/compare/v3.9.3...v3.9.4) (2023-08-30)
195
634
 
196
- ### [3.9.3](https://github.com/thinkkoa/koatty/compare/v3.9.2...v3.9.3) (2023-08-21)
197
635
 
198
- ### [3.9.2](https://github.com/thinkkoa/koatty/compare/v3.9.1...v3.9.2) (2023-08-21)
636
+ ## <small>3.6.8 (2022-05-27)</small>
199
637
 
638
+ * build: update ([f33360d](https://github.com/thinkkoa/koatty/commit/f33360d))
639
+ * build: v3.6.8 ([65f7ac2](https://github.com/thinkkoa/koatty/commit/65f7ac2))
640
+ * build: 升级依赖 ([430b6db](https://github.com/thinkkoa/koatty/commit/430b6db))
200
641
 
201
- ### Bug Fixes
202
642
 
203
- * add async_hooks config ([405a9e0](https://github.com/thinkkoa/koatty/commit/405a9e062d4d24e644b5702261563b7affa5480d))
204
- * up ([3b61396](https://github.com/thinkkoa/koatty/commit/3b61396481002b8e1b8a0aa79f6da1b81ebbdf26))
205
643
 
206
- ### [3.9.1](https://github.com/thinkkoa/koatty/compare/v3.9.1-3...v3.9.1) (2023-07-28)
644
+ ## <small>3.6.8-2 (2022-03-15)</small>
207
645
 
646
+ * build: v3.6.8-2 ([897f70a](https://github.com/thinkkoa/koatty/commit/897f70a))
647
+ * style: 空格2 ([a84a9e2](https://github.com/thinkkoa/koatty/commit/a84a9e2))
648
+ * chore: remove lint-staged ([3b8837d](https://github.com/thinkkoa/koatty/commit/3b8837d))
208
649
 
209
- ### Bug Fixes
210
650
 
211
- * commit ([883db5f](https://github.com/thinkkoa/koatty/commit/883db5f6d11ace9b9f04f7b3b81452d5cbd76bfe))
212
651
 
213
- ### [3.9.1-3](https://github.com/thinkkoa/koatty/compare/v3.9.1-2...v3.9.1-3) (2023-07-27)
652
+ ## <small>3.6.8-1 (2022-03-15)</small>
214
653
 
215
- ### [3.9.1-2](https://github.com/thinkkoa/koatty/compare/v3.9.1-1...v3.9.1-2) (2023-07-27)
654
+ * build: v3.6.8-1 ([4ea9fb3](https://github.com/thinkkoa/koatty/commit/4ea9fb3))
655
+ * chore: lint-staged ([284724a](https://github.com/thinkkoa/koatty/commit/284724a))
216
656
 
217
657
 
218
- ### Bug Fixes
219
658
 
220
- * fix import ([086e561](https://github.com/thinkkoa/koatty/commit/086e56115b57359ffbe0dc7450bce82624f23dd8))
659
+ ## <small>3.6.8-0 (2022-03-14)</small>
221
660
 
222
- ### [3.9.1-1](https://github.com/thinkkoa/koatty/compare/v3.9.1-0...v3.9.1-1) (2023-07-26)
661
+ * 🔧 build: ([f0b72b0](https://github.com/thinkkoa/koatty/commit/f0b72b0))
662
+ * 🔧 build: v3.6.8-0 ([51376c8](https://github.com/thinkkoa/koatty/commit/51376c8))
663
+ * 🦄 refactor: ([23d767d](https://github.com/thinkkoa/koatty/commit/23d767d))
664
+ * build: 依赖 ([d691627](https://github.com/thinkkoa/koatty/commit/d691627))
665
+ * refactor: 支持单元测试调用 ([48d8f28](https://github.com/thinkkoa/koatty/commit/48d8f28))
666
+ * chore: 项目配置 ([2c44250](https://github.com/thinkkoa/koatty/commit/2c44250))
667
+ * test: 测试用例 ([a55f703](https://github.com/thinkkoa/koatty/commit/a55f703))
223
668
 
224
- ### [3.9.1-0](https://github.com/thinkkoa/koatty/compare/v3.8.3...v3.9.1-0) (2023-07-26)
225
669
 
226
670
 
227
- ### Bug Fixes
671
+ ## <small>3.6.7 (2022-03-09)</small>
228
672
 
229
- * type defined ([95228fa](https://github.com/thinkkoa/koatty/commit/95228fa651955c1960a28a6252dbcfb17adddf11))
673
+ * 🔧 build: v3.6.7 ([5bcd7b9](https://github.com/thinkkoa/koatty/commit/5bcd7b9))
230
674
 
231
- ### [3.8.3](https://github.com/thinkkoa/koatty/compare/v3.8.2...v3.8.3) (2023-05-23)
232
675
 
233
- ### [3.8.2](https://github.com/thinkkoa/koatty/compare/v3.8.0...v3.8.2) (2023-03-04)
234
676
 
235
- ## [3.8.0-6](https://github.com/thinkkoa/koatty/compare/v3.8.0-5...v3.8.0-6) (2023-03-04)
677
+ ## <small>3.6.6 (2022-03-02)</small>
236
678
 
679
+ * 🐞 fix: 支持status错误时输出body ([9a526f8](https://github.com/thinkkoa/koatty/commit/9a526f8))
680
+ * 📃 docs: ([5af196f](https://github.com/thinkkoa/koatty/commit/5af196f))
681
+ * 🔧 build: v3.6.6 ([d780df5](https://github.com/thinkkoa/koatty/commit/d780df5))
237
682
 
238
- ### Bug Fixes
239
683
 
240
- * change event ([7d651a7](https://github.com/thinkkoa/koatty/commit/7d651a7b3453c0878dd37d0890509b2908e4afdf))
241
- * 修改listen callback函数类型 ([9a3b29f](https://github.com/thinkkoa/koatty/commit/9a3b29f8d16a06b3627e5ccf88c08460e2cc3ae2))
242
684
 
243
- ## [3.8.0-5](https://github.com/thinkkoa/koatty/compare/v3.8.0-4...v3.8.0-5) (2023-02-26)
685
+ ## <small>3.6.5 (2022-03-02)</small>
244
686
 
245
- ## [3.8.0-4](https://github.com/thinkkoa/koatty/compare/v3.8.0-3...v3.8.0-4) (2023-02-26)
687
+ * 🐞 fix: 兼容this.fail旧版用法 ([52eed90](https://github.com/thinkkoa/koatty/commit/52eed90))
688
+ * 🔧 build: v3.6.5 ([ec22f37](https://github.com/thinkkoa/koatty/commit/ec22f37))
689
+ * 🔧 build: 解决AOP循环调用;增加status错误拦截 ([9c7fdfa](https://github.com/thinkkoa/koatty/commit/9c7fdfa))
690
+ * 🧪 test: ([1f328b7](https://github.com/thinkkoa/koatty/commit/1f328b7))
246
691
 
247
692
 
248
- ### Bug Fixes
249
693
 
250
- * app.version ([5e82cef](https://github.com/thinkkoa/koatty/commit/5e82cef804f5ae01f7fffd9c0ed3379f80995542))
251
- * path of package.json ([6d4f2f6](https://github.com/thinkkoa/koatty/commit/6d4f2f664ad6b16053ae67be787436cacf2434f1))
694
+ ## <small>3.6.4 (2022-02-25)</small>
252
695
 
253
- ## [3.8.0-3](https://github.com/thinkkoa/koatty/compare/v3.8.0-2...v3.8.0-3) (2023-02-26)
696
+ * 🔧 build: v3.6.4 ([b60f8ef](https://github.com/thinkkoa/koatty/commit/b60f8ef))
697
+ * 🔧 build: 升级依赖 ([602c00a](https://github.com/thinkkoa/koatty/commit/602c00a))
698
+ * 🔧 build: 升级组件 ([82b7da0](https://github.com/thinkkoa/koatty/commit/82b7da0))
254
699
 
255
- ## [3.8.0-2](https://github.com/thinkkoa/koatty/compare/v3.8.0-1...v3.8.0-2) (2023-02-26)
256
700
 
257
- ## [3.8.0-1](https://github.com/thinkkoa/koatty/compare/v3.8.0-0...v3.8.0-1) (2023-02-21)
258
701
 
702
+ ## <small>3.6.3 (2022-02-25)</small>
259
703
 
260
- ### Bug Fixes
704
+ * 📝 docs: 文档 ([77cd74a](https://github.com/thinkkoa/koatty/commit/77cd74a))
705
+ * 🔧 build: v3.6.3 ([f63beea](https://github.com/thinkkoa/koatty/commit/f63beea))
261
706
 
262
- * version is getter ([1f43b68](https://github.com/thinkkoa/koatty/commit/1f43b68b3434eecc8d0ce154380c16e39a347634))
263
707
 
264
- ## [3.8.0-0](https://github.com/thinkkoa/koatty/compare/v3.7.9...v3.8.0-0) (2023-02-21)
265
708
 
709
+ ## <small>3.6.2 (2022-02-23)</small>
266
710
 
267
- ### Features
711
+ * ✨ feat: 增加jest单元测试支持 ([3b4066c](https://github.com/thinkkoa/koatty/commit/3b4066c))
712
+ * ✨ feat: 增加支持jest单元测试 ([da2e670](https://github.com/thinkkoa/koatty/commit/da2e670))
713
+ * 🐛 fix: 修复非默认中间件不能禁用问题 ([b0f4fd8](https://github.com/thinkkoa/koatty/commit/b0f4fd8))
714
+ * 🔧 build: v3.6.2 ([6e374e9](https://github.com/thinkkoa/koatty/commit/6e374e9))
715
+ * 🔧 build: 更新依赖 ([f084b31](https://github.com/thinkkoa/koatty/commit/f084b31))
716
+ * 🔧 build: 更新依赖 ([1b4f89e](https://github.com/thinkkoa/koatty/commit/1b4f89e))
268
717
 
269
- * koatty_trace支持opentracing ([ae67ce0](https://github.com/thinkkoa/koatty/commit/ae67ce05c8e731a149d67b2b5e98edc88bef9861))
270
718
 
271
719
 
272
- ### Bug Fixes
720
+ ## 3.6.0 (2022-02-22)
273
721
 
274
- * core模块app增加name及version ([e55db1a](https://github.com/thinkkoa/koatty/commit/e55db1aa78369181b54d0d11c6319b20f21d50f2))
275
- * SetLogger读取配置变更 ([9765908](https://github.com/thinkkoa/koatty/commit/9765908a6b00486a510e8028cdbe5fc27ecadc88))
276
- * 修改container关于 app及 ctx 接口定义 ([a7c318a](https://github.com/thinkkoa/koatty/commit/a7c318a649531acb5a7cfeb4f9b357fc9418cff7))
722
+ * 💄 style: 修改格式 ([15019ca](https://github.com/thinkkoa/koatty/commit/15019ca))
723
+ * 🔧 build: v3.6.0 ([7c5e113](https://github.com/thinkkoa/koatty/commit/7c5e113))
277
724
 
278
- ### [3.7.9](https://github.com/thinkkoa/koatty/compare/v3.7.8...v3.7.9) (2023-02-17)
279
725
 
280
726
 
281
- ### Bug Fixes
727
+ ## 3.6.0-1 (2022-02-21)
282
728
 
283
- * 绑定参数类型转换 ([4fc5bc8](https://github.com/thinkkoa/koatty/commit/4fc5bc8927a5be9b51bd23f8b702bbf34c9b42c3))
729
+ * 🔧 build: eslintignore ([563035e](https://github.com/thinkkoa/koatty/commit/563035e))
730
+ * 🔧 build: gitignore ([d96f14d](https://github.com/thinkkoa/koatty/commit/d96f14d))
731
+ * 🔧 build: v3.6.0-1 ([746fc92](https://github.com/thinkkoa/koatty/commit/746fc92))
732
+ * 🔧 build: 升级依赖 ([bbee2ae](https://github.com/thinkkoa/koatty/commit/bbee2ae))
284
733
 
285
- ### [3.7.8](https://github.com/thinkkoa/koatty/compare/v3.7.7...v3.7.8) (2023-02-17)
286
734
 
287
- ### [3.7.7](https://github.com/thinkkoa/koatty/compare/v3.7.6...v3.7.7) (2023-02-15)
288
735
 
736
+ ## 3.6.0-0 (2022-02-21)
289
737
 
290
- ### Bug Fixes
738
+ * 🎨 style: 移除多余log ([2fc4647](https://github.com/thinkkoa/koatty/commit/2fc4647))
739
+ * 🐛 fix: Default middleware cannot be disabled ([ab35b73](https://github.com/thinkkoa/koatty/commit/ab35b73))
740
+ * 🐛 fix: Default middleware cannot be disabled ([ee6ef0d](https://github.com/thinkkoa/koatty/commit/ee6ef0d))
741
+ * 📃 docs: ([1bf681e](https://github.com/thinkkoa/koatty/commit/1bf681e))
742
+ * 📃 docs: ([b97e9a1](https://github.com/thinkkoa/koatty/commit/b97e9a1))
743
+ * 🔧 build: v3.6.0-0 ([e4fa808](https://github.com/thinkkoa/koatty/commit/e4fa808))
744
+ * 🔧 build: 升级依赖 ([076212e](https://github.com/thinkkoa/koatty/commit/076212e))
745
+ * 🔧 build: 升级依赖 ([3275da2](https://github.com/thinkkoa/koatty/commit/3275da2))
746
+ * 🔧 build: 升级依赖 ([faedfda](https://github.com/thinkkoa/koatty/commit/faedfda))
747
+ * 🔧 build: 升级依赖 ([32856fc](https://github.com/thinkkoa/koatty/commit/32856fc))
748
+ * 🔧 fix: 修改导出 ([ce003be](https://github.com/thinkkoa/koatty/commit/ce003be))
749
+ * 🔧 test: 测试用例 ([419c715](https://github.com/thinkkoa/koatty/commit/419c715))
291
750
 
292
- * rebuild logger ([42cdb96](https://github.com/thinkkoa/koatty/commit/42cdb964c2e0a41a93b1a895084c92c016cbad24))
293
751
 
294
- ### [3.7.6](https://github.com/thinkkoa/koatty/compare/v3.7.4...v3.7.6) (2023-01-13)
295
752
 
296
- ### [3.7.4](https://github.com/thinkkoa/koatty/compare/v3.7.3...v3.7.4) (2022-11-18)
753
+ ## <small>3.5.16 (2022-02-14)</small>
297
754
 
755
+ * 🌈 style: ([5e39df1](https://github.com/thinkkoa/koatty/commit/5e39df1))
756
+ * 🌈 style: ([82aec01](https://github.com/thinkkoa/koatty/commit/82aec01))
757
+ * 📃 docs: ([2f7dbd3](https://github.com/thinkkoa/koatty/commit/2f7dbd3))
758
+ * 📃 docs: ([6f65351](https://github.com/thinkkoa/koatty/commit/6f65351))
759
+ * 🔧 build: ([34643ab](https://github.com/thinkkoa/koatty/commit/34643ab))
760
+ * 🔧 build: v3.5.16 ([c60aea6](https://github.com/thinkkoa/koatty/commit/c60aea6))
761
+ * 🧪 test: ([4f8f87a](https://github.com/thinkkoa/koatty/commit/4f8f87a))
298
762
 
299
- ### Bug Fixes
300
763
 
301
- * prod模式log打印不全 ([bf3c81b](https://github.com/thinkkoa/koatty/commit/bf3c81b1851630eacc36558a7fc7cf444dce9c91))
302
- * wrong words ([024a1fa](https://github.com/thinkkoa/koatty/commit/024a1fa0ff7e8a327ecb6e482b36e450e63dcc4b))
303
- * 更新logo ([4e5554e](https://github.com/thinkkoa/koatty/commit/4e5554e13404cba81c3585bcac3dd017abbf8267))
304
764
 
305
- ### [3.7.3](https://github.com/thinkkoa/koatty/compare/v3.7.2...v3.7.3) (2022-11-16)
765
+ ## <small>3.5.14 (2022-01-17)</small>
306
766
 
767
+ * 🔧 build: v3.5.14 ([f8d1e9f](https://github.com/thinkkoa/koatty/commit/f8d1e9f))
768
+ * 🦄 refactor: ([8c0d67a](https://github.com/thinkkoa/koatty/commit/8c0d67a))
769
+ * 🧪 test: ([23ae8c9](https://github.com/thinkkoa/koatty/commit/23ae8c9))
307
770
 
308
- ### Bug Fixes
309
771
 
310
- * readme ([721ce49](https://github.com/thinkkoa/koatty/commit/721ce4962c3695bc5bc79c1b9de868e561e305ba))
311
- * upgrade ([76df70b](https://github.com/thinkkoa/koatty/commit/76df70b5b106fd7c70e94be63d22b1191bd5ecd0))
312
772
 
313
- ### [3.7.2](https://github.com/thinkkoa/koatty/compare/v3.7.1...v3.7.2) (2022-11-16)
773
+ ## <small>3.5.12 (2021-12-23)</small>
314
774
 
775
+ * ✨ feat:KoattyMiddleware ([c700d07](https://github.com/thinkkoa/koatty/commit/c700d07))
776
+ * 📃 docs: ([2196986](https://github.com/thinkkoa/koatty/commit/2196986))
777
+ * 🔧 build: v3.5.12 ([9b034dc](https://github.com/thinkkoa/koatty/commit/9b034dc))
315
778
 
316
- ### Bug Fixes
317
779
 
318
- * add log ([08dcf4d](https://github.com/thinkkoa/koatty/commit/08dcf4df2ce86f08db8cd34877ed7d06a50b4deb))
319
- * sigint监听修复 ([f632191](https://github.com/thinkkoa/koatty/commit/f632191897a6c3220d9be8babc2d538d7ad085f7))
320
780
 
321
- ### [3.7.1](https://github.com/thinkkoa/koatty/compare/v3.7.0...v3.7.1) (2022-11-12)
781
+ ## <small>3.5.12-3 (2021-12-23)</small>
322
782
 
323
- ## [3.7.0](https://github.com/thinkkoa/koatty/compare/v3.6.10...v3.7.0) (2022-11-01)
783
+ * 🔧 build: v3.5.12-3 ([1a40b20](https://github.com/thinkkoa/koatty/commit/1a40b20))
784
+ * 🧪 test: ([df0b5b1](https://github.com/thinkkoa/koatty/commit/df0b5b1))
324
785
 
325
786
 
326
- ### Bug Fixes
327
787
 
328
- * ctx.body未赋值导致的404 ([ea0a248](https://github.com/thinkkoa/koatty/commit/ea0a248a71031b2d8a26b0b4280410dcdeb841af))
788
+ ## <small>3.5.12-2 (2021-12-21)</small>
329
789
 
330
- ### [3.6.10](https://github.com/thinkkoa/koatty/compare/v3.6.10-1...v3.6.10) (2022-09-05)
790
+ * 🐳 chore: ([59f46a5](https://github.com/thinkkoa/koatty/commit/59f46a5))
791
+ * 🔧 build: v3.5.12-2 ([7bf0df1](https://github.com/thinkkoa/koatty/commit/7bf0df1))
331
792
 
332
793
 
333
- ### Bug Fixes
334
794
 
335
- * upgrade deps ([cc1d3a1](https://github.com/thinkkoa/koatty/commit/cc1d3a10b346b824c02b136ff592407c93ccb825))
795
+ ## <small>3.5.12-1 (2021-12-21)</small>
336
796
 
337
- ### [3.6.10-1](https://github.com/thinkkoa/koatty/compare/v3.6.10-0...v3.6.10-1) (2022-08-19)
797
+ * 🔧 build: ([fb24554](https://github.com/thinkkoa/koatty/commit/fb24554))
798
+ * 🔧 build: v3.5.12-1 ([467ea3b](https://github.com/thinkkoa/koatty/commit/467ea3b))
338
799
 
339
- ### [3.6.10-0](https://github.com/thinkkoa/koatty/compare/v3.6.9...v3.6.10-0) (2022-08-19)
340
800
 
341
- ### [3.6.9](https://github.com/thinkkoa/koatty/compare/v3.6.8...v3.6.9) (2022-07-27)
342
801
 
343
- ### [3.6.8](https://github.com/thinkkoa/koatty/compare/v3.6.8-2...v3.6.8) (2022-05-27)
802
+ ## <small>3.5.12-0 (2021-12-21)</small>
344
803
 
345
- ### [3.6.8-2](https://github.com/thinkkoa/koatty/compare/v3.6.8-1...v3.6.8-2) (2022-03-15)
804
+ * 🐎 ci: ([5ec4726](https://github.com/thinkkoa/koatty/commit/5ec4726))
805
+ * 🐞 fix:remove uuid ([f2eff01](https://github.com/thinkkoa/koatty/commit/f2eff01))
806
+ * 🐞 fix:修复日志写入文件开关无效 ([b4e6394](https://github.com/thinkkoa/koatty/commit/b4e6394))
807
+ * 📃 docs: ([09394fd](https://github.com/thinkkoa/koatty/commit/09394fd))
808
+ * 🔧 build: ([9deb15b](https://github.com/thinkkoa/koatty/commit/9deb15b))
809
+ * 🔧 build: ([9858b0e](https://github.com/thinkkoa/koatty/commit/9858b0e))
810
+ * 🔧 build: ([b38d250](https://github.com/thinkkoa/koatty/commit/b38d250))
811
+ * 🔧 build: ([8c1f207](https://github.com/thinkkoa/koatty/commit/8c1f207))
812
+ * 🔧 build: ([434ddca](https://github.com/thinkkoa/koatty/commit/434ddca))
813
+ * 🔧 build: ([91fdaa0](https://github.com/thinkkoa/koatty/commit/91fdaa0))
814
+ * 🔧 build: v3.5.12-0 ([f0e3cfa](https://github.com/thinkkoa/koatty/commit/f0e3cfa))
815
+ * 🦄 refactor: ([e27f073](https://github.com/thinkkoa/koatty/commit/e27f073))
816
+ * 🦄 refactor: ([80d5dc6](https://github.com/thinkkoa/koatty/commit/80d5dc6))
817
+ * 🦄 refactor:规范框架事件机制 ([22b94d3](https://github.com/thinkkoa/koatty/commit/22b94d3))
818
+ * Update README.md ([31cdc9e](https://github.com/thinkkoa/koatty/commit/31cdc9e))
819
+ * Update README.md ([0714412](https://github.com/thinkkoa/koatty/commit/0714412))
346
820
 
347
- ### [3.6.8-1](https://github.com/thinkkoa/koatty/compare/v3.6.8-0...v3.6.8-1) (2022-03-15)
348
821
 
349
- ### [3.6.8-0](https://github.com/thinkkoa/koatty/compare/v3.6.7...v3.6.8-0) (2022-03-14)
350
822
 
351
- ### [3.6.8-0](https://github.com/thinkkoa/koatty/compare/v3.6.7...v3.6.8-0) (2022-03-14)
823
+ ## <small>3.5.10 (2021-12-01)</small>
352
824
 
353
- ### [3.6.7](https://github.com/thinkkoa/koatty/compare/v3.6.6...v3.6.7) (2022-03-09)
825
+ * chore(release): 3.5.10 ([72bacea](https://github.com/thinkkoa/koatty/commit/72bacea))
826
+ * chore(release): 3.5.10 ([c63c704](https://github.com/thinkkoa/koatty/commit/c63c704))
827
+ * chore(release): 3.5.2 ([c252527](https://github.com/thinkkoa/koatty/commit/c252527))
828
+ * ✨ feat:支持命令行配置及参数替换 ([6c3eaef](https://github.com/thinkkoa/koatty/commit/6c3eaef))
829
+ * 🌈 style: ([f62f177](https://github.com/thinkkoa/koatty/commit/f62f177))
830
+ * 🐞 fix: appDebug error ([7f2ea44](https://github.com/thinkkoa/koatty/commit/7f2ea44))
831
+ * 🐞 fix:engine ([fc36298](https://github.com/thinkkoa/koatty/commit/fc36298))
832
+ * 🐞 fix:修复production模式下日志输出问题 ([681a9df](https://github.com/thinkkoa/koatty/commit/681a9df))
833
+ * 🐞 fix:修复加载配置bug ([992a988](https://github.com/thinkkoa/koatty/commit/992a988))
834
+ * 🔧 build: ([0684729](https://github.com/thinkkoa/koatty/commit/0684729))
835
+ * 🦄 refactor: ([70aa5a9](https://github.com/thinkkoa/koatty/commit/70aa5a9))
836
+ * 🧪 test: ([af35895](https://github.com/thinkkoa/koatty/commit/af35895))
837
+ * 🧪 test: ([430b27b](https://github.com/thinkkoa/koatty/commit/430b27b))
838
+ * Update README.md ([bd2a10c](https://github.com/thinkkoa/koatty/commit/bd2a10c))
354
839
 
355
- ### [3.6.6](https://github.com/thinkkoa/koatty/compare/v3.6.5...v3.6.6) (2022-03-02)
356
840
 
357
- ### [3.6.5](https://github.com/thinkkoa/koatty/compare/v3.6.4...v3.6.5) (2022-03-02)
358
841
 
359
- ### [3.6.4](https://github.com/thinkkoa/koatty/compare/v3.6.3...v3.6.4) (2022-02-25)
842
+ ## <small>3.4.12 (2021-11-26)</small>
360
843
 
361
- ### [3.6.3](https://github.com/thinkkoa/koatty/compare/v3.6.2...v3.6.3) (2022-02-25)
844
+ * chore(release): 3.4.10 ([d2dd139](https://github.com/thinkkoa/koatty/commit/d2dd139))
845
+ * chore(release): 3.4.12 ([cf12e0a](https://github.com/thinkkoa/koatty/commit/cf12e0a))
846
+ * 🔧 build: ([4fa02db](https://github.com/thinkkoa/koatty/commit/4fa02db))
847
+ * 🔧 build: ([20fda1f](https://github.com/thinkkoa/koatty/commit/20fda1f))
362
848
 
363
- ### [3.6.2](https://github.com/thinkkoa/koatty/compare/v3.6.0...v3.6.2) (2022-02-23)
364
849
 
365
- ## [3.6.0](https://github.com/thinkkoa/koatty/compare/v3.6.0-1...v3.6.0) (2022-02-22)
366
850
 
367
- ## [3.6.0-1](https://github.com/thinkkoa/koatty/compare/v3.6.0-0...v3.6.0-1) (2022-02-21)
851
+ ## <small>3.4.8 (2021-11-25)</small>
368
852
 
369
- ## [3.6.0-0](https://github.com/thinkkoa/koatty/compare/v3.5.16...v3.6.0-0) (2022-02-21)
853
+ * chore(release): 3.4.6 ([7d0ce8f](https://github.com/thinkkoa/koatty/commit/7d0ce8f))
854
+ * chore(release): 3.4.8 ([4976478](https://github.com/thinkkoa/koatty/commit/4976478))
855
+ * 🐞 fix:去除多余的打印 ([2701197](https://github.com/thinkkoa/koatty/commit/2701197))
856
+ * 🔧 build: ([f775f61](https://github.com/thinkkoa/koatty/commit/f775f61))
857
+ * 🦄 refactor: ([1f8fded](https://github.com/thinkkoa/koatty/commit/1f8fded))
858
+ * 🦄 refactor: 绑定contaniner到app ([cc1bba1](https://github.com/thinkkoa/koatty/commit/cc1bba1))
859
+ * 🧪 test: ([54603f9](https://github.com/thinkkoa/koatty/commit/54603f9))
370
860
 
371
- ### [3.5.16](https://github.com/thinkkoa/koatty/compare/v3.5.14...v3.5.16) (2022-02-14)
372
861
 
373
- ### [3.5.14](https://github.com/thinkkoa/koatty/compare/v3.5.12...v3.5.14) (2022-01-17)
374
862
 
375
- ### [3.5.12](https://github.com/thinkkoa/koatty/compare/v3.5.12-3...v3.5.12) (2021-12-23)
863
+ ## <small>3.4.4 (2021-11-20)</small>
376
864
 
377
- ### [3.5.12-3](https://github.com/thinkkoa/koatty/compare/v3.5.12-2...v3.5.12-3) (2021-12-23)
865
+ * chore(release): 3.4.4 ([34f751a](https://github.com/thinkkoa/koatty/commit/34f751a))
866
+ * 🐞 fix: BaseController 修改为HttpController,破坏性修改 ([d5e74e2](https://github.com/thinkkoa/koatty/commit/d5e74e2))
867
+ * 🐞 fix: 修改接口定义 ([9dd1ee6](https://github.com/thinkkoa/koatty/commit/9dd1ee6))
868
+ * 📃 docs: ([f99a41b](https://github.com/thinkkoa/koatty/commit/f99a41b))
869
+ * 🦄 refactor: ([ffd2b5f](https://github.com/thinkkoa/koatty/commit/ffd2b5f))
870
+ * Update README.md ([8d75349](https://github.com/thinkkoa/koatty/commit/8d75349))
871
+ * Update README.md ([a80cb49](https://github.com/thinkkoa/koatty/commit/a80cb49))
872
+
873
+
874
+
875
+ ## <small>3.4.2 (2021-11-19)</small>
876
+
877
+ * chore(release): 3.4.2 ([3418800](https://github.com/thinkkoa/koatty/commit/3418800))
878
+ * ✨ feat: 增加支持grpc、websocket ([48dab5e](https://github.com/thinkkoa/koatty/commit/48dab5e))
879
+ * ✨ feat: 支持grpc ws ([7d0e9f4](https://github.com/thinkkoa/koatty/commit/7d0e9f4))
880
+ * 🐞 fix: demo ([6eae6df](https://github.com/thinkkoa/koatty/commit/6eae6df))
881
+ * 🐞 fix: readme ([3e211d7](https://github.com/thinkkoa/koatty/commit/3e211d7))
882
+ * 🐞 fix: 升级依赖 ([90f91e0](https://github.com/thinkkoa/koatty/commit/90f91e0))
883
+ * 🐞 fix: 移除多余的类 ([65723d2](https://github.com/thinkkoa/koatty/commit/65723d2))
884
+ * 🐞 fix:remove restcontroller ([49f8641](https://github.com/thinkkoa/koatty/commit/49f8641))
885
+ * 🐞 fix():IMiddleware接口定义 ([824168f](https://github.com/thinkkoa/koatty/commit/824168f))
886
+ * 🐞 fix():IMiddleware接口定义 ([4477e6e](https://github.com/thinkkoa/koatty/commit/4477e6e))
887
+ * 🐞 fix():去除类型断言 ([3508b43](https://github.com/thinkkoa/koatty/commit/3508b43))
888
+ * 🐳 chore: ([f162953](https://github.com/thinkkoa/koatty/commit/f162953))
889
+ * 🧪 test: ([838793f](https://github.com/thinkkoa/koatty/commit/838793f))
890
+
891
+
892
+
893
+ ## <small>3.3.6 (2021-07-13)</small>
894
+
895
+ * chore(release): 3.3.2 ([8c9a2e1](https://github.com/thinkkoa/koatty/commit/8c9a2e1))
896
+ * chore(release): 3.3.3 ([6b83dc8](https://github.com/thinkkoa/koatty/commit/6b83dc8))
897
+ * chore(release): 3.3.4 ([961c841](https://github.com/thinkkoa/koatty/commit/961c841))
898
+ * chore(release): 3.3.6 ([158f538](https://github.com/thinkkoa/koatty/commit/158f538))
899
+ * [fix] 分离koatty_core ([e0e945c](https://github.com/thinkkoa/koatty/commit/e0e945c))
900
+ * ✨ feat: Router组件 ([bc9b7dc](https://github.com/thinkkoa/koatty/commit/bc9b7dc))
901
+ * ✨ feat: updgrade ([60b3912](https://github.com/thinkkoa/koatty/commit/60b3912))
902
+ * ✨ feat: 分拆组件 ([3fd4f4e](https://github.com/thinkkoa/koatty/commit/3fd4f4e))
903
+ * ✨ feat: 增加Context定义 ([76ca11c](https://github.com/thinkkoa/koatty/commit/76ca11c))
904
+ * ✨ feat: 重命名变量 ([bb28f12](https://github.com/thinkkoa/koatty/commit/bb28f12))
905
+ * 🐞 fix: remove StaticMiddleware ([5544162](https://github.com/thinkkoa/koatty/commit/5544162))
906
+ * 🐞 fix: 修复类型问题 ([3316ea2](https://github.com/thinkkoa/koatty/commit/3316ea2))
907
+ * 🐞 fix: 修改demo ([c478dfe](https://github.com/thinkkoa/koatty/commit/c478dfe))
908
+ * 🐞 fix: 更新依赖 ([ab6481f](https://github.com/thinkkoa/koatty/commit/ab6481f))
909
+ * 🐞 fix: 移除any类型断言 ([c03cee6](https://github.com/thinkkoa/koatty/commit/c03cee6))
910
+ * 🐞 fix: 移除static中间件 ([9135521](https://github.com/thinkkoa/koatty/commit/9135521))
911
+ * 🐞 fix: 移除多余的函数 ([aa9be51](https://github.com/thinkkoa/koatty/commit/aa9be51))
912
+ * 🐞 fix():修改路由接口入参 ([ed5c8ae](https://github.com/thinkkoa/koatty/commit/ed5c8ae))
913
+ * 🐞 fix():升级依赖 ([842e7da](https://github.com/thinkkoa/koatty/commit/842e7da))
914
+
915
+
916
+
917
+ ## <small>3.2.12 (2021-06-24)</small>
918
+
919
+ * chore(release): 3.2.10 ([e1dad3c](https://github.com/thinkkoa/koatty/commit/e1dad3c))
920
+ * chore(release): 3.2.11 ([cc5e10b](https://github.com/thinkkoa/koatty/commit/cc5e10b))
921
+ * chore(release): 3.2.12 ([b5a13a3](https://github.com/thinkkoa/koatty/commit/b5a13a3))
922
+ * chore(release): 3.2.8 ([b5123d0](https://github.com/thinkkoa/koatty/commit/b5123d0))
923
+ * [feat] update version ([b7f492f](https://github.com/thinkkoa/koatty/commit/b7f492f))
924
+ * [feat]test case ([ff42061](https://github.com/thinkkoa/koatty/commit/ff42061))
925
+ * [feat]重载context.throw,统一抛出Exception ([5bdec62](https://github.com/thinkkoa/koatty/commit/5bdec62))
926
+ * [feat]重载context.throw,统一抛出Exception ([9172a71](https://github.com/thinkkoa/koatty/commit/9172a71))
927
+ * [fix] error ([5786f2e](https://github.com/thinkkoa/koatty/commit/5786f2e))
928
+ * [fix] replace || to ?? ([5cf7755](https://github.com/thinkkoa/koatty/commit/5cf7755))
929
+ * [fix] trace ([1ce67b5](https://github.com/thinkkoa/koatty/commit/1ce67b5))
930
+ * [fix] update ([27e3390](https://github.com/thinkkoa/koatty/commit/27e3390))
931
+ * [fix]移除Exception自动包装 ([320cdaf](https://github.com/thinkkoa/koatty/commit/320cdaf))
932
+ * [fix]移除prevent() ([4e3ceaf](https://github.com/thinkkoa/koatty/commit/4e3ceaf))
933
+ * [fix]移除多余的错误包装处理 ([a85095f](https://github.com/thinkkoa/koatty/commit/a85095f))
934
+ * [other]upgrade dependencies ([e18f99f](https://github.com/thinkkoa/koatty/commit/e18f99f))
935
+ * [other]upgrade dependencies ([f13113a](https://github.com/thinkkoa/koatty/commit/f13113a))
936
+ * ✨ feat: 增加日志输出控制级别 ([aceafa2](https://github.com/thinkkoa/koatty/commit/aceafa2))
937
+ * 🐞 fix: 修复env undefined ([9cef105](https://github.com/thinkkoa/koatty/commit/9cef105))
938
+ * 🐞 fix: 修复prevent兼容旧版 ([38ecaf2](https://github.com/thinkkoa/koatty/commit/38ecaf2))
939
+ * 🐞 fix: 修改日志输出 ([12eb094](https://github.com/thinkkoa/koatty/commit/12eb094))
940
+ * 🐞 fix: 修正日志输出级别 ([ddb12ec](https://github.com/thinkkoa/koatty/commit/ddb12ec))
941
+ * 🐳 chore: eslink ([285b66e](https://github.com/thinkkoa/koatty/commit/285b66e))
942
+ * add controller.prevent ([339252a](https://github.com/thinkkoa/koatty/commit/339252a))
943
+ * add Exception ([3d33d85](https://github.com/thinkkoa/koatty/commit/3d33d85))
944
+ * add StaticMiddleware ([58522f8](https://github.com/thinkkoa/koatty/commit/58522f8))
945
+ * add terminus ([2f731ae](https://github.com/thinkkoa/koatty/commit/2f731ae))
946
+ * async hook trace ([9337148](https://github.com/thinkkoa/koatty/commit/9337148))
947
+ * Bump glob-parent from 5.1.1 to 5.1.2 ([eb5cffb](https://github.com/thinkkoa/koatty/commit/eb5cffb))
948
+ * Bump hosted-git-info from 2.8.8 to 2.8.9 ([e1558ae](https://github.com/thinkkoa/koatty/commit/e1558ae))
949
+ * Bump lodash from 4.17.20 to 4.17.21 ([69e31f0](https://github.com/thinkkoa/koatty/commit/69e31f0))
950
+ * Bump trim-newlines from 3.0.0 to 3.0.1 ([7cdf680](https://github.com/thinkkoa/koatty/commit/7cdf680))
951
+ * change license ([34bdfad](https://github.com/thinkkoa/koatty/commit/34bdfad))
952
+ * change logo ([65438f8](https://github.com/thinkkoa/koatty/commit/65438f8))
953
+ * escapeHtml ([d4ea067](https://github.com/thinkkoa/koatty/commit/d4ea067))
954
+ * fix controller output data format ([935e114](https://github.com/thinkkoa/koatty/commit/935e114))
955
+ * fix unknown word ([2f80642](https://github.com/thinkkoa/koatty/commit/2f80642))
956
+ * fix unknown word ([7a47ba8](https://github.com/thinkkoa/koatty/commit/7a47ba8))
957
+ * fix unknown word ([287da2f](https://github.com/thinkkoa/koatty/commit/287da2f))
958
+ * koatty_cacheable and koatty_schedule move out of the core of the framework and exist as extensions ([3e54ff2](https://github.com/thinkkoa/koatty/commit/3e54ff2))
959
+ * koatty_cacheable and koatty_schedule move out of the core of the framework and exist as extensions ([ffc7739](https://github.com/thinkkoa/koatty/commit/ffc7739))
960
+ * koatty_cacheable and koatty_schedule move out of the core of the framework and exist as extensions ([31175ee](https://github.com/thinkkoa/koatty/commit/31175ee))
961
+ * koatty_validation move out of the core of the framework and exist as extensions ([9764a7b](https://github.com/thinkkoa/koatty/commit/9764a7b))
962
+ * Load in the 'appStart' event to facilitate the expansion of middleware ([c75a887](https://github.com/thinkkoa/koatty/commit/c75a887))
963
+ * Merge files ([89b36da](https://github.com/thinkkoa/koatty/commit/89b36da))
964
+ * Move functions in the original framework into koatty_container ([b460893](https://github.com/thinkkoa/koatty/commit/b460893))
965
+ * move into demo ([a42d176](https://github.com/thinkkoa/koatty/commit/a42d176))
966
+ * Move Value, AOP and other functions in the original framework into koatty_container ([155dc1d](https://github.com/thinkkoa/koatty/commit/155dc1d))
967
+ * readme ([3ea71b0](https://github.com/thinkkoa/koatty/commit/3ea71b0))
968
+ * readme ([7c08f58](https://github.com/thinkkoa/koatty/commit/7c08f58))
969
+ * rebuild Value, AOP ([8621d62](https://github.com/thinkkoa/koatty/commit/8621d62))
970
+ * remove default pre/after AOP method ([e4e7c48](https://github.com/thinkkoa/koatty/commit/e4e7c48))
971
+ * replace dependencies ([97eb455](https://github.com/thinkkoa/koatty/commit/97eb455))
972
+ * replace dependencies ([53bbc33](https://github.com/thinkkoa/koatty/commit/53bbc33))
973
+ * replace Logger & Helper ([bed44fa](https://github.com/thinkkoa/koatty/commit/bed44fa))
974
+ * Replace open source license ([ff79278](https://github.com/thinkkoa/koatty/commit/ff79278))
975
+ * replace to "koatty_payload" ([6005227](https://github.com/thinkkoa/koatty/commit/6005227))
976
+ * support typeorm ([0631a60](https://github.com/thinkkoa/koatty/commit/0631a60))
977
+ * test case ([1b00268](https://github.com/thinkkoa/koatty/commit/1b00268))
978
+ * test case ([e752fe9](https://github.com/thinkkoa/koatty/commit/e752fe9))
979
+ * test case ([75ef39d](https://github.com/thinkkoa/koatty/commit/75ef39d))
980
+ * test case ([595198c](https://github.com/thinkkoa/koatty/commit/595198c))
981
+ * trace ([bb0c85f](https://github.com/thinkkoa/koatty/commit/bb0c85f))
982
+ * TraceHandler integrated into the core ([9fa5121](https://github.com/thinkkoa/koatty/commit/9fa5121))
983
+ * update ([13ee932](https://github.com/thinkkoa/koatty/commit/13ee932))
984
+ * update ([9684b42](https://github.com/thinkkoa/koatty/commit/9684b42))
985
+ * update ([e352ece](https://github.com/thinkkoa/koatty/commit/e352ece))
986
+ * update ([7e29604](https://github.com/thinkkoa/koatty/commit/7e29604))
987
+ * update ([1b66eab](https://github.com/thinkkoa/koatty/commit/1b66eab))
988
+ * Update LICENSE ([d210a54](https://github.com/thinkkoa/koatty/commit/d210a54))
989
+ * Update README.md ([568cec8](https://github.com/thinkkoa/koatty/commit/568cec8))
990
+ * Update README.md ([342df4d](https://github.com/thinkkoa/koatty/commit/342df4d))
991
+ * Update README.md ([640c585](https://github.com/thinkkoa/koatty/commit/640c585))
992
+ * upgrade ([e6c7b04](https://github.com/thinkkoa/koatty/commit/e6c7b04))
993
+ * upgrade ([1c647c2](https://github.com/thinkkoa/koatty/commit/1c647c2))
994
+ * 修改成抛出Exception才做规范化 ([aca4e47](https://github.com/thinkkoa/koatty/commit/aca4e47))
995
+ * 控制器抛出Exception时,默认status 500 ([004ce86](https://github.com/thinkkoa/koatty/commit/004ce86))
996
+ * chroe: build tools ([221aadd](https://github.com/thinkkoa/koatty/commit/221aadd))
997
+ * fix: eslint ([2297a9d](https://github.com/thinkkoa/koatty/commit/2297a9d))
998
+
999
+
1000
+
1001
+ ## <small>2.6.8 (2020-11-12)</small>
1002
+
1003
+ * fix: --story=#4 [bug] RequestMapping内的装饰器用法范围模糊 ([93f7abd](https://github.com/thinkkoa/koatty/commit/93f7abd)), closes [#4](https://github.com/thinkkoa/koatty/issues/4)
1004
+ * 1、增加AppReadyHookFunc钩子,支持外部扩展装饰器注入,在event appReady 运行 ([aed3dfb](https://github.com/thinkkoa/koatty/commit/aed3dfb))
1005
+ * add interface Koattycontext ([84d4dfc](https://github.com/thinkkoa/koatty/commit/84d4dfc))
1006
+ * Bump lodash from 4.17.15 to 4.17.19 ([937fae5](https://github.com/thinkkoa/koatty/commit/937fae5))
1007
+ * Canonical member attribute naming ([4a4bc8c](https://github.com/thinkkoa/koatty/commit/4a4bc8c))
1008
+ * change dependencies module name ([8be0304](https://github.com/thinkkoa/koatty/commit/8be0304))
1009
+ * change RequestMethod to enum ([1712b47](https://github.com/thinkkoa/koatty/commit/1712b47))
1010
+ * change RequestMethod to enum ([ffccbd2](https://github.com/thinkkoa/koatty/commit/ffccbd2))
1011
+ * Delete server.crt ([487a2a7](https://github.com/thinkkoa/koatty/commit/487a2a7))
1012
+ * Delete server.key ([67a2bf5](https://github.com/thinkkoa/koatty/commit/67a2bf5))
1013
+ * dependencies ([a9ec101](https://github.com/thinkkoa/koatty/commit/a9ec101))
1014
+ * dependencies ([53fc858](https://github.com/thinkkoa/koatty/commit/53fc858))
1015
+ * enable middleware value decorated ([0e00ab6](https://github.com/thinkkoa/koatty/commit/0e00ab6))
1016
+ * fix BaseController.type bug ([b6fc211](https://github.com/thinkkoa/koatty/commit/b6fc211))
1017
+ * fix bug ([ae59f4c](https://github.com/thinkkoa/koatty/commit/ae59f4c))
1018
+ * fix getParmer bug ([630fa6e](https://github.com/thinkkoa/koatty/commit/630fa6e))
1019
+ * fix the error "app is undefined" ([0b16467](https://github.com/thinkkoa/koatty/commit/0b16467))
1020
+ * HTTP/2 ([fedabc7](https://github.com/thinkkoa/koatty/commit/fedabc7))
1021
+ * http2 ([9d6fea4](https://github.com/thinkkoa/koatty/commit/9d6fea4))
1022
+ * http2 ([31baf36](https://github.com/thinkkoa/koatty/commit/31baf36))
1023
+ * IOC Singleton ([a48cdfa](https://github.com/thinkkoa/koatty/commit/a48cdfa))
1024
+ * Merge branch ([4c10586](https://github.com/thinkkoa/koatty/commit/4c10586))
1025
+ * New plugin mechanism ([0f09209](https://github.com/thinkkoa/koatty/commit/0f09209))
1026
+ * print listenUrl ([0e06d4e](https://github.com/thinkkoa/koatty/commit/0e06d4e))
1027
+ * remove print ([7f18621](https://github.com/thinkkoa/koatty/commit/7f18621))
1028
+ * replace to forEach ([6c69028](https://github.com/thinkkoa/koatty/commit/6c69028))
1029
+ * Separate independent module ([a141052](https://github.com/thinkkoa/koatty/commit/a141052))
1030
+ * Separate schedule as an independent module ([057b119](https://github.com/thinkkoa/koatty/commit/057b119))
1031
+ * Server.ts ([391dbd3](https://github.com/thinkkoa/koatty/commit/391dbd3))
1032
+ * set logger level ([0615722](https://github.com/thinkkoa/koatty/commit/0615722))
1033
+ * Support more response content-type ([e717162](https://github.com/thinkkoa/koatty/commit/e717162))
1034
+ * update ([d6b9fa9](https://github.com/thinkkoa/koatty/commit/d6b9fa9))
1035
+ * update ([bdbf09f](https://github.com/thinkkoa/koatty/commit/bdbf09f))
1036
+ * update ([01e067e](https://github.com/thinkkoa/koatty/commit/01e067e))
1037
+ * update ([911c2a0](https://github.com/thinkkoa/koatty/commit/911c2a0))
1038
+ * update dependencies ([1e0dac0](https://github.com/thinkkoa/koatty/commit/1e0dac0))
1039
+ * update dependencies ([fc2f57e](https://github.com/thinkkoa/koatty/commit/fc2f57e))
1040
+ * update dependencies ([dfda658](https://github.com/thinkkoa/koatty/commit/dfda658))
1041
+ * update dependencies ([1143130](https://github.com/thinkkoa/koatty/commit/1143130))
1042
+ * Update README.md ([0fe3db4](https://github.com/thinkkoa/koatty/commit/0fe3db4))
1043
+ * Update README.md ([453f83a](https://github.com/thinkkoa/koatty/commit/453f83a))
1044
+ * Update README.md ([58f4743](https://github.com/thinkkoa/koatty/commit/58f4743))
1045
+ * Update README.md ([d813e50](https://github.com/thinkkoa/koatty/commit/d813e50))
1046
+ * Update README.md ([7ff5616](https://github.com/thinkkoa/koatty/commit/7ff5616))
1047
+ * Update README.md ([3b6aa9e](https://github.com/thinkkoa/koatty/commit/3b6aa9e))
1048
+ * Update README.md ([4a3a343](https://github.com/thinkkoa/koatty/commit/4a3a343))
1049
+ * Update README.md ([b09cc77](https://github.com/thinkkoa/koatty/commit/b09cc77))
1050
+ * update think_logger ([c4e4a05](https://github.com/thinkkoa/koatty/commit/c4e4a05))
1051
+ * update version ([4a2794a](https://github.com/thinkkoa/koatty/commit/4a2794a))
1052
+ * upgrade dependencies ([4796b46](https://github.com/thinkkoa/koatty/commit/4796b46))
1053
+ * Validation method ([4ec067b](https://github.com/thinkkoa/koatty/commit/4ec067b))
1054
+ * 升级依赖 ([c954c92](https://github.com/thinkkoa/koatty/commit/c954c92))
1055
+ * 增加属性,兼容旧版中间件 ([233af56](https://github.com/thinkkoa/koatty/commit/233af56))
1056
+ * 整理单词拼写错误 ([87f7cd4](https://github.com/thinkkoa/koatty/commit/87f7cd4))
1057
+ * 规范统一输出 ([096deda](https://github.com/thinkkoa/koatty/commit/096deda))
1058
+ * 规范统一输出 ([e143a53](https://github.com/thinkkoa/koatty/commit/e143a53))
1059
+ * 规范装饰器用途: ([b494260](https://github.com/thinkkoa/koatty/commit/b494260))
1060
+ * 调整logger以便后期扩展 ([4e1d523](https://github.com/thinkkoa/koatty/commit/4e1d523))
1061
+
1062
+
1063
+
1064
+ ## <small>2.3.4 (2020-06-19)</small>
1065
+
1066
+ * add aliasName Lock ([b0af6cb](https://github.com/thinkkoa/koatty/commit/b0af6cb))
1067
+ * add logs to scheduleLocker ([6c74c54](https://github.com/thinkkoa/koatty/commit/6c74c54))
1068
+ * add logs to scheduleLocker ([d8e32a8](https://github.com/thinkkoa/koatty/commit/d8e32a8))
1069
+ * add logs to scheduleLocker ([80cc3b3](https://github.com/thinkkoa/koatty/commit/80cc3b3))
1070
+ * adjustment ([3d27e8e](https://github.com/thinkkoa/koatty/commit/3d27e8e))
1071
+ * app.env ([c4549b6](https://github.com/thinkkoa/koatty/commit/c4549b6))
1072
+ * autoCommit ([4967b75](https://github.com/thinkkoa/koatty/commit/4967b75))
1073
+ * autoCommit ([76a46f7](https://github.com/thinkkoa/koatty/commit/76a46f7))
1074
+ * autoCommit ([e43451d](https://github.com/thinkkoa/koatty/commit/e43451d))
1075
+ * autoCommit ([ae79c8e](https://github.com/thinkkoa/koatty/commit/ae79c8e))
1076
+ * autoCommit ([026b281](https://github.com/thinkkoa/koatty/commit/026b281))
1077
+ * autoCommit ([d5dd227](https://github.com/thinkkoa/koatty/commit/d5dd227))
1078
+ * autoCommit ([9071224](https://github.com/thinkkoa/koatty/commit/9071224))
1079
+ * autoCommit ([234ab70](https://github.com/thinkkoa/koatty/commit/234ab70))
1080
+ * autoCommit ([07ccd98](https://github.com/thinkkoa/koatty/commit/07ccd98))
1081
+ * autoCommit ([ff582af](https://github.com/thinkkoa/koatty/commit/ff582af))
1082
+ * autoCommit ([9c93fdd](https://github.com/thinkkoa/koatty/commit/9c93fdd))
1083
+ * autoCommit ([0d44291](https://github.com/thinkkoa/koatty/commit/0d44291))
1084
+ * autoCommit ([0a4d1c5](https://github.com/thinkkoa/koatty/commit/0a4d1c5))
1085
+ * autoCommit ([69817e0](https://github.com/thinkkoa/koatty/commit/69817e0))
1086
+ * autoCommit ([63d71bf](https://github.com/thinkkoa/koatty/commit/63d71bf))
1087
+ * autoCommit ([330241e](https://github.com/thinkkoa/koatty/commit/330241e))
1088
+ * autoCommit ([d8f8630](https://github.com/thinkkoa/koatty/commit/d8f8630))
1089
+ * autoCommit ([e4f8895](https://github.com/thinkkoa/koatty/commit/e4f8895))
1090
+ * autoCommit ([62c2d37](https://github.com/thinkkoa/koatty/commit/62c2d37))
1091
+ * autoCommit ([83a3f16](https://github.com/thinkkoa/koatty/commit/83a3f16))
1092
+ * autoCommit ([1886bb8](https://github.com/thinkkoa/koatty/commit/1886bb8))
1093
+ * autoCommit ([bd65c2d](https://github.com/thinkkoa/koatty/commit/bd65c2d))
1094
+ * autoCommit ([41b1669](https://github.com/thinkkoa/koatty/commit/41b1669))
1095
+ * autoCommit ([3898425](https://github.com/thinkkoa/koatty/commit/3898425))
1096
+ * autoCommit ([0da3f46](https://github.com/thinkkoa/koatty/commit/0da3f46))
1097
+ * autoCommit ([f10c796](https://github.com/thinkkoa/koatty/commit/f10c796))
1098
+ * autoCommit ([61a2931](https://github.com/thinkkoa/koatty/commit/61a2931))
1099
+ * autoCommit ([7b3c730](https://github.com/thinkkoa/koatty/commit/7b3c730))
1100
+ * autoCommit ([b665981](https://github.com/thinkkoa/koatty/commit/b665981))
1101
+ * autoCommit ([df5c6bd](https://github.com/thinkkoa/koatty/commit/df5c6bd))
1102
+ * autoCommit ([86af6a6](https://github.com/thinkkoa/koatty/commit/86af6a6))
1103
+ * autoCommit ([e13b7a7](https://github.com/thinkkoa/koatty/commit/e13b7a7))
1104
+ * autoCommit ([ca6a726](https://github.com/thinkkoa/koatty/commit/ca6a726))
1105
+ * autoCommit ([501729a](https://github.com/thinkkoa/koatty/commit/501729a))
1106
+ * autoCommit ([066fc64](https://github.com/thinkkoa/koatty/commit/066fc64))
1107
+ * autoCommit ([6bca149](https://github.com/thinkkoa/koatty/commit/6bca149))
1108
+ * autoCommit ([46d0bca](https://github.com/thinkkoa/koatty/commit/46d0bca))
1109
+ * autoCommit ([7639d3a](https://github.com/thinkkoa/koatty/commit/7639d3a))
1110
+ * autoCommit ([346ab9b](https://github.com/thinkkoa/koatty/commit/346ab9b))
1111
+ * autoCommit ([3a65247](https://github.com/thinkkoa/koatty/commit/3a65247))
1112
+ * autoCommit ([dcb73fb](https://github.com/thinkkoa/koatty/commit/dcb73fb))
1113
+ * autoCommit ([a29ee0e](https://github.com/thinkkoa/koatty/commit/a29ee0e))
1114
+ * autoCommit ([d6838b2](https://github.com/thinkkoa/koatty/commit/d6838b2))
1115
+ * autoCommit ([66fa5f7](https://github.com/thinkkoa/koatty/commit/66fa5f7))
1116
+ * autoCommit ([85dbaab](https://github.com/thinkkoa/koatty/commit/85dbaab))
1117
+ * autoCommit ([422c15d](https://github.com/thinkkoa/koatty/commit/422c15d))
1118
+ * autoCommit ([50757a5](https://github.com/thinkkoa/koatty/commit/50757a5))
1119
+ * autoCommit ([e6fe23c](https://github.com/thinkkoa/koatty/commit/e6fe23c))
1120
+ * autoCommit ([107c97b](https://github.com/thinkkoa/koatty/commit/107c97b))
1121
+ * autoCommit ([cb6cbe8](https://github.com/thinkkoa/koatty/commit/cb6cbe8))
1122
+ * autoCommit ([c00844b](https://github.com/thinkkoa/koatty/commit/c00844b))
1123
+ * autoCommit ([d95fa68](https://github.com/thinkkoa/koatty/commit/d95fa68))
1124
+ * autoCommit ([5f087ea](https://github.com/thinkkoa/koatty/commit/5f087ea))
1125
+ * autoCommit ([aa088ad](https://github.com/thinkkoa/koatty/commit/aa088ad))
1126
+ * autoCommit ([c29668a](https://github.com/thinkkoa/koatty/commit/c29668a))
1127
+ * autoCommit ([fde0da1](https://github.com/thinkkoa/koatty/commit/fde0da1))
1128
+ * autoCommit ([c8804dd](https://github.com/thinkkoa/koatty/commit/c8804dd))
1129
+ * autoCommit ([ed60c29](https://github.com/thinkkoa/koatty/commit/ed60c29))
1130
+ * autoCommit ([ee63c00](https://github.com/thinkkoa/koatty/commit/ee63c00))
1131
+ * autoCommit ([796a2f1](https://github.com/thinkkoa/koatty/commit/796a2f1))
1132
+ * autoCommit ([6298b7a](https://github.com/thinkkoa/koatty/commit/6298b7a))
1133
+ * autoCommit ([ea4e66c](https://github.com/thinkkoa/koatty/commit/ea4e66c))
1134
+ * autoCommit ([c953022](https://github.com/thinkkoa/koatty/commit/c953022))
1135
+ * autoCommit ([1625684](https://github.com/thinkkoa/koatty/commit/1625684))
1136
+ * autoCommit ([422b0cc](https://github.com/thinkkoa/koatty/commit/422b0cc))
1137
+ * autoCommit ([9dec64e](https://github.com/thinkkoa/koatty/commit/9dec64e))
1138
+ * autoCommit ([38fab42](https://github.com/thinkkoa/koatty/commit/38fab42))
1139
+ * autoCommit ([14c3f15](https://github.com/thinkkoa/koatty/commit/14c3f15))
1140
+ * autoCommit ([7a49d68](https://github.com/thinkkoa/koatty/commit/7a49d68))
1141
+ * autoCommit ([246cc77](https://github.com/thinkkoa/koatty/commit/246cc77))
1142
+ * autoCommit ([95ac226](https://github.com/thinkkoa/koatty/commit/95ac226))
1143
+ * autoCommit ([98463ce](https://github.com/thinkkoa/koatty/commit/98463ce))
1144
+ * autoCommit ([65dc6bc](https://github.com/thinkkoa/koatty/commit/65dc6bc))
1145
+ * autoCommit ([4ccbec5](https://github.com/thinkkoa/koatty/commit/4ccbec5))
1146
+ * autoCommit ([f0228d1](https://github.com/thinkkoa/koatty/commit/f0228d1))
1147
+ * autoCommit ([26f0089](https://github.com/thinkkoa/koatty/commit/26f0089))
1148
+ * autoCommit ([5c4d2de](https://github.com/thinkkoa/koatty/commit/5c4d2de))
1149
+ * autoCommit ([f2fc04e](https://github.com/thinkkoa/koatty/commit/f2fc04e))
1150
+ * autoCommit ([f798463](https://github.com/thinkkoa/koatty/commit/f798463))
1151
+ * autoCommit ([fddba25](https://github.com/thinkkoa/koatty/commit/fddba25))
1152
+ * autoCommit ([293a663](https://github.com/thinkkoa/koatty/commit/293a663))
1153
+ * autoCommit ([b696c7d](https://github.com/thinkkoa/koatty/commit/b696c7d))
1154
+ * autoCommit ([36afd0b](https://github.com/thinkkoa/koatty/commit/36afd0b))
1155
+ * autoCommit ([1cec592](https://github.com/thinkkoa/koatty/commit/1cec592))
1156
+ * autoCommit ([ebfa565](https://github.com/thinkkoa/koatty/commit/ebfa565))
1157
+ * autoCommit ([ed1bbff](https://github.com/thinkkoa/koatty/commit/ed1bbff))
1158
+ * autoCommit ([7f59d8f](https://github.com/thinkkoa/koatty/commit/7f59d8f))
1159
+ * autoCommit ([2d7d47c](https://github.com/thinkkoa/koatty/commit/2d7d47c))
1160
+ * autoCommit ([84b4354](https://github.com/thinkkoa/koatty/commit/84b4354))
1161
+ * autoCommit ([ae907bb](https://github.com/thinkkoa/koatty/commit/ae907bb))
1162
+ * autoCommit ([da43940](https://github.com/thinkkoa/koatty/commit/da43940))
1163
+ * autoCommit ([7a80563](https://github.com/thinkkoa/koatty/commit/7a80563))
1164
+ * autoCommit ([ed6d071](https://github.com/thinkkoa/koatty/commit/ed6d071))
1165
+ * autoCommit ([c731020](https://github.com/thinkkoa/koatty/commit/c731020))
1166
+ * autoCommit ([52eab89](https://github.com/thinkkoa/koatty/commit/52eab89))
1167
+ * autoCommit ([bab04cf](https://github.com/thinkkoa/koatty/commit/bab04cf))
1168
+ * autoCommit ([a3c7d4a](https://github.com/thinkkoa/koatty/commit/a3c7d4a))
1169
+ * autoCommit ([c1c5a78](https://github.com/thinkkoa/koatty/commit/c1c5a78))
1170
+ * autoCommit ([e74784e](https://github.com/thinkkoa/koatty/commit/e74784e))
1171
+ * autoCommit ([7b0094a](https://github.com/thinkkoa/koatty/commit/7b0094a))
1172
+ * autoCommit ([98fe78c](https://github.com/thinkkoa/koatty/commit/98fe78c))
1173
+ * autoCommit ([5a9bcc8](https://github.com/thinkkoa/koatty/commit/5a9bcc8))
1174
+ * autoCommit ([6bd26d1](https://github.com/thinkkoa/koatty/commit/6bd26d1))
1175
+ * autoCommit ([40a65ef](https://github.com/thinkkoa/koatty/commit/40a65ef))
1176
+ * autoCommit ([ac883e6](https://github.com/thinkkoa/koatty/commit/ac883e6))
1177
+ * autoCommit ([2e26ae1](https://github.com/thinkkoa/koatty/commit/2e26ae1))
1178
+ * autoCommit ([3f9260d](https://github.com/thinkkoa/koatty/commit/3f9260d))
1179
+ * autoCommit ([501478f](https://github.com/thinkkoa/koatty/commit/501478f))
1180
+ * autoCommit ([448d396](https://github.com/thinkkoa/koatty/commit/448d396))
1181
+ * autoCommit ([34b48f0](https://github.com/thinkkoa/koatty/commit/34b48f0))
1182
+ * autoCommit ([585db19](https://github.com/thinkkoa/koatty/commit/585db19))
1183
+ * autoCommit ([6ddc530](https://github.com/thinkkoa/koatty/commit/6ddc530))
1184
+ * autoCommit ([65e0cff](https://github.com/thinkkoa/koatty/commit/65e0cff))
1185
+ * autoCommit ([9eddaf8](https://github.com/thinkkoa/koatty/commit/9eddaf8))
1186
+ * autoCommit ([fb67eb0](https://github.com/thinkkoa/koatty/commit/fb67eb0))
1187
+ * autoCommit ([d5b48aa](https://github.com/thinkkoa/koatty/commit/d5b48aa))
1188
+ * autoCommit ([617b26b](https://github.com/thinkkoa/koatty/commit/617b26b))
1189
+ * autoCommit ([e1a8ef8](https://github.com/thinkkoa/koatty/commit/e1a8ef8))
1190
+ * autoCommit ([344b7b7](https://github.com/thinkkoa/koatty/commit/344b7b7))
1191
+ * autoCommit ([9ede8c9](https://github.com/thinkkoa/koatty/commit/9ede8c9))
1192
+ * autoCommit ([bd155df](https://github.com/thinkkoa/koatty/commit/bd155df))
1193
+ * autoCommit ([47dd154](https://github.com/thinkkoa/koatty/commit/47dd154))
1194
+ * autoCommit ([9ffe17f](https://github.com/thinkkoa/koatty/commit/9ffe17f))
1195
+ * autoCommit ([a5c2b54](https://github.com/thinkkoa/koatty/commit/a5c2b54))
1196
+ * autoCommit ([526ee5d](https://github.com/thinkkoa/koatty/commit/526ee5d))
1197
+ * autoCommit ([a9b1ada](https://github.com/thinkkoa/koatty/commit/a9b1ada))
1198
+ * autoCommit ([456b091](https://github.com/thinkkoa/koatty/commit/456b091))
1199
+ * autoCommit ([8427494](https://github.com/thinkkoa/koatty/commit/8427494))
1200
+ * autoCommit ([2273723](https://github.com/thinkkoa/koatty/commit/2273723))
1201
+ * autoCommit ([0388318](https://github.com/thinkkoa/koatty/commit/0388318))
1202
+ * autoCommit ([1be4226](https://github.com/thinkkoa/koatty/commit/1be4226))
1203
+ * autoCommit ([aca22ea](https://github.com/thinkkoa/koatty/commit/aca22ea))
1204
+ * autoCommit ([3b86acb](https://github.com/thinkkoa/koatty/commit/3b86acb))
1205
+ * autoCommit ([459e748](https://github.com/thinkkoa/koatty/commit/459e748))
1206
+ * autoCommit ([98e0b8d](https://github.com/thinkkoa/koatty/commit/98e0b8d))
1207
+ * autoCommit ([15d4c6e](https://github.com/thinkkoa/koatty/commit/15d4c6e))
1208
+ * autoCommit ([c02778b](https://github.com/thinkkoa/koatty/commit/c02778b))
1209
+ * autoCommit ([e7b503b](https://github.com/thinkkoa/koatty/commit/e7b503b))
1210
+ * autoCommit ([5336950](https://github.com/thinkkoa/koatty/commit/5336950))
1211
+ * autoCommit ([243d383](https://github.com/thinkkoa/koatty/commit/243d383))
1212
+ * autoCommit ([844bca4](https://github.com/thinkkoa/koatty/commit/844bca4))
1213
+ * autoCommit ([2758dff](https://github.com/thinkkoa/koatty/commit/2758dff))
1214
+ * autoCommit ([406a524](https://github.com/thinkkoa/koatty/commit/406a524))
1215
+ * autoCommit ([4bdbf69](https://github.com/thinkkoa/koatty/commit/4bdbf69))
1216
+ * autoCommit ([7f2deeb](https://github.com/thinkkoa/koatty/commit/7f2deeb))
1217
+ * autoCommit ([e1c0117](https://github.com/thinkkoa/koatty/commit/e1c0117))
1218
+ * autoCommit ([d051935](https://github.com/thinkkoa/koatty/commit/d051935))
1219
+ * autoCommit ([66b9a4d](https://github.com/thinkkoa/koatty/commit/66b9a4d))
1220
+ * autoCommit ([d719135](https://github.com/thinkkoa/koatty/commit/d719135))
1221
+ * autoCommit ([3d1e518](https://github.com/thinkkoa/koatty/commit/3d1e518))
1222
+ * autoCommit ([960887e](https://github.com/thinkkoa/koatty/commit/960887e))
1223
+ * autoCommit ([a813c3d](https://github.com/thinkkoa/koatty/commit/a813c3d))
1224
+ * autoCommit ([f99ddb9](https://github.com/thinkkoa/koatty/commit/f99ddb9))
1225
+ * autoCommit ([a6d3f35](https://github.com/thinkkoa/koatty/commit/a6d3f35))
1226
+ * autoCommit ([1b1cb86](https://github.com/thinkkoa/koatty/commit/1b1cb86))
1227
+ * autoCommit ([3ed61b2](https://github.com/thinkkoa/koatty/commit/3ed61b2))
1228
+ * autoCommit ([b42d655](https://github.com/thinkkoa/koatty/commit/b42d655))
1229
+ * autoCommit ([5b69602](https://github.com/thinkkoa/koatty/commit/5b69602))
1230
+ * autoCommit ([f7749bb](https://github.com/thinkkoa/koatty/commit/f7749bb))
1231
+ * autoCommit ([ef6af7f](https://github.com/thinkkoa/koatty/commit/ef6af7f))
1232
+ * autoCommit ([72976d8](https://github.com/thinkkoa/koatty/commit/72976d8))
1233
+ * autoCommit ([dc1ce46](https://github.com/thinkkoa/koatty/commit/dc1ce46))
1234
+ * autoCommit ([ffb130f](https://github.com/thinkkoa/koatty/commit/ffb130f))
1235
+ * autoCommit ([67e4f1b](https://github.com/thinkkoa/koatty/commit/67e4f1b))
1236
+ * autoCommit ([e495206](https://github.com/thinkkoa/koatty/commit/e495206))
1237
+ * autoCommit ([b1aec4d](https://github.com/thinkkoa/koatty/commit/b1aec4d))
1238
+ * autoCommit ([790aa42](https://github.com/thinkkoa/koatty/commit/790aa42))
1239
+ * autoCommit ([1fb3287](https://github.com/thinkkoa/koatty/commit/1fb3287))
1240
+ * autoCommit ([b76e031](https://github.com/thinkkoa/koatty/commit/b76e031))
1241
+ * autoCommit ([812eed4](https://github.com/thinkkoa/koatty/commit/812eed4))
1242
+ * autoCommit ([dbf4340](https://github.com/thinkkoa/koatty/commit/dbf4340))
1243
+ * autoCommit ([06cc801](https://github.com/thinkkoa/koatty/commit/06cc801))
1244
+ * autoCommit ([67da8c4](https://github.com/thinkkoa/koatty/commit/67da8c4))
1245
+ * autoCommit ([63e1d72](https://github.com/thinkkoa/koatty/commit/63e1d72))
1246
+ * autoCommit ([c8a664c](https://github.com/thinkkoa/koatty/commit/c8a664c))
1247
+ * autoCommit ([2d8244c](https://github.com/thinkkoa/koatty/commit/2d8244c))
1248
+ * autoCommit ([7ad5a9a](https://github.com/thinkkoa/koatty/commit/7ad5a9a))
1249
+ * autoCommit ([c0309e8](https://github.com/thinkkoa/koatty/commit/c0309e8))
1250
+ * autoCommit ([cb01631](https://github.com/thinkkoa/koatty/commit/cb01631))
1251
+ * autoCommit ([6708297](https://github.com/thinkkoa/koatty/commit/6708297))
1252
+ * autoCommit ([e5490da](https://github.com/thinkkoa/koatty/commit/e5490da))
1253
+ * autoCommit ([f5a508c](https://github.com/thinkkoa/koatty/commit/f5a508c))
1254
+ * autoCommit ([8e04860](https://github.com/thinkkoa/koatty/commit/8e04860))
1255
+ * autoCommit ([2c99412](https://github.com/thinkkoa/koatty/commit/2c99412))
1256
+ * autoCommit ([e064e35](https://github.com/thinkkoa/koatty/commit/e064e35))
1257
+ * autoCommit ([2c11910](https://github.com/thinkkoa/koatty/commit/2c11910))
1258
+ * autoCommit ([cf4aff7](https://github.com/thinkkoa/koatty/commit/cf4aff7))
1259
+ * autoCommit ([7accb6f](https://github.com/thinkkoa/koatty/commit/7accb6f))
1260
+ * autoCommit ([1b09f1d](https://github.com/thinkkoa/koatty/commit/1b09f1d))
1261
+ * autoCommit ([d9b68d7](https://github.com/thinkkoa/koatty/commit/d9b68d7))
1262
+ * autoCommit ([d3acd98](https://github.com/thinkkoa/koatty/commit/d3acd98))
1263
+ * autoCommit ([9c3a8b0](https://github.com/thinkkoa/koatty/commit/9c3a8b0))
1264
+ * autoCommit ([b2b625e](https://github.com/thinkkoa/koatty/commit/b2b625e))
1265
+ * autoCommit ([9023001](https://github.com/thinkkoa/koatty/commit/9023001))
1266
+ * autoCommit ([1e13b45](https://github.com/thinkkoa/koatty/commit/1e13b45))
1267
+ * autoCommit ([790aeef](https://github.com/thinkkoa/koatty/commit/790aeef))
1268
+ * autoCommit ([375f800](https://github.com/thinkkoa/koatty/commit/375f800))
1269
+ * autoCommit ([1ad6fe4](https://github.com/thinkkoa/koatty/commit/1ad6fe4))
1270
+ * autoCommit ([020dc72](https://github.com/thinkkoa/koatty/commit/020dc72))
1271
+ * autoCommit ([87a38c6](https://github.com/thinkkoa/koatty/commit/87a38c6))
1272
+ * autoCommit ([e819ec1](https://github.com/thinkkoa/koatty/commit/e819ec1))
1273
+ * autoCommit ([3aa1a6c](https://github.com/thinkkoa/koatty/commit/3aa1a6c))
1274
+ * autoCommit ([c9c2efc](https://github.com/thinkkoa/koatty/commit/c9c2efc))
1275
+ * autoCommit ([7c5e9d5](https://github.com/thinkkoa/koatty/commit/7c5e9d5))
1276
+ * autoCommit ([14e0363](https://github.com/thinkkoa/koatty/commit/14e0363))
1277
+ * autoCommit ([2034d22](https://github.com/thinkkoa/koatty/commit/2034d22))
1278
+ * autoCommit ([c0082d6](https://github.com/thinkkoa/koatty/commit/c0082d6))
1279
+ * autoCommit ([cb7f0c8](https://github.com/thinkkoa/koatty/commit/cb7f0c8))
1280
+ * autoCommit ([8a3b9ca](https://github.com/thinkkoa/koatty/commit/8a3b9ca))
1281
+ * autoCommit ([83105a4](https://github.com/thinkkoa/koatty/commit/83105a4))
1282
+ * autoCommit ([ebb0527](https://github.com/thinkkoa/koatty/commit/ebb0527))
1283
+ * autoCommit ([5f9d908](https://github.com/thinkkoa/koatty/commit/5f9d908))
1284
+ * autoCommit ([7717781](https://github.com/thinkkoa/koatty/commit/7717781))
1285
+ * autoCommit ([cbeacaa](https://github.com/thinkkoa/koatty/commit/cbeacaa))
1286
+ * autoCommit ([265e6e9](https://github.com/thinkkoa/koatty/commit/265e6e9))
1287
+ * autoCommit ([8783774](https://github.com/thinkkoa/koatty/commit/8783774))
1288
+ * autoCommit ([4593bc3](https://github.com/thinkkoa/koatty/commit/4593bc3))
1289
+ * autoCommit ([6f88ff6](https://github.com/thinkkoa/koatty/commit/6f88ff6))
1290
+ * autoCommit ([0d09149](https://github.com/thinkkoa/koatty/commit/0d09149))
1291
+ * autoCommit ([662ec52](https://github.com/thinkkoa/koatty/commit/662ec52))
1292
+ * autoCommit ([d86b495](https://github.com/thinkkoa/koatty/commit/d86b495))
1293
+ * autoCommit ([557362e](https://github.com/thinkkoa/koatty/commit/557362e))
1294
+ * autoCommit ([7d627f0](https://github.com/thinkkoa/koatty/commit/7d627f0))
1295
+ * autoCommit ([e50ce50](https://github.com/thinkkoa/koatty/commit/e50ce50))
1296
+ * autoCommit ([dc3b554](https://github.com/thinkkoa/koatty/commit/dc3b554))
1297
+ * autoCommit ([c477f48](https://github.com/thinkkoa/koatty/commit/c477f48))
1298
+ * autoCommit ([26a3b78](https://github.com/thinkkoa/koatty/commit/26a3b78))
1299
+ * autoCommit ([5586730](https://github.com/thinkkoa/koatty/commit/5586730))
1300
+ * autoCommit ([bdd82f9](https://github.com/thinkkoa/koatty/commit/bdd82f9))
1301
+ * autoCommit ([f39a78c](https://github.com/thinkkoa/koatty/commit/f39a78c))
1302
+ * autoCommit ([0469c10](https://github.com/thinkkoa/koatty/commit/0469c10))
1303
+ * autoCommit ([574fe83](https://github.com/thinkkoa/koatty/commit/574fe83))
1304
+ * autoCommit ([f4efd25](https://github.com/thinkkoa/koatty/commit/f4efd25))
1305
+ * autoCommit ([097bf3c](https://github.com/thinkkoa/koatty/commit/097bf3c))
1306
+ * autoCommit ([06456b1](https://github.com/thinkkoa/koatty/commit/06456b1))
1307
+ * autoCommit ([3abedfb](https://github.com/thinkkoa/koatty/commit/3abedfb))
1308
+ * autoCommit ([451fc5c](https://github.com/thinkkoa/koatty/commit/451fc5c))
1309
+ * autoCommit ([57edb1d](https://github.com/thinkkoa/koatty/commit/57edb1d))
1310
+ * autoCommit ([68ebafd](https://github.com/thinkkoa/koatty/commit/68ebafd))
1311
+ * autoCommit ([178d13d](https://github.com/thinkkoa/koatty/commit/178d13d))
1312
+ * autoCommit ([69fd1a5](https://github.com/thinkkoa/koatty/commit/69fd1a5))
1313
+ * autoCommit ([76bdb46](https://github.com/thinkkoa/koatty/commit/76bdb46))
1314
+ * autoCommit ([b8a6858](https://github.com/thinkkoa/koatty/commit/b8a6858))
1315
+ * autoCommit ([7b6efec](https://github.com/thinkkoa/koatty/commit/7b6efec))
1316
+ * autoCommit ([4e2ad15](https://github.com/thinkkoa/koatty/commit/4e2ad15))
1317
+ * autoCommit ([02dd4ad](https://github.com/thinkkoa/koatty/commit/02dd4ad))
1318
+ * autoCommit ([1bfb1dd](https://github.com/thinkkoa/koatty/commit/1bfb1dd))
1319
+ * autoCommit ([bc77b5b](https://github.com/thinkkoa/koatty/commit/bc77b5b))
1320
+ * autoCommit ([645884d](https://github.com/thinkkoa/koatty/commit/645884d))
1321
+ * autoCommit ([942c5c3](https://github.com/thinkkoa/koatty/commit/942c5c3))
1322
+ * autoCommit ([57ea579](https://github.com/thinkkoa/koatty/commit/57ea579))
1323
+ * autoCommit ([b180c3d](https://github.com/thinkkoa/koatty/commit/b180c3d))
1324
+ * autoCommit ([b7fbb6a](https://github.com/thinkkoa/koatty/commit/b7fbb6a))
1325
+ * autoCommit ([958b6da](https://github.com/thinkkoa/koatty/commit/958b6da))
1326
+ * autoCommit ([60c3004](https://github.com/thinkkoa/koatty/commit/60c3004))
1327
+ * autoCommit ([4aff2ca](https://github.com/thinkkoa/koatty/commit/4aff2ca))
1328
+ * autoCommit ([6cbf43d](https://github.com/thinkkoa/koatty/commit/6cbf43d))
1329
+ * autoCommit ([5984447](https://github.com/thinkkoa/koatty/commit/5984447))
1330
+ * autoCommit ([8320c26](https://github.com/thinkkoa/koatty/commit/8320c26))
1331
+ * autoCommit ([17eb5b1](https://github.com/thinkkoa/koatty/commit/17eb5b1))
1332
+ * autoCommit ([a4287be](https://github.com/thinkkoa/koatty/commit/a4287be))
1333
+ * autoCommit ([ba76487](https://github.com/thinkkoa/koatty/commit/ba76487))
1334
+ * autoCommit ([76bdb0c](https://github.com/thinkkoa/koatty/commit/76bdb0c))
1335
+ * autoCommit ([ed6e9d6](https://github.com/thinkkoa/koatty/commit/ed6e9d6))
1336
+ * autoCommit ([2907914](https://github.com/thinkkoa/koatty/commit/2907914))
1337
+ * autoCommit ([bf7fc74](https://github.com/thinkkoa/koatty/commit/bf7fc74))
1338
+ * autoCommit ([7d49570](https://github.com/thinkkoa/koatty/commit/7d49570))
1339
+ * autoCommit ([243059e](https://github.com/thinkkoa/koatty/commit/243059e))
1340
+ * autoCommit ([7180d35](https://github.com/thinkkoa/koatty/commit/7180d35))
1341
+ * autoCommit ([c0fe4a4](https://github.com/thinkkoa/koatty/commit/c0fe4a4))
1342
+ * autoCommit ([d0e974f](https://github.com/thinkkoa/koatty/commit/d0e974f))
1343
+ * autoCommit ([874b987](https://github.com/thinkkoa/koatty/commit/874b987))
1344
+ * autoCommit ([8b02afc](https://github.com/thinkkoa/koatty/commit/8b02afc))
1345
+ * autoCommit ([3f63acb](https://github.com/thinkkoa/koatty/commit/3f63acb))
1346
+ * autoCommit ([b22c4d1](https://github.com/thinkkoa/koatty/commit/b22c4d1))
1347
+ * autoCommit ([4d5bd01](https://github.com/thinkkoa/koatty/commit/4d5bd01))
1348
+ * autoCommit ([544d0e5](https://github.com/thinkkoa/koatty/commit/544d0e5))
1349
+ * autoCommit ([a7791ea](https://github.com/thinkkoa/koatty/commit/a7791ea))
1350
+ * autoCommit ([4f8636c](https://github.com/thinkkoa/koatty/commit/4f8636c))
1351
+ * autoCommit ([8f7a4d4](https://github.com/thinkkoa/koatty/commit/8f7a4d4))
1352
+ * autoCommit ([bb605fd](https://github.com/thinkkoa/koatty/commit/bb605fd))
1353
+ * autoCommit ([103cc99](https://github.com/thinkkoa/koatty/commit/103cc99))
1354
+ * autoCommit ([21c1bfc](https://github.com/thinkkoa/koatty/commit/21c1bfc))
1355
+ * autoCommit ([47c2c30](https://github.com/thinkkoa/koatty/commit/47c2c30))
1356
+ * autoCommit ([62b2280](https://github.com/thinkkoa/koatty/commit/62b2280))
1357
+ * autoCommit ([a5d5593](https://github.com/thinkkoa/koatty/commit/a5d5593))
1358
+ * autoCommit ([86792fd](https://github.com/thinkkoa/koatty/commit/86792fd))
1359
+ * autoCommit ([342dee6](https://github.com/thinkkoa/koatty/commit/342dee6))
1360
+ * autoCommit ([cb7b9f1](https://github.com/thinkkoa/koatty/commit/cb7b9f1))
1361
+ * autoCommit ([b12c849](https://github.com/thinkkoa/koatty/commit/b12c849))
1362
+ * autoCommit ([695206d](https://github.com/thinkkoa/koatty/commit/695206d))
1363
+ * autoCommit ([b96c6db](https://github.com/thinkkoa/koatty/commit/b96c6db))
1364
+ * autoCommit ([273c533](https://github.com/thinkkoa/koatty/commit/273c533))
1365
+ * autoCommit ([61689fb](https://github.com/thinkkoa/koatty/commit/61689fb))
1366
+ * autoCommit ([273a7bb](https://github.com/thinkkoa/koatty/commit/273a7bb))
1367
+ * autoCommit ([2899765](https://github.com/thinkkoa/koatty/commit/2899765))
1368
+ * autoCommit ([6af31cc](https://github.com/thinkkoa/koatty/commit/6af31cc))
1369
+ * autoCommit ([486f45c](https://github.com/thinkkoa/koatty/commit/486f45c))
1370
+ * autoCommit ([d909002](https://github.com/thinkkoa/koatty/commit/d909002))
1371
+ * autoCommit ([0c4c661](https://github.com/thinkkoa/koatty/commit/0c4c661))
1372
+ * autoCommit ([c246926](https://github.com/thinkkoa/koatty/commit/c246926))
1373
+ * autoCommit ([9c3ffa0](https://github.com/thinkkoa/koatty/commit/9c3ffa0))
1374
+ * autoCommit ([342fa52](https://github.com/thinkkoa/koatty/commit/342fa52))
1375
+ * autoCommit ([ce50294](https://github.com/thinkkoa/koatty/commit/ce50294))
1376
+ * autoCommit ([8e990fe](https://github.com/thinkkoa/koatty/commit/8e990fe))
1377
+ * autoCommit ([70cb0fe](https://github.com/thinkkoa/koatty/commit/70cb0fe))
1378
+ * autoCommit ([8608cdd](https://github.com/thinkkoa/koatty/commit/8608cdd))
1379
+ * autoCommit ([2c166f4](https://github.com/thinkkoa/koatty/commit/2c166f4))
1380
+ * autoCommit ([68809ba](https://github.com/thinkkoa/koatty/commit/68809ba))
1381
+ * autoCommit ([42a40a8](https://github.com/thinkkoa/koatty/commit/42a40a8))
1382
+ * autoCommit ([44849a8](https://github.com/thinkkoa/koatty/commit/44849a8))
1383
+ * autoCommit ([0f39ba3](https://github.com/thinkkoa/koatty/commit/0f39ba3))
1384
+ * autoCommit ([d5c92d6](https://github.com/thinkkoa/koatty/commit/d5c92d6))
1385
+ * autoCommit ([c394cab](https://github.com/thinkkoa/koatty/commit/c394cab))
1386
+ * autoCommit ([b2f519d](https://github.com/thinkkoa/koatty/commit/b2f519d))
1387
+ * autoCommit ([0cb5334](https://github.com/thinkkoa/koatty/commit/0cb5334))
1388
+ * autoCommit ([48bf16d](https://github.com/thinkkoa/koatty/commit/48bf16d))
1389
+ * autoCommit ([45faa01](https://github.com/thinkkoa/koatty/commit/45faa01))
1390
+ * autoCommit ([7e996bf](https://github.com/thinkkoa/koatty/commit/7e996bf))
1391
+ * autoCommit ([5917ccc](https://github.com/thinkkoa/koatty/commit/5917ccc))
1392
+ * autoCommit ([83c80f6](https://github.com/thinkkoa/koatty/commit/83c80f6))
1393
+ * autoCommit ([59957c8](https://github.com/thinkkoa/koatty/commit/59957c8))
1394
+ * autoCommit ([c43ca3b](https://github.com/thinkkoa/koatty/commit/c43ca3b))
1395
+ * autoCommit ([0d64d59](https://github.com/thinkkoa/koatty/commit/0d64d59))
1396
+ * autoCommit ([eddd13b](https://github.com/thinkkoa/koatty/commit/eddd13b))
1397
+ * autoCommit ([00e1e0e](https://github.com/thinkkoa/koatty/commit/00e1e0e))
1398
+ * autoCommit ([3803143](https://github.com/thinkkoa/koatty/commit/3803143))
1399
+ * autoCommit ([0b384a2](https://github.com/thinkkoa/koatty/commit/0b384a2))
1400
+ * autoCommit ([624ba15](https://github.com/thinkkoa/koatty/commit/624ba15))
1401
+ * autoCommit ([58bef61](https://github.com/thinkkoa/koatty/commit/58bef61))
1402
+ * autoCommit ([774e444](https://github.com/thinkkoa/koatty/commit/774e444))
1403
+ * autoCommit ([6805d87](https://github.com/thinkkoa/koatty/commit/6805d87))
1404
+ * autoCommit ([dcd8a37](https://github.com/thinkkoa/koatty/commit/dcd8a37))
1405
+ * autoCommit ([5027ba1](https://github.com/thinkkoa/koatty/commit/5027ba1))
1406
+ * autoCommit ([8a98bbc](https://github.com/thinkkoa/koatty/commit/8a98bbc))
1407
+ * autoCommit ([73729ab](https://github.com/thinkkoa/koatty/commit/73729ab))
1408
+ * autoCommit ([8039dc4](https://github.com/thinkkoa/koatty/commit/8039dc4))
1409
+ * autoCommit ([03d3392](https://github.com/thinkkoa/koatty/commit/03d3392))
1410
+ * autoCommit ([44ea3ef](https://github.com/thinkkoa/koatty/commit/44ea3ef))
1411
+ * autoCommit ([9f67c9d](https://github.com/thinkkoa/koatty/commit/9f67c9d))
1412
+ * autoCommit ([53886f2](https://github.com/thinkkoa/koatty/commit/53886f2))
1413
+ * autoCommit ([2c3b291](https://github.com/thinkkoa/koatty/commit/2c3b291))
1414
+ * autoCommit ([97e59e8](https://github.com/thinkkoa/koatty/commit/97e59e8))
1415
+ * autoCommit ([b447ef1](https://github.com/thinkkoa/koatty/commit/b447ef1))
1416
+ * autoCommit ([e19aec1](https://github.com/thinkkoa/koatty/commit/e19aec1))
1417
+ * autoCommit ([15f9c68](https://github.com/thinkkoa/koatty/commit/15f9c68))
1418
+ * autoCommit ([dd83a62](https://github.com/thinkkoa/koatty/commit/dd83a62))
1419
+ * autoCommit ([3b2f941](https://github.com/thinkkoa/koatty/commit/3b2f941))
1420
+ * autoCommit ([d084e46](https://github.com/thinkkoa/koatty/commit/d084e46))
1421
+ * autoCommit ([c560c15](https://github.com/thinkkoa/koatty/commit/c560c15))
1422
+ * autoCommit ([a7209f0](https://github.com/thinkkoa/koatty/commit/a7209f0))
1423
+ * autoCommit ([4c91084](https://github.com/thinkkoa/koatty/commit/4c91084))
1424
+ * autoCommit ([b8394c5](https://github.com/thinkkoa/koatty/commit/b8394c5))
1425
+ * autoCommit ([1818e55](https://github.com/thinkkoa/koatty/commit/1818e55))
1426
+ * autoCommit ([38312f0](https://github.com/thinkkoa/koatty/commit/38312f0))
1427
+ * autoCommit ([6156aed](https://github.com/thinkkoa/koatty/commit/6156aed))
1428
+ * autoCommit ([bc8b79d](https://github.com/thinkkoa/koatty/commit/bc8b79d))
1429
+ * autoCommit ([9f95e30](https://github.com/thinkkoa/koatty/commit/9f95e30))
1430
+ * autoCommit ([f4f50a0](https://github.com/thinkkoa/koatty/commit/f4f50a0))
1431
+ * autoCommit ([0250392](https://github.com/thinkkoa/koatty/commit/0250392))
1432
+ * autoCommit ([f4ca8e6](https://github.com/thinkkoa/koatty/commit/f4ca8e6))
1433
+ * autoCommit ([85b0420](https://github.com/thinkkoa/koatty/commit/85b0420))
1434
+ * autoCommit ([cc4cc04](https://github.com/thinkkoa/koatty/commit/cc4cc04))
1435
+ * autoCommit ([2033774](https://github.com/thinkkoa/koatty/commit/2033774))
1436
+ * autoCommit ([07d9d9a](https://github.com/thinkkoa/koatty/commit/07d9d9a))
1437
+ * autoCommit ([cf49df1](https://github.com/thinkkoa/koatty/commit/cf49df1))
1438
+ * autoCommit ([3e82467](https://github.com/thinkkoa/koatty/commit/3e82467))
1439
+ * autoCommit ([5a1fd50](https://github.com/thinkkoa/koatty/commit/5a1fd50))
1440
+ * autoCommit ([7998261](https://github.com/thinkkoa/koatty/commit/7998261))
1441
+ * autoCommit ([f3534f9](https://github.com/thinkkoa/koatty/commit/f3534f9))
1442
+ * autoCommit ([e5210df](https://github.com/thinkkoa/koatty/commit/e5210df))
1443
+ * autoCommit ([34779c3](https://github.com/thinkkoa/koatty/commit/34779c3))
1444
+ * autoCommit ([d81f9cf](https://github.com/thinkkoa/koatty/commit/d81f9cf))
1445
+ * autoCommit ([f9e6e3a](https://github.com/thinkkoa/koatty/commit/f9e6e3a))
1446
+ * autoCommit ([3a5f66d](https://github.com/thinkkoa/koatty/commit/3a5f66d))
1447
+ * autoCommit ([fc47768](https://github.com/thinkkoa/koatty/commit/fc47768))
1448
+ * autoCommit ([decde74](https://github.com/thinkkoa/koatty/commit/decde74))
1449
+ * autoCommit ([3f2e494](https://github.com/thinkkoa/koatty/commit/3f2e494))
1450
+ * autoCommit ([01cc1e4](https://github.com/thinkkoa/koatty/commit/01cc1e4))
1451
+ * autoCommit ([2b8c37d](https://github.com/thinkkoa/koatty/commit/2b8c37d))
1452
+ * autoCommit ([b62b2df](https://github.com/thinkkoa/koatty/commit/b62b2df))
1453
+ * autoCommit ([127bc40](https://github.com/thinkkoa/koatty/commit/127bc40))
1454
+ * autoCommit ([6126806](https://github.com/thinkkoa/koatty/commit/6126806))
1455
+ * autoCommit ([b463cff](https://github.com/thinkkoa/koatty/commit/b463cff))
1456
+ * autoCommit ([8ee26a8](https://github.com/thinkkoa/koatty/commit/8ee26a8))
1457
+ * autoCommit ([bc87411](https://github.com/thinkkoa/koatty/commit/bc87411))
1458
+ * autoCommit ([f732b2a](https://github.com/thinkkoa/koatty/commit/f732b2a))
1459
+ * autoCommit ([baeabab](https://github.com/thinkkoa/koatty/commit/baeabab))
1460
+ * autoCommit ([8ba792d](https://github.com/thinkkoa/koatty/commit/8ba792d))
1461
+ * autoCommit ([9e9542d](https://github.com/thinkkoa/koatty/commit/9e9542d))
1462
+ * autoCommit ([84f5f16](https://github.com/thinkkoa/koatty/commit/84f5f16))
1463
+ * autoCommit ([ae388d9](https://github.com/thinkkoa/koatty/commit/ae388d9))
1464
+ * autoCommit ([d18f657](https://github.com/thinkkoa/koatty/commit/d18f657))
1465
+ * autoCommit ([e0e07cb](https://github.com/thinkkoa/koatty/commit/e0e07cb))
1466
+ * autoCommit ([205edd7](https://github.com/thinkkoa/koatty/commit/205edd7))
1467
+ * autoCommit ([2f4ea1b](https://github.com/thinkkoa/koatty/commit/2f4ea1b))
1468
+ * autoCommit ([ef77da4](https://github.com/thinkkoa/koatty/commit/ef77da4))
1469
+ * autoCommit ([74af023](https://github.com/thinkkoa/koatty/commit/74af023))
1470
+ * autoCommit ([122fcb2](https://github.com/thinkkoa/koatty/commit/122fcb2))
1471
+ * autoCommit ([864f127](https://github.com/thinkkoa/koatty/commit/864f127))
1472
+ * autoCommit ([c551e74](https://github.com/thinkkoa/koatty/commit/c551e74))
1473
+ * autoCommit ([2001f6f](https://github.com/thinkkoa/koatty/commit/2001f6f))
1474
+ * autoCommit ([531c362](https://github.com/thinkkoa/koatty/commit/531c362))
1475
+ * autoCommit ([b0f41c9](https://github.com/thinkkoa/koatty/commit/b0f41c9))
1476
+ * autoCommit ([17e2182](https://github.com/thinkkoa/koatty/commit/17e2182))
1477
+ * autoCommit ([525e41a](https://github.com/thinkkoa/koatty/commit/525e41a))
1478
+ * autoCommit ([cbbf3ef](https://github.com/thinkkoa/koatty/commit/cbbf3ef))
1479
+ * autoCommit ([7741a6b](https://github.com/thinkkoa/koatty/commit/7741a6b))
1480
+ * autoCommit ([25b96a2](https://github.com/thinkkoa/koatty/commit/25b96a2))
1481
+ * autoCommit ([dd0c49f](https://github.com/thinkkoa/koatty/commit/dd0c49f))
1482
+ * autoCommit ([c2f0fe2](https://github.com/thinkkoa/koatty/commit/c2f0fe2))
1483
+ * autoCommit ([dfc4c40](https://github.com/thinkkoa/koatty/commit/dfc4c40))
1484
+ * autoCommit ([c98dfda](https://github.com/thinkkoa/koatty/commit/c98dfda))
1485
+ * autoCommit ([d74aec9](https://github.com/thinkkoa/koatty/commit/d74aec9))
1486
+ * autoCommit ([310654e](https://github.com/thinkkoa/koatty/commit/310654e))
1487
+ * autoCommit ([9744760](https://github.com/thinkkoa/koatty/commit/9744760))
1488
+ * autoCommit ([2568cd4](https://github.com/thinkkoa/koatty/commit/2568cd4))
1489
+ * autoCommit ([38dc300](https://github.com/thinkkoa/koatty/commit/38dc300))
1490
+ * autoCommit ([e9480c5](https://github.com/thinkkoa/koatty/commit/e9480c5))
1491
+ * autoCommit ([f2d69fa](https://github.com/thinkkoa/koatty/commit/f2d69fa))
1492
+ * autoCommit ([e645d60](https://github.com/thinkkoa/koatty/commit/e645d60))
1493
+ * autoCommit ([4e5c717](https://github.com/thinkkoa/koatty/commit/4e5c717))
1494
+ * autoCommit ([e9d11e4](https://github.com/thinkkoa/koatty/commit/e9d11e4))
1495
+ * autoCommit ([8722e89](https://github.com/thinkkoa/koatty/commit/8722e89))
1496
+ * autoCommit ([308daa0](https://github.com/thinkkoa/koatty/commit/308daa0))
1497
+ * autoCommit ([e4a8a3b](https://github.com/thinkkoa/koatty/commit/e4a8a3b))
1498
+ * autoCommit ([c6be671](https://github.com/thinkkoa/koatty/commit/c6be671))
1499
+ * autoCommit ([483aedb](https://github.com/thinkkoa/koatty/commit/483aedb))
1500
+ * autoCommit ([d07c934](https://github.com/thinkkoa/koatty/commit/d07c934))
1501
+ * autoCommit ([e779c56](https://github.com/thinkkoa/koatty/commit/e779c56))
1502
+ * autoCommit ([c518227](https://github.com/thinkkoa/koatty/commit/c518227))
1503
+ * autoCommit ([530f654](https://github.com/thinkkoa/koatty/commit/530f654))
1504
+ * autoCommit ([8a75276](https://github.com/thinkkoa/koatty/commit/8a75276))
1505
+ * autoCommit ([61d1907](https://github.com/thinkkoa/koatty/commit/61d1907))
1506
+ * autoCommit ([a6c7f2a](https://github.com/thinkkoa/koatty/commit/a6c7f2a))
1507
+ * autoCommit ([950844f](https://github.com/thinkkoa/koatty/commit/950844f))
1508
+ * autoCommit ([df0608e](https://github.com/thinkkoa/koatty/commit/df0608e))
1509
+ * autoCommit ([1abea83](https://github.com/thinkkoa/koatty/commit/1abea83))
1510
+ * autoCommit ([4cc6770](https://github.com/thinkkoa/koatty/commit/4cc6770))
1511
+ * autoCommit ([c1689ef](https://github.com/thinkkoa/koatty/commit/c1689ef))
1512
+ * autoCommit ([3c2e50f](https://github.com/thinkkoa/koatty/commit/3c2e50f))
1513
+ * autoCommit ([3076ef6](https://github.com/thinkkoa/koatty/commit/3076ef6))
1514
+ * autoCommit ([3cda8e3](https://github.com/thinkkoa/koatty/commit/3cda8e3))
1515
+ * autoCommit ([bd3079a](https://github.com/thinkkoa/koatty/commit/bd3079a))
1516
+ * autoCommit ([9168963](https://github.com/thinkkoa/koatty/commit/9168963))
1517
+ * autoCommit ([f2fde84](https://github.com/thinkkoa/koatty/commit/f2fde84))
1518
+ * autoCommit ([6cfabfa](https://github.com/thinkkoa/koatty/commit/6cfabfa))
1519
+ * autoCommit ([dd8a6f0](https://github.com/thinkkoa/koatty/commit/dd8a6f0))
1520
+ * autoCommit ([4910bf9](https://github.com/thinkkoa/koatty/commit/4910bf9))
1521
+ * autoCommit ([1b3b079](https://github.com/thinkkoa/koatty/commit/1b3b079))
1522
+ * autoCommit ([c05c3b2](https://github.com/thinkkoa/koatty/commit/c05c3b2))
1523
+ * autoCommit ([6f725d8](https://github.com/thinkkoa/koatty/commit/6f725d8))
1524
+ * autoCommit ([3a5ad19](https://github.com/thinkkoa/koatty/commit/3a5ad19))
1525
+ * autoCommit ([ff63741](https://github.com/thinkkoa/koatty/commit/ff63741))
1526
+ * autoCommit ([7561c10](https://github.com/thinkkoa/koatty/commit/7561c10))
1527
+ * autoCommit ([4c69160](https://github.com/thinkkoa/koatty/commit/4c69160))
1528
+ * autoCommit ([c0c891f](https://github.com/thinkkoa/koatty/commit/c0c891f))
1529
+ * autoCommit ([a97d192](https://github.com/thinkkoa/koatty/commit/a97d192))
1530
+ * autoCommit ([cbd7073](https://github.com/thinkkoa/koatty/commit/cbd7073))
1531
+ * autoCommit ([a1daf35](https://github.com/thinkkoa/koatty/commit/a1daf35))
1532
+ * autoCommit ([60c036c](https://github.com/thinkkoa/koatty/commit/60c036c))
1533
+ * autoCommit ([55af5b4](https://github.com/thinkkoa/koatty/commit/55af5b4))
1534
+ * autoCommit ([8e6a60f](https://github.com/thinkkoa/koatty/commit/8e6a60f))
1535
+ * autoCommit ([e527d73](https://github.com/thinkkoa/koatty/commit/e527d73))
1536
+ * autoCommit ([42fb8b2](https://github.com/thinkkoa/koatty/commit/42fb8b2))
1537
+ * autoCommit ([1ef68ed](https://github.com/thinkkoa/koatty/commit/1ef68ed))
1538
+ * autoCommit ([bd579ec](https://github.com/thinkkoa/koatty/commit/bd579ec))
1539
+ * autoCommit ([bfca896](https://github.com/thinkkoa/koatty/commit/bfca896))
1540
+ * autoCommit ([94f0230](https://github.com/thinkkoa/koatty/commit/94f0230))
1541
+ * autoCommit ([d4175e8](https://github.com/thinkkoa/koatty/commit/d4175e8))
1542
+ * autoCommit ([c66820e](https://github.com/thinkkoa/koatty/commit/c66820e))
1543
+ * autoCommit ([9cfa75b](https://github.com/thinkkoa/koatty/commit/9cfa75b))
1544
+ * autoCommit ([528be22](https://github.com/thinkkoa/koatty/commit/528be22))
1545
+ * autoCommit ([e57a4d9](https://github.com/thinkkoa/koatty/commit/e57a4d9))
1546
+ * autoCommit ([bd3e1fd](https://github.com/thinkkoa/koatty/commit/bd3e1fd))
1547
+ * autoCommit ([a6900ff](https://github.com/thinkkoa/koatty/commit/a6900ff))
1548
+ * autoCommit ([6bc7684](https://github.com/thinkkoa/koatty/commit/6bc7684))
1549
+ * autoCommit ([5031908](https://github.com/thinkkoa/koatty/commit/5031908))
1550
+ * autoCommit ([2f5a1a4](https://github.com/thinkkoa/koatty/commit/2f5a1a4))
1551
+ * autoCommit ([85f46d4](https://github.com/thinkkoa/koatty/commit/85f46d4))
1552
+ * autoCommit ([796cd0e](https://github.com/thinkkoa/koatty/commit/796cd0e))
1553
+ * autoCommit ([5bf3db0](https://github.com/thinkkoa/koatty/commit/5bf3db0))
1554
+ * autoCommit ([4b57900](https://github.com/thinkkoa/koatty/commit/4b57900))
1555
+ * autoCommit ([f57f356](https://github.com/thinkkoa/koatty/commit/f57f356))
1556
+ * autoCommit ([a8bb856](https://github.com/thinkkoa/koatty/commit/a8bb856))
1557
+ * autoCommit ([f4ce98e](https://github.com/thinkkoa/koatty/commit/f4ce98e))
1558
+ * autoCommit ([ae5aac2](https://github.com/thinkkoa/koatty/commit/ae5aac2))
1559
+ * autoCommit ([9197bbb](https://github.com/thinkkoa/koatty/commit/9197bbb))
1560
+ * autoCommit ([23b80ab](https://github.com/thinkkoa/koatty/commit/23b80ab))
1561
+ * autoCommit ([1808fbf](https://github.com/thinkkoa/koatty/commit/1808fbf))
1562
+ * autoCommit ([09f51e0](https://github.com/thinkkoa/koatty/commit/09f51e0))
1563
+ * autoCommit ([c80a8b4](https://github.com/thinkkoa/koatty/commit/c80a8b4))
1564
+ * autoCommit ([e417485](https://github.com/thinkkoa/koatty/commit/e417485))
1565
+ * autoCommit ([4e38b13](https://github.com/thinkkoa/koatty/commit/4e38b13))
1566
+ * autoCommit ([07d38a9](https://github.com/thinkkoa/koatty/commit/07d38a9))
1567
+ * autoCommit ([fffe9a0](https://github.com/thinkkoa/koatty/commit/fffe9a0))
1568
+ * autoCommit ([4294d8a](https://github.com/thinkkoa/koatty/commit/4294d8a))
1569
+ * autoCommit ([2e3ae9e](https://github.com/thinkkoa/koatty/commit/2e3ae9e))
1570
+ * autoCommit ([c2543c9](https://github.com/thinkkoa/koatty/commit/c2543c9))
1571
+ * autoCommit ([4bc7b9a](https://github.com/thinkkoa/koatty/commit/4bc7b9a))
1572
+ * autoCommit ([284f080](https://github.com/thinkkoa/koatty/commit/284f080))
1573
+ * autoCommit ([ce7c6df](https://github.com/thinkkoa/koatty/commit/ce7c6df))
1574
+ * autoCommit ([dacdf9b](https://github.com/thinkkoa/koatty/commit/dacdf9b))
1575
+ * autoCommit ([d0f2800](https://github.com/thinkkoa/koatty/commit/d0f2800))
1576
+ * autoCommit ([49d4623](https://github.com/thinkkoa/koatty/commit/49d4623))
1577
+ * autoCommit ([03c1574](https://github.com/thinkkoa/koatty/commit/03c1574))
1578
+ * autoCommit ([ba8a501](https://github.com/thinkkoa/koatty/commit/ba8a501))
1579
+ * autoCommit ([a88d600](https://github.com/thinkkoa/koatty/commit/a88d600))
1580
+ * autoCommit ([5650a4f](https://github.com/thinkkoa/koatty/commit/5650a4f))
1581
+ * autoCommit ([f1e2e86](https://github.com/thinkkoa/koatty/commit/f1e2e86))
1582
+ * autoCommit ([a4625de](https://github.com/thinkkoa/koatty/commit/a4625de))
1583
+ * autoCommit ([5e2e50f](https://github.com/thinkkoa/koatty/commit/5e2e50f))
1584
+ * autoCommit ([e644196](https://github.com/thinkkoa/koatty/commit/e644196))
1585
+ * autoCommit ([5d777e8](https://github.com/thinkkoa/koatty/commit/5d777e8))
1586
+ * autoCommit ([b36b67d](https://github.com/thinkkoa/koatty/commit/b36b67d))
1587
+ * autoCommit ([f0eb520](https://github.com/thinkkoa/koatty/commit/f0eb520))
1588
+ * autoCommit ([e1208d9](https://github.com/thinkkoa/koatty/commit/e1208d9))
1589
+ * autoCommit ([dd3813c](https://github.com/thinkkoa/koatty/commit/dd3813c))
1590
+ * autoCommit ([862de44](https://github.com/thinkkoa/koatty/commit/862de44))
1591
+ * autoCommit ([58e1ab2](https://github.com/thinkkoa/koatty/commit/58e1ab2))
1592
+ * autoCommit ([0be4bdc](https://github.com/thinkkoa/koatty/commit/0be4bdc))
1593
+ * autoCommit ([06ea4cd](https://github.com/thinkkoa/koatty/commit/06ea4cd))
1594
+ * autoCommit ([b9397ea](https://github.com/thinkkoa/koatty/commit/b9397ea))
1595
+ * autoCommit ([acb28e4](https://github.com/thinkkoa/koatty/commit/acb28e4))
1596
+ * autoCommit ([4961299](https://github.com/thinkkoa/koatty/commit/4961299))
1597
+ * autoCommit ([04ff254](https://github.com/thinkkoa/koatty/commit/04ff254))
1598
+ * autoCommit ([7cb7cdc](https://github.com/thinkkoa/koatty/commit/7cb7cdc))
1599
+ * autoCommit ([28d7e70](https://github.com/thinkkoa/koatty/commit/28d7e70))
1600
+ * autoCommit ([95b7683](https://github.com/thinkkoa/koatty/commit/95b7683))
1601
+ * autoCommit ([3f1f870](https://github.com/thinkkoa/koatty/commit/3f1f870))
1602
+ * autoCommit ([3733bf3](https://github.com/thinkkoa/koatty/commit/3733bf3))
1603
+ * autoCommit ([54c3760](https://github.com/thinkkoa/koatty/commit/54c3760))
1604
+ * autoCommit ([917b021](https://github.com/thinkkoa/koatty/commit/917b021))
1605
+ * autoCommit ([f32bf76](https://github.com/thinkkoa/koatty/commit/f32bf76))
1606
+ * autoCommit ([8956767](https://github.com/thinkkoa/koatty/commit/8956767))
1607
+ * autoCommit ([ee0ac29](https://github.com/thinkkoa/koatty/commit/ee0ac29))
1608
+ * autoCommit ([d2054f3](https://github.com/thinkkoa/koatty/commit/d2054f3))
1609
+ * autoCommit ([8a292c4](https://github.com/thinkkoa/koatty/commit/8a292c4))
1610
+ * autoCommit ([3d491ad](https://github.com/thinkkoa/koatty/commit/3d491ad))
1611
+ * autoCommit ([1fa4179](https://github.com/thinkkoa/koatty/commit/1fa4179))
1612
+ * autoCommit ([26aa0c2](https://github.com/thinkkoa/koatty/commit/26aa0c2))
1613
+ * autoCommit ([1153d4e](https://github.com/thinkkoa/koatty/commit/1153d4e))
1614
+ * autoCommit ([45e4c96](https://github.com/thinkkoa/koatty/commit/45e4c96))
1615
+ * autoCommit ([3e79ca2](https://github.com/thinkkoa/koatty/commit/3e79ca2))
1616
+ * autoCommit ([0a60c71](https://github.com/thinkkoa/koatty/commit/0a60c71))
1617
+ * autoCommit ([43c807a](https://github.com/thinkkoa/koatty/commit/43c807a))
1618
+ * autoCommit ([016e3f5](https://github.com/thinkkoa/koatty/commit/016e3f5))
1619
+ * autoCommit ([a341979](https://github.com/thinkkoa/koatty/commit/a341979))
1620
+ * autoCommit ([4b1db37](https://github.com/thinkkoa/koatty/commit/4b1db37))
1621
+ * autoCommit ([977eb6c](https://github.com/thinkkoa/koatty/commit/977eb6c))
1622
+ * autoCommit ([a525682](https://github.com/thinkkoa/koatty/commit/a525682))
1623
+ * autoCommit ([a78cb52](https://github.com/thinkkoa/koatty/commit/a78cb52))
1624
+ * autoCommit ([f419731](https://github.com/thinkkoa/koatty/commit/f419731))
1625
+ * autoCommit ([510788a](https://github.com/thinkkoa/koatty/commit/510788a))
1626
+ * autoCommit ([f1cdfd1](https://github.com/thinkkoa/koatty/commit/f1cdfd1))
1627
+ * autoCommit ([4816dcf](https://github.com/thinkkoa/koatty/commit/4816dcf))
1628
+ * autoCommit ([6d5f903](https://github.com/thinkkoa/koatty/commit/6d5f903))
1629
+ * autoCommit ([e717edf](https://github.com/thinkkoa/koatty/commit/e717edf))
1630
+ * autoCommit ([ea27f7e](https://github.com/thinkkoa/koatty/commit/ea27f7e))
1631
+ * autoCommit ([8747130](https://github.com/thinkkoa/koatty/commit/8747130))
1632
+ * autoCommit ([c74fffe](https://github.com/thinkkoa/koatty/commit/c74fffe))
1633
+ * autoCommit ([86eb885](https://github.com/thinkkoa/koatty/commit/86eb885))
1634
+ * autoCommit ([88d6386](https://github.com/thinkkoa/koatty/commit/88d6386))
1635
+ * autoCommit ([84ab99f](https://github.com/thinkkoa/koatty/commit/84ab99f))
1636
+ * autoCommit ([319eef8](https://github.com/thinkkoa/koatty/commit/319eef8))
1637
+ * autoCommit ([1af0a5b](https://github.com/thinkkoa/koatty/commit/1af0a5b))
1638
+ * autoCommit ([4299246](https://github.com/thinkkoa/koatty/commit/4299246))
1639
+ * autoCommit ([04af133](https://github.com/thinkkoa/koatty/commit/04af133))
1640
+ * autoCommit ([31586f2](https://github.com/thinkkoa/koatty/commit/31586f2))
1641
+ * autoCommit ([0f90a23](https://github.com/thinkkoa/koatty/commit/0f90a23))
1642
+ * autoCommit ([a1841c0](https://github.com/thinkkoa/koatty/commit/a1841c0))
1643
+ * autoCommit ([275ab9e](https://github.com/thinkkoa/koatty/commit/275ab9e))
1644
+ * autoCommit ([f52644f](https://github.com/thinkkoa/koatty/commit/f52644f))
1645
+ * autoCommit ([226b441](https://github.com/thinkkoa/koatty/commit/226b441))
1646
+ * autoCommit ([3b555d7](https://github.com/thinkkoa/koatty/commit/3b555d7))
1647
+ * autoCommit ([4681064](https://github.com/thinkkoa/koatty/commit/4681064))
1648
+ * autoCommit ([a656e70](https://github.com/thinkkoa/koatty/commit/a656e70))
1649
+ * autoCommit ([a2989ed](https://github.com/thinkkoa/koatty/commit/a2989ed))
1650
+ * autoCommit ([b60cddb](https://github.com/thinkkoa/koatty/commit/b60cddb))
1651
+ * autoCommit ([08303fc](https://github.com/thinkkoa/koatty/commit/08303fc))
1652
+ * autoCommit ([3a893bf](https://github.com/thinkkoa/koatty/commit/3a893bf))
1653
+ * autoCommit ([5c1c941](https://github.com/thinkkoa/koatty/commit/5c1c941))
1654
+ * autoCommit ([e0ead07](https://github.com/thinkkoa/koatty/commit/e0ead07))
1655
+ * autoCommit ([f4f4ef5](https://github.com/thinkkoa/koatty/commit/f4f4ef5))
1656
+ * autoCommit ([3f95ad4](https://github.com/thinkkoa/koatty/commit/3f95ad4))
1657
+ * autoCommit ([02be277](https://github.com/thinkkoa/koatty/commit/02be277))
1658
+ * autoCommit ([fbef2e1](https://github.com/thinkkoa/koatty/commit/fbef2e1))
1659
+ * autoCommit ([7f2172f](https://github.com/thinkkoa/koatty/commit/7f2172f))
1660
+ * Consistent output ([b725ced](https://github.com/thinkkoa/koatty/commit/b725ced))
1661
+ * Consistent output ([0c66900](https://github.com/thinkkoa/koatty/commit/0c66900))
1662
+ * Consistent output ([307b95a](https://github.com/thinkkoa/koatty/commit/307b95a))
1663
+ * Consistent output ([f32e34d](https://github.com/thinkkoa/koatty/commit/f32e34d))
1664
+ * Consistent output ([33a86e1](https://github.com/thinkkoa/koatty/commit/33a86e1))
1665
+ * define app as getter ([dcfb74a](https://github.com/thinkkoa/koatty/commit/dcfb74a))
1666
+ * define app as getter ([576de1a](https://github.com/thinkkoa/koatty/commit/576de1a))
1667
+ * fix RequestMapping Body ([fba1d32](https://github.com/thinkkoa/koatty/commit/fba1d32))
1668
+ * IController ([b01fd96](https://github.com/thinkkoa/koatty/commit/b01fd96))
1669
+ * interface for middleware ([e7863d2](https://github.com/thinkkoa/koatty/commit/e7863d2))
1670
+ * interface for middleware ([3bfa559](https://github.com/thinkkoa/koatty/commit/3bfa559))
1671
+ * prevent cache penetration ([f1da984](https://github.com/thinkkoa/koatty/commit/f1da984))
1672
+ * support env configs ([8b4de7c](https://github.com/thinkkoa/koatty/commit/8b4de7c))
1673
+ * support env configs ([99a2d03](https://github.com/thinkkoa/koatty/commit/99a2d03))
1674
+ * The problem of setting false in the middleware configuration causes other middleware to not load ([5700114](https://github.com/thinkkoa/koatty/commit/5700114))
1675
+ * think_static middleware is no longer loaded by default ([fc04a5a](https://github.com/thinkkoa/koatty/commit/fc04a5a))
1676
+ * think_tatic middleware is no longer loaded by default ([df3e11a](https://github.com/thinkkoa/koatty/commit/df3e11a))
1677
+ * update ([eb8b397](https://github.com/thinkkoa/koatty/commit/eb8b397))
1678
+ * update ([a6500fa](https://github.com/thinkkoa/koatty/commit/a6500fa))
1679
+ * update ([739aa3d](https://github.com/thinkkoa/koatty/commit/739aa3d))
1680
+ * Update README.md ([1252ab5](https://github.com/thinkkoa/koatty/commit/1252ab5))
1681
+ * upgrade ([451c80f](https://github.com/thinkkoa/koatty/commit/451c80f))
1682
+ * upgrade ([f9108b8](https://github.com/thinkkoa/koatty/commit/f9108b8))
1683
+ * upgrade think_payload@3.0.0 ([5463459](https://github.com/thinkkoa/koatty/commit/5463459))
1684
+ * upgrade think_payload@3.0.0 ([f376809](https://github.com/thinkkoa/koatty/commit/f376809))
1685
+ * User "think_container" ([7e6570a](https://github.com/thinkkoa/koatty/commit/7e6570a))
1686
+
1687
+
1688
+
1689
+ ## <small>1.20.20 (2020-04-23)</small>
1690
+
1691
+ * Adjust link timeout ([44c90fd](https://github.com/thinkkoa/koatty/commit/44c90fd))
1692
+ * Alias Lock ([7da7333](https://github.com/thinkkoa/koatty/commit/7da7333))
1693
+ * Comment text ([2f10911](https://github.com/thinkkoa/koatty/commit/2f10911))
1694
+ * Fix cache connection failure ([2cb5ba2](https://github.com/thinkkoa/koatty/commit/2cb5ba2))
1695
+ * Fix the problem of incorrect parameter acquisition due to asynchronous ([9ccf6b2](https://github.com/thinkkoa/koatty/commit/9ccf6b2))
1696
+ * Fixbug ([2a0d91f](https://github.com/thinkkoa/koatty/commit/2a0d91f))
1697
+ * Fixbug ([32a2146](https://github.com/thinkkoa/koatty/commit/32a2146))
1698
+ * logger ([cfd1030](https://github.com/thinkkoa/koatty/commit/cfd1030))
1699
+ * Modify the base class init ([192bce5](https://github.com/thinkkoa/koatty/commit/192bce5))
1700
+ * Modify the base class init ([76f4752](https://github.com/thinkkoa/koatty/commit/76f4752))
1701
+ * Modify the base class init ([e197973](https://github.com/thinkkoa/koatty/commit/e197973))
1702
+ * optimization ([1e3bd19](https://github.com/thinkkoa/koatty/commit/1e3bd19))
1703
+ * Optimize DTO verification ([ebd01e4](https://github.com/thinkkoa/koatty/commit/ebd01e4))
1704
+ * Remove redundant parameters ([65bb740](https://github.com/thinkkoa/koatty/commit/65bb740))
1705
+ * replace bean scope "Request" to "Prototype" ([d3ef2dc](https://github.com/thinkkoa/koatty/commit/d3ef2dc))
1706
+ * Test case ([5d70626](https://github.com/thinkkoa/koatty/commit/5d70626))
1707
+ * Test case ([f33f546](https://github.com/thinkkoa/koatty/commit/f33f546))
1708
+ * Test case ([349b7c8](https://github.com/thinkkoa/koatty/commit/349b7c8))
1709
+ * update ([607d345](https://github.com/thinkkoa/koatty/commit/607d345))
1710
+ * Update dependencies ([e5c6d72](https://github.com/thinkkoa/koatty/commit/e5c6d72))
1711
+ * Update dependencies ([73ba87a](https://github.com/thinkkoa/koatty/commit/73ba87a))
1712
+ * Used murmurHash ([ba01e2e](https://github.com/thinkkoa/koatty/commit/ba01e2e))
1713
+ * Value decorator ([d9615b2](https://github.com/thinkkoa/koatty/commit/d9615b2))
1714
+
1715
+
1716
+
1717
+ ## <small>1.18.12 (2020-03-22)</small>
1718
+
1719
+ * Add distributed locks ([9b82d6a](https://github.com/thinkkoa/koatty/commit/9b82d6a))
1720
+ * Add locker ([8a1d71f](https://github.com/thinkkoa/koatty/commit/8a1d71f))
1721
+ * Add SchedulerLock ([ddbbdde](https://github.com/thinkkoa/koatty/commit/ddbbdde))
1722
+ * AOP pointcut allows input to Class ([6f386bb](https://github.com/thinkkoa/koatty/commit/6f386bb))
1723
+ * appRady/appStart event also supports asynchronous ([641afbd](https://github.com/thinkkoa/koatty/commit/641afbd))
1724
+ * appRady/appStart event also supports asynchronous ([6412eb7](https://github.com/thinkkoa/koatty/commit/6412eb7))
1725
+ * Automatically load configuration based on environment ([0247f03](https://github.com/thinkkoa/koatty/commit/0247f03))
1726
+ * bootFunc supports asynchronous ([b6268d6](https://github.com/thinkkoa/koatty/commit/b6268d6))
1727
+ * Bump acorn from 7.1.0 to 7.1.1 ([961a75e](https://github.com/thinkkoa/koatty/commit/961a75e))
1728
+ * Env ([3eec9a8](https://github.com/thinkkoa/koatty/commit/3eec9a8))
1729
+ * Fix aspect __after not executed ([81d0890](https://github.com/thinkkoa/koatty/commit/81d0890))
1730
+ * Fix bug ([6ffeb53](https://github.com/thinkkoa/koatty/commit/6ffeb53))
1731
+ * Fix bug ([4a355fd](https://github.com/thinkkoa/koatty/commit/4a355fd))
1732
+ * Fix locker connect error ([7e1772d](https://github.com/thinkkoa/koatty/commit/7e1772d))
1733
+ * fix message indeed bug ([3e91678](https://github.com/thinkkoa/koatty/commit/3e91678))
1734
+ * Fix parameter and validation rule matching issues ([d06cc35](https://github.com/thinkkoa/koatty/commit/d06cc35))
1735
+ * fix the problem that the redis link fails and Cacheable returns unexpected results ([caeadcc](https://github.com/thinkkoa/koatty/commit/caeadcc))
1736
+ * Get DTO class from container ([235b2c1](https://github.com/thinkkoa/koatty/commit/235b2c1))
1737
+ * Get DTO class from container ([c09a423](https://github.com/thinkkoa/koatty/commit/c09a423))
1738
+ * getClass ([f07a7ac](https://github.com/thinkkoa/koatty/commit/f07a7ac))
1739
+ * Increase print AOP execution ([d819c30](https://github.com/thinkkoa/koatty/commit/d819c30))
1740
+ * optimization ([4cef53d](https://github.com/thinkkoa/koatty/commit/4cef53d))
1741
+ * readme.md ([6e7502a](https://github.com/thinkkoa/koatty/commit/6e7502a))
1742
+ * readme.md ([c392aaf](https://github.com/thinkkoa/koatty/commit/c392aaf))
1743
+ * readme.md ([0a6fd7e](https://github.com/thinkkoa/koatty/commit/0a6fd7e))
1744
+ * Rebuild the requestMapping ([11d58f0](https://github.com/thinkkoa/koatty/commit/11d58f0))
1745
+ * Reduced container class ([10e44f3](https://github.com/thinkkoa/koatty/commit/10e44f3))
1746
+ * Reduced container class ([1f9c889](https://github.com/thinkkoa/koatty/commit/1f9c889))
1747
+ * requestMapping ([5f44c57](https://github.com/thinkkoa/koatty/commit/5f44c57))
1748
+ * RequestMapping ([436fc80](https://github.com/thinkkoa/koatty/commit/436fc80))
1749
+ * Scheduled tasks support redis-based distributed locks ([416746f](https://github.com/thinkkoa/koatty/commit/416746f))
1750
+ * Seal object ([d002dae](https://github.com/thinkkoa/koatty/commit/d002dae))
1751
+ * security fixes ([168d7c1](https://github.com/thinkkoa/koatty/commit/168d7c1))
1752
+ * Set Container app is readonly ([a50e6ef](https://github.com/thinkkoa/koatty/commit/a50e6ef))
1753
+ * Support env configure ([d79619c](https://github.com/thinkkoa/koatty/commit/d79619c))
1754
+ * supports redis-based caching ([4d9cddd](https://github.com/thinkkoa/koatty/commit/4d9cddd))
1755
+ * test case ([63b0e33](https://github.com/thinkkoa/koatty/commit/63b0e33))
1756
+ * Test case ([bf7afd5](https://github.com/thinkkoa/koatty/commit/bf7afd5))
1757
+ * Test case ([6d8f1d9](https://github.com/thinkkoa/koatty/commit/6d8f1d9))
1758
+ * Test case ([b660877](https://github.com/thinkkoa/koatty/commit/b660877))
1759
+ * Test case ([43f3cf8](https://github.com/thinkkoa/koatty/commit/43f3cf8))
1760
+ * Test case ([e3de6ef](https://github.com/thinkkoa/koatty/commit/e3de6ef))
1761
+ * Test case ([528975f](https://github.com/thinkkoa/koatty/commit/528975f))
1762
+ * Test case ([5adde76](https://github.com/thinkkoa/koatty/commit/5adde76))
1763
+ * Update ([89c24f0](https://github.com/thinkkoa/koatty/commit/89c24f0))
1764
+ * Update ([dd46e43](https://github.com/thinkkoa/koatty/commit/dd46e43))
1765
+ * Update ([f34770d](https://github.com/thinkkoa/koatty/commit/f34770d))
1766
+ * Update ([cf83741](https://github.com/thinkkoa/koatty/commit/cf83741))
1767
+ * Update ([8a95e58](https://github.com/thinkkoa/koatty/commit/8a95e58))
1768
+ * Update ([c4bd560](https://github.com/thinkkoa/koatty/commit/c4bd560))
1769
+ * Update ([1cd1451](https://github.com/thinkkoa/koatty/commit/1cd1451))
1770
+ * Update ([f8ec4c8](https://github.com/thinkkoa/koatty/commit/f8ec4c8))
1771
+ * Update ([df37946](https://github.com/thinkkoa/koatty/commit/df37946))
1772
+ * Update ([26a4041](https://github.com/thinkkoa/koatty/commit/26a4041))
1773
+ * Update ([3f974bd](https://github.com/thinkkoa/koatty/commit/3f974bd))
1774
+ * Update dependencies ([508423d](https://github.com/thinkkoa/koatty/commit/508423d))
1775
+ * Update dependencies ([45951da](https://github.com/thinkkoa/koatty/commit/45951da))
1776
+ * Update README.md ([015fad2](https://github.com/thinkkoa/koatty/commit/015fad2))
1777
+ * Update store module to generic-pool ([f15be7e](https://github.com/thinkkoa/koatty/commit/f15be7e))
1778
+
1779
+
1780
+
1781
+ ## <small>1.14.4 (2020-02-03)</small>
1782
+
1783
+ * Add Config ([9b39d96](https://github.com/thinkkoa/koatty/commit/9b39d96))
1784
+ * Add IsDefined ([53e79bc](https://github.com/thinkkoa/koatty/commit/53e79bc))
1785
+ * add return type ([1263c3b](https://github.com/thinkkoa/koatty/commit/1263c3b))
1786
+ * Controller cannot be injection ([bba5acb](https://github.com/thinkkoa/koatty/commit/bba5acb))
1787
+ * Controller cannot be injection ([d3e9d8f](https://github.com/thinkkoa/koatty/commit/d3e9d8f))
1788
+ * Fix bug ([c3c341a](https://github.com/thinkkoa/koatty/commit/c3c341a))
1789
+ * Fix build ([f2ef95a](https://github.com/thinkkoa/koatty/commit/f2ef95a))
1790
+ * Fix build ([df8c8fe](https://github.com/thinkkoa/koatty/commit/df8c8fe))
1791
+ * fix uppercase error ([1aaab2f](https://github.com/thinkkoa/koatty/commit/1aaab2f))
1792
+ * jsdoc ([2759a7f](https://github.com/thinkkoa/koatty/commit/2759a7f))
1793
+ * Rename class ([057afba](https://github.com/thinkkoa/koatty/commit/057afba))
1794
+ * Rename event. ([dcc0807](https://github.com/thinkkoa/koatty/commit/dcc0807))
1795
+ * Replace to Reflect ([e4522ea](https://github.com/thinkkoa/koatty/commit/e4522ea))
1796
+ * Restructuring ([7842e93](https://github.com/thinkkoa/koatty/commit/7842e93))
1797
+ * Scheduled tasks support redis-based distributed locks ([eaf009d](https://github.com/thinkkoa/koatty/commit/eaf009d))
1798
+ * Separating data validation components into think_validtion ([8cd959b](https://github.com/thinkkoa/koatty/commit/8cd959b))
1799
+ * Separating data validation components into think_validtion ([6fe53b4](https://github.com/thinkkoa/koatty/commit/6fe53b4))
1800
+ * Support manual verification ([ca5a3cc](https://github.com/thinkkoa/koatty/commit/ca5a3cc))
1801
+ * throw Prevent Error ([553a2fa](https://github.com/thinkkoa/koatty/commit/553a2fa))
1802
+ * Update ([9de5780](https://github.com/thinkkoa/koatty/commit/9de5780))
1803
+ * Update ([a2a0f56](https://github.com/thinkkoa/koatty/commit/a2a0f56))
1804
+ * Update ([1c5ecfa](https://github.com/thinkkoa/koatty/commit/1c5ecfa))
1805
+ * Update ([c46ab28](https://github.com/thinkkoa/koatty/commit/c46ab28))
1806
+ * Update ([178d6e2](https://github.com/thinkkoa/koatty/commit/178d6e2))
1807
+ * Update ([e94d679](https://github.com/thinkkoa/koatty/commit/e94d679))
1808
+ * Update ([40ea8bd](https://github.com/thinkkoa/koatty/commit/40ea8bd))
1809
+ * Update dependencies ([5244c5a](https://github.com/thinkkoa/koatty/commit/5244c5a))
1810
+ * Update README.md ([5c26ad0](https://github.com/thinkkoa/koatty/commit/5c26ad0))
1811
+ * Update README.md ([5f272eb](https://github.com/thinkkoa/koatty/commit/5f272eb))
1812
+ * Update README.md ([93dc9e3](https://github.com/thinkkoa/koatty/commit/93dc9e3))
1813
+ * Use node-cron instead of node-schedule because node-cron can use child_process ([fe72b48](https://github.com/thinkkoa/koatty/commit/fe72b48))
1814
+
1815
+
1816
+
1817
+ ## <small>1.12.4 (2019-12-31)</small>
1818
+
1819
+ * Fix IsNotEmpty bug ([656f0f8](https://github.com/thinkkoa/koatty/commit/656f0f8))
1820
+ * streamlined validation rules ([557c80e](https://github.com/thinkkoa/koatty/commit/557c80e))
1821
+ * Test case ([36afbda](https://github.com/thinkkoa/koatty/commit/36afbda))
1822
+ * Update ([1015232](https://github.com/thinkkoa/koatty/commit/1015232))
1823
+ * Update ([325715d](https://github.com/thinkkoa/koatty/commit/325715d))
1824
+ * Update ([ace3be4](https://github.com/thinkkoa/koatty/commit/ace3be4))
1825
+ * Update ([1eb4dec](https://github.com/thinkkoa/koatty/commit/1eb4dec))
1826
+ * Update README.md ([20344f9](https://github.com/thinkkoa/koatty/commit/20344f9))
1827
+ * Update README.md ([823b8e3](https://github.com/thinkkoa/koatty/commit/823b8e3))
1828
+
1829
+
1830
+
1831
+ ## <small>1.12.2 (2019-12-30)</small>
1832
+
1833
+ * Optimize IOC load ([2c659ea](https://github.com/thinkkoa/koatty/commit/2c659ea))
1834
+ * test case ([d9d793b](https://github.com/thinkkoa/koatty/commit/d9d793b))
1835
+ * Update ([51338ae](https://github.com/thinkkoa/koatty/commit/51338ae))
1836
+ * Update ([ec2bfb6](https://github.com/thinkkoa/koatty/commit/ec2bfb6))
1837
+ * Update ([8223c6a](https://github.com/thinkkoa/koatty/commit/8223c6a))
1838
+ * Use class-validator for entity class validation ([af4eac0](https://github.com/thinkkoa/koatty/commit/af4eac0))
1839
+ * Use class-validator for entity class validation ([ac808ed](https://github.com/thinkkoa/koatty/commit/ac808ed))
1840
+
1841
+
1842
+
1843
+ ## <small>1.11.2 (2019-12-27)</small>
1844
+
1845
+ * jsdoc ([6d57cbf](https://github.com/thinkkoa/koatty/commit/6d57cbf))
1846
+ * jsdoc ([6f50878](https://github.com/thinkkoa/koatty/commit/6f50878))
1847
+ * Update ([3e5e51f](https://github.com/thinkkoa/koatty/commit/3e5e51f))
1848
+ * Update ([ae1b683](https://github.com/thinkkoa/koatty/commit/ae1b683))
1849
+
1850
+
1851
+
1852
+ ## <small>1.11.1 (2019-12-27)</small>
1853
+
1854
+ * Add AOP ([10a5b09](https://github.com/thinkkoa/koatty/commit/10a5b09))
1855
+ * Add AOP ([6e41383](https://github.com/thinkkoa/koatty/commit/6e41383))
1856
+ * Add AOP ([17d9a11](https://github.com/thinkkoa/koatty/commit/17d9a11))
1857
+ * Fix schedule task ([7aff9cf](https://github.com/thinkkoa/koatty/commit/7aff9cf))
1858
+ * Fixbug ([2ef3290](https://github.com/thinkkoa/koatty/commit/2ef3290))
1859
+ * Fixbug ([c6ff99b](https://github.com/thinkkoa/koatty/commit/c6ff99b))
1860
+ * Fixbug ([c032bfd](https://github.com/thinkkoa/koatty/commit/c032bfd))
1861
+ * Ignore configuration directory when loading components ([5d20486](https://github.com/thinkkoa/koatty/commit/5d20486))
1862
+ * modify ([b4b24d4](https://github.com/thinkkoa/koatty/commit/b4b24d4))
1863
+ * modify loader ([8684821](https://github.com/thinkkoa/koatty/commit/8684821))
1864
+ * Optimize IOC load ([6224ac7](https://github.com/thinkkoa/koatty/commit/6224ac7))
1865
+ * Optimize IOC load ([6e2f728](https://github.com/thinkkoa/koatty/commit/6e2f728))
1866
+ * Optimize schedule tasks ([d80f3da](https://github.com/thinkkoa/koatty/commit/d80f3da))
1867
+ * README.md ([820e498](https://github.com/thinkkoa/koatty/commit/820e498))
1868
+ * README.md ([fb73fc3](https://github.com/thinkkoa/koatty/commit/fb73fc3))
1869
+ * Remove prevent ([73da7e2](https://github.com/thinkkoa/koatty/commit/73da7e2))
1870
+ * test case ([d152a1b](https://github.com/thinkkoa/koatty/commit/d152a1b))
1871
+ * test case ([602275a](https://github.com/thinkkoa/koatty/commit/602275a))
1872
+ * Update ([c9e36f9](https://github.com/thinkkoa/koatty/commit/c9e36f9))
1873
+ * Update ([3b26afe](https://github.com/thinkkoa/koatty/commit/3b26afe))
1874
+ * Update ([751118b](https://github.com/thinkkoa/koatty/commit/751118b))
1875
+ * Update README.md ([2c1e9e7](https://github.com/thinkkoa/koatty/commit/2c1e9e7))
1876
+ * Update README.md ([49b83a2](https://github.com/thinkkoa/koatty/commit/49b83a2))
1877
+ * Update README.md ([38436c4](https://github.com/thinkkoa/koatty/commit/38436c4))
1878
+ * Update README.md ([b92f462](https://github.com/thinkkoa/koatty/commit/b92f462))
1879
+ * Update README.md ([7e794ab](https://github.com/thinkkoa/koatty/commit/7e794ab))
1880
+ * Update README.md ([ce726ba](https://github.com/thinkkoa/koatty/commit/ce726ba))
1881
+ * Update README.md ([887df9e](https://github.com/thinkkoa/koatty/commit/887df9e))
1882
+ * Update README.md ([65f4d19](https://github.com/thinkkoa/koatty/commit/65f4d19))
1883
+
1884
+
1885
+
1886
+ ## 1.10.0 (2019-12-13)
1887
+
1888
+ * replace koa-router to @koa/router ([a973b04](https://github.com/thinkkoa/koatty/commit/a973b04))
1889
+ * Update ([3354f61](https://github.com/thinkkoa/koatty/commit/3354f61))
1890
+
1891
+
1892
+
1893
+ ## <small>1.9.2 (2019-12-13)</small>
1894
+
1895
+ * add @Scheduled ([c26ef7f](https://github.com/thinkkoa/koatty/commit/c26ef7f))
1896
+ * add @Scheduled ([28f440c](https://github.com/thinkkoa/koatty/commit/28f440c))
1897
+ * add @Scheduled ([bd7f4a1](https://github.com/thinkkoa/koatty/commit/bd7f4a1))
1898
+ * add @Scheduled ([2be77ba](https://github.com/thinkkoa/koatty/commit/2be77ba))
1899
+ * add @Scheduled ([7f934fe](https://github.com/thinkkoa/koatty/commit/7f934fe))
1900
+ * Disable pathVariable type check ([e260cbf](https://github.com/thinkkoa/koatty/commit/e260cbf))
1901
+ * Fix load router bug ([af3df3d](https://github.com/thinkkoa/koatty/commit/af3df3d))
1902
+ * Test case ([80a1824](https://github.com/thinkkoa/koatty/commit/80a1824))
1903
+ * Update ([aa58137](https://github.com/thinkkoa/koatty/commit/aa58137))
1904
+ * Update launch.json ([7ce084c](https://github.com/thinkkoa/koatty/commit/7ce084c))
1905
+ * Update README.md ([8286228](https://github.com/thinkkoa/koatty/commit/8286228))
1906
+ * Update README.md ([25fa447](https://github.com/thinkkoa/koatty/commit/25fa447))
1907
+ * Update README.md ([23af201](https://github.com/thinkkoa/koatty/commit/23af201))
1908
+ * Update README.md ([941eff4](https://github.com/thinkkoa/koatty/commit/941eff4))
1909
+ * Update README.md ([737cb00](https://github.com/thinkkoa/koatty/commit/737cb00))
1910
+ * Update README.md ([54184b7](https://github.com/thinkkoa/koatty/commit/54184b7))
1911
+ * Update README.md ([8de1073](https://github.com/thinkkoa/koatty/commit/8de1073))
1912
+ * Update README.md ([bfd12d7](https://github.com/thinkkoa/koatty/commit/bfd12d7))
1913
+ * Update README.md ([58066bb](https://github.com/thinkkoa/koatty/commit/58066bb))
1914
+ * Update README.md ([76386a4](https://github.com/thinkkoa/koatty/commit/76386a4))
1915
+ * Update README.md ([7a29ad2](https://github.com/thinkkoa/koatty/commit/7a29ad2))
1916
+ * Update README.md ([c1afa32](https://github.com/thinkkoa/koatty/commit/c1afa32))
1917
+ * Update README.md ([d92698f](https://github.com/thinkkoa/koatty/commit/d92698f))
1918
+
1919
+
1920
+
1921
+ ## 1.8.0 (2019-11-27)
1922
+
1923
+ * Add boot function ([ed5e74b](https://github.com/thinkkoa/koatty/commit/ed5e74b))
1924
+ * Add boot function ([41ab738](https://github.com/thinkkoa/koatty/commit/41ab738))
1925
+ * Detecting the same name class to prevent IOC references from failing ([3f626d1](https://github.com/thinkkoa/koatty/commit/3f626d1))
1926
+ * Detecting the same name class to prevent IOC references from failing ([78b34f5](https://github.com/thinkkoa/koatty/commit/78b34f5))
1927
+ * Print the loader item ([6d2126d](https://github.com/thinkkoa/koatty/commit/6d2126d))
1928
+ * test case ([02ff6a8](https://github.com/thinkkoa/koatty/commit/02ff6a8))
1929
+ * Use weakmap to replace metadata to avoid parent class attributes being polluted by child classes ([f7338ed](https://github.com/thinkkoa/koatty/commit/f7338ed))
1930
+ * Use weakmap to replace metadata to avoid parent class attributes being polluted by child classes ([d22cd17](https://github.com/thinkkoa/koatty/commit/d22cd17))
1931
+
1932
+
1933
+
1934
+ ## <small>1.7.2 (2019-11-19)</small>
1935
+
1936
+ * add @Valid ([4992ee9](https://github.com/thinkkoa/koatty/commit/4992ee9))
1937
+ * check object ([efa8d5d](https://github.com/thinkkoa/koatty/commit/efa8d5d))
1938
+ * Check paramerters type ([d5266a7](https://github.com/thinkkoa/koatty/commit/d5266a7))
1939
+ * Convert parameter to number bug ([3bd81d0](https://github.com/thinkkoa/koatty/commit/3bd81d0))
1940
+ * Fix Restcontroller bug ([e829a55](https://github.com/thinkkoa/koatty/commit/e829a55))
1941
+ * Fixbug ([e971670](https://github.com/thinkkoa/koatty/commit/e971670))
1942
+ * jsdoc ([a44a3b5](https://github.com/thinkkoa/koatty/commit/a44a3b5))
1943
+ * jsdoc ([eba2132](https://github.com/thinkkoa/koatty/commit/eba2132))
1944
+ * Rename ([23b7ce7](https://github.com/thinkkoa/koatty/commit/23b7ce7))
1945
+ * Rename ([9754b95](https://github.com/thinkkoa/koatty/commit/9754b95))
1946
+ * Type conversion when taking values ([05ffa01](https://github.com/thinkkoa/koatty/commit/05ffa01))
1947
+ * Update ([a97d1d4](https://github.com/thinkkoa/koatty/commit/a97d1d4))
1948
+ * Update ([e97b767](https://github.com/thinkkoa/koatty/commit/e97b767))
1949
+ * Update ([122e039](https://github.com/thinkkoa/koatty/commit/122e039))
1950
+ * Update ([4c89669](https://github.com/thinkkoa/koatty/commit/4c89669))
1951
+ * Update ([d0ad33e](https://github.com/thinkkoa/koatty/commit/d0ad33e))
1952
+ * Update ([cc149b8](https://github.com/thinkkoa/koatty/commit/cc149b8))
1953
+ * Update testcase ([5856773](https://github.com/thinkkoa/koatty/commit/5856773))
1954
+
1955
+
1956
+
1957
+ ## <small>1.6.10 (2019-11-14)</small>
1958
+
1959
+ * Auto inject app to components ([9826f1a](https://github.com/thinkkoa/koatty/commit/9826f1a))
1960
+ * Delay loading solves the problem of cyclic dependency ([6ee9898](https://github.com/thinkkoa/koatty/commit/6ee9898))
1961
+ * Dependency injection after instantiation ([b6bcf17](https://github.com/thinkkoa/koatty/commit/b6bcf17))
1962
+ * Fix Autowired prototype bug ([a56b24a](https://github.com/thinkkoa/koatty/commit/a56b24a))
1963
+ * Fix Autowired prototype bug ([cd64811](https://github.com/thinkkoa/koatty/commit/cd64811))
1964
+ * Fix Autowired prototype bug ([287eae4](https://github.com/thinkkoa/koatty/commit/287eae4))
1965
+ * fix router path bug ([66a6026](https://github.com/thinkkoa/koatty/commit/66a6026))
1966
+ * readme.md ([1e07b9a](https://github.com/thinkkoa/koatty/commit/1e07b9a))
1967
+ * Support inject controller ([1d39ca3](https://github.com/thinkkoa/koatty/commit/1d39ca3))
1968
+ * update ([3babb0c](https://github.com/thinkkoa/koatty/commit/3babb0c))
1969
+ * update ([f9aeb2f](https://github.com/thinkkoa/koatty/commit/f9aeb2f))
1970
+ * update ([b7995bb](https://github.com/thinkkoa/koatty/commit/b7995bb))
1971
+ * update ([f709da0](https://github.com/thinkkoa/koatty/commit/f709da0))
1972
+ * update ([99d9fe4](https://github.com/thinkkoa/koatty/commit/99d9fe4))
1973
+ * Update ([9ea3669](https://github.com/thinkkoa/koatty/commit/9ea3669))
1974
+ * Update README.md ([ca588ba](https://github.com/thinkkoa/koatty/commit/ca588ba))
1975
+ * Update testcase ([20bac32](https://github.com/thinkkoa/koatty/commit/20bac32))
1976
+ * Update testcase ([82bff11](https://github.com/thinkkoa/koatty/commit/82bff11))
1977
+ * Update testcase ([5d98192](https://github.com/thinkkoa/koatty/commit/5d98192))
1978
+ * Using lazy load to solve circular dependency ([7f97f22](https://github.com/thinkkoa/koatty/commit/7f97f22))
1979
+
1980
+
1981
+
1982
+ ## 1.5.0 (2019-11-02)
1983
+
1984
+ * add ParameterDecorator ([3b96a6d](https://github.com/thinkkoa/koatty/commit/3b96a6d))
1985
+ * Add RESTful controller ([041896a](https://github.com/thinkkoa/koatty/commit/041896a))
1986
+ * allowed maping path is empty ([144bb96](https://github.com/thinkkoa/koatty/commit/144bb96))
1987
+ * Export baseApp ([b17e318](https://github.com/thinkkoa/koatty/commit/b17e318))
1988
+ * launch.json ([9778f1a](https://github.com/thinkkoa/koatty/commit/9778f1a))
1989
+ * optimize performance ([da8e72d](https://github.com/thinkkoa/koatty/commit/da8e72d))
1990
+ * optimize performance ([0cbda54](https://github.com/thinkkoa/koatty/commit/0cbda54))
1991
+ * repair injection route and parameter bug ([5ec8922](https://github.com/thinkkoa/koatty/commit/5ec8922))
1992
+ * Router middleware ([73f31c7](https://github.com/thinkkoa/koatty/commit/73f31c7))
1993
+ * Router middleware ([0adc934](https://github.com/thinkkoa/koatty/commit/0adc934))
1994
+ * update ([dc87098](https://github.com/thinkkoa/koatty/commit/dc87098))
1995
+ * Update Base.ts ([2c17e6b](https://github.com/thinkkoa/koatty/commit/2c17e6b))
1996
+ * Update Base.ts ([97d512d](https://github.com/thinkkoa/koatty/commit/97d512d))
1997
+ * Update BaseController.ts ([6c25819](https://github.com/thinkkoa/koatty/commit/6c25819))
1998
+ * update depend ([c4bdf2b](https://github.com/thinkkoa/koatty/commit/c4bdf2b))
1999
+ * Update Koatty.ts ([8e545d1](https://github.com/thinkkoa/koatty/commit/8e545d1))
2000
+ * Update package.json ([41b87ac](https://github.com/thinkkoa/koatty/commit/41b87ac))
2001
+ * Update package.json ([1d6e145](https://github.com/thinkkoa/koatty/commit/1d6e145))
2002
+
2003
+
2004
+
2005
+ ## <small>1.3.14 (2019-10-30)</small>
2006
+
2007
+ * @Value @Autowired ([46b5a90](https://github.com/thinkkoa/koatty/commit/46b5a90))
2008
+ * Create index.ts ([54eefca](https://github.com/thinkkoa/koatty/commit/54eefca))
2009
+ * first blood ([7c23e11](https://github.com/thinkkoa/koatty/commit/7c23e11))
2010
+ * Fix path variable bug ([5b8932c](https://github.com/thinkkoa/koatty/commit/5b8932c))
2011
+ * Fixbug ([af7826c](https://github.com/thinkkoa/koatty/commit/af7826c))
2012
+ * Fixbug ([dcd50e0](https://github.com/thinkkoa/koatty/commit/dcd50e0))
2013
+ * Fixbug ([96e4752](https://github.com/thinkkoa/koatty/commit/96e4752))
2014
+ * init ([6ef7b94](https://github.com/thinkkoa/koatty/commit/6ef7b94))
2015
+ * Init ([83d211d](https://github.com/thinkkoa/koatty/commit/83d211d))
2016
+ * Init ([c0af9bd](https://github.com/thinkkoa/koatty/commit/c0af9bd))
2017
+ * Initial commit ([43db6cb](https://github.com/thinkkoa/koatty/commit/43db6cb))
2018
+ * interface约束 ([a1023fa](https://github.com/thinkkoa/koatty/commit/a1023fa))
2019
+ * IOC support constructor args ([d261e32](https://github.com/thinkkoa/koatty/commit/d261e32))
2020
+ * jsdoc ([0bcf68c](https://github.com/thinkkoa/koatty/commit/0bcf68c))
2021
+ * koatty.ts ([8acbc4a](https://github.com/thinkkoa/koatty/commit/8acbc4a))
2022
+ * koatty.ts ([ccadf32](https://github.com/thinkkoa/koatty/commit/ccadf32))
2023
+ * loading router ([ecccb14](https://github.com/thinkkoa/koatty/commit/ecccb14))
2024
+ * loading router ([ff2afaf](https://github.com/thinkkoa/koatty/commit/ff2afaf))
2025
+ * optimize performance ([a5b9356](https://github.com/thinkkoa/koatty/commit/a5b9356))
2026
+ * package.json ([559f1b4](https://github.com/thinkkoa/koatty/commit/559f1b4))
2027
+ * Readme ([945f0cb](https://github.com/thinkkoa/koatty/commit/945f0cb))
2028
+ * Readme.md ([b86a1c8](https://github.com/thinkkoa/koatty/commit/b86a1c8))
2029
+ * Readme.md ([ea7ac7d](https://github.com/thinkkoa/koatty/commit/ea7ac7d))
2030
+ * Readme.md ([16f033c](https://github.com/thinkkoa/koatty/commit/16f033c))
2031
+ * Success runing... ([7ad68f9](https://github.com/thinkkoa/koatty/commit/7ad68f9))
2032
+ * Success runing... ([cb800ea](https://github.com/thinkkoa/koatty/commit/cb800ea))
2033
+ * Success runing... ([d6c32b8](https://github.com/thinkkoa/koatty/commit/d6c32b8))
2034
+ * Success runing... ([d249314](https://github.com/thinkkoa/koatty/commit/d249314))
2035
+ * Success runing... ([6d49b4c](https://github.com/thinkkoa/koatty/commit/6d49b4c))
2036
+ * Success runing... ([e8c6698](https://github.com/thinkkoa/koatty/commit/e8c6698))
2037
+ * Success runing... ([d48c1d2](https://github.com/thinkkoa/koatty/commit/d48c1d2))
2038
+ * Success runing... ([1dd1648](https://github.com/thinkkoa/koatty/commit/1dd1648))
2039
+ * Success runing... ([692cafe](https://github.com/thinkkoa/koatty/commit/692cafe))
2040
+ * Success runing... ([80502e1](https://github.com/thinkkoa/koatty/commit/80502e1))
2041
+ * Success runing... ([9e90b1a](https://github.com/thinkkoa/koatty/commit/9e90b1a))
2042
+ * Success runing... ([7829b93](https://github.com/thinkkoa/koatty/commit/7829b93))
2043
+ * Success runing... ([a241eae](https://github.com/thinkkoa/koatty/commit/a241eae))
2044
+ * Success runing... ([1f8f12d](https://github.com/thinkkoa/koatty/commit/1f8f12d))
2045
+ * Success runing... ([edbaf49](https://github.com/thinkkoa/koatty/commit/edbaf49))
2046
+ * Success runing... ([064e0cd](https://github.com/thinkkoa/koatty/commit/064e0cd))
2047
+ * Success runing... ([012c25d](https://github.com/thinkkoa/koatty/commit/012c25d))
2048
+ * Success runing... ([fce8c14](https://github.com/thinkkoa/koatty/commit/fce8c14))
2049
+ * The first available version ([41d25b9](https://github.com/thinkkoa/koatty/commit/41d25b9))
2050
+ * The first available version ([745ea28](https://github.com/thinkkoa/koatty/commit/745ea28))
2051
+ * The first available version ([474b97f](https://github.com/thinkkoa/koatty/commit/474b97f))
2052
+ * This is just an early version. ([afc2320](https://github.com/thinkkoa/koatty/commit/afc2320))
2053
+ * This is just an early version. ([e32feaa](https://github.com/thinkkoa/koatty/commit/e32feaa))
2054
+ * This is just an early version. ([8516b98](https://github.com/thinkkoa/koatty/commit/8516b98))
2055
+ * This is just an early version. ([b620dd7](https://github.com/thinkkoa/koatty/commit/b620dd7))
2056
+ * This is just an early version. ([1f8c71d](https://github.com/thinkkoa/koatty/commit/1f8c71d))
2057
+ * This is just an early version. ([52a0dc4](https://github.com/thinkkoa/koatty/commit/52a0dc4))
2058
+ * This is just an early version. ([769ee4a](https://github.com/thinkkoa/koatty/commit/769ee4a))
2059
+ * This is just an early version. ([89b0551](https://github.com/thinkkoa/koatty/commit/89b0551))
2060
+ * This is just an early version. ([c36beba](https://github.com/thinkkoa/koatty/commit/c36beba))
2061
+ * This is just an early version. ([7da4d05](https://github.com/thinkkoa/koatty/commit/7da4d05))
2062
+ * update depend ([4e2aa82](https://github.com/thinkkoa/koatty/commit/4e2aa82))
2063
+ * update depend ([5f15b12](https://github.com/thinkkoa/koatty/commit/5f15b12))
2064
+ * update depend ([cb64a26](https://github.com/thinkkoa/koatty/commit/cb64a26))
2065
+ * Update README.md ([0e1a658](https://github.com/thinkkoa/koatty/commit/0e1a658))
2066
+ * Update README.md ([8548de0](https://github.com/thinkkoa/koatty/commit/8548de0))
2067
+ * Update README.md ([10cbcfd](https://github.com/thinkkoa/koatty/commit/10cbcfd))
2068
+ * Use typescript ([30857dd](https://github.com/thinkkoa/koatty/commit/30857dd))
2069
+ * 修复路由绑定未正确返回的问题 ([eec1659](https://github.com/thinkkoa/koatty/commit/eec1659))
2070
+ * 修改容器属性防止跟类自身属性冲突 ([5486dcc](https://github.com/thinkkoa/koatty/commit/5486dcc))
2071
+ * 控制器构造方法入参增加 ctx ([3e2e7ca](https://github.com/thinkkoa/koatty/commit/3e2e7ca))
2072
+ * 规范request maping ([e50a1ff](https://github.com/thinkkoa/koatty/commit/e50a1ff))
2073
+ * 输出文件日志 ([4e0eec3](https://github.com/thinkkoa/koatty/commit/4e0eec3))
378
2074
 
379
- ### [3.5.12-2](https://github.com/thinkkoa/koatty/compare/v3.5.12-1...v3.5.12-2) (2021-12-21)
380
2075
 
381
- ### [3.5.12-1](https://github.com/thinkkoa/koatty/compare/v3.5.12-0...v3.5.12-1) (2021-12-21)
382
2076
 
383
- ### [3.5.12-0](https://github.com/thinkkoa/koatty/compare/v3.5.10...v3.5.12-0) (2021-12-21)