koatty 3.13.0 → 4.0.0

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