@midwayjs/bootstrap 3.0.0-beta.7 → 3.0.1

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/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  this is a sub package for midway.
7
7
 
8
- Document: [https://midwayjs.org/midway](https://midwayjs.org/midway)
8
+ Document: [https://midwayjs.org](https://midwayjs.org)
9
9
 
10
10
  ## License
11
11
 
@@ -1,5 +1,4 @@
1
1
  import { IMidwayBootstrapOptions, IMidwayContainer } from '@midwayjs/core';
2
- import { IMidwayLogger } from '@midwayjs/logger';
3
2
  export declare function isTypeScriptEnvironment(): boolean;
4
3
  export declare class BootstrapStarter {
5
4
  protected appDir: string;
@@ -14,10 +13,10 @@ export declare class BootstrapStarter {
14
13
  protected getBaseDir(): string;
15
14
  }
16
15
  export declare class Bootstrap {
17
- static starter: BootstrapStarter;
18
- static logger: IMidwayLogger;
19
- static configured: boolean;
20
- static applicationContext: IMidwayContainer;
16
+ private static starter;
17
+ private static logger;
18
+ private static configured;
19
+ private static applicationContext;
21
20
  /**
22
21
  * set global configuration for midway
23
22
  * @param configuration
@@ -31,14 +30,14 @@ export declare class Bootstrap {
31
30
  * on bootstrap receive a exit signal
32
31
  * @param signal
33
32
  */
34
- static onSignal(signal: any): Promise<void>;
33
+ private static onSignal;
35
34
  /**
36
35
  * on bootstrap process exit
37
36
  * @param code
38
37
  */
39
- static onExit(code: any): void;
40
- static uncaughtExceptionHandler(err: any): void;
41
- static unhandledRejectionHandler(err: any): void;
38
+ private static onExit;
39
+ private static uncaughtExceptionHandler;
40
+ private static unhandledRejectionHandler;
42
41
  static getApplicationContext(): IMidwayContainer;
43
42
  }
44
43
  //# sourceMappingURL=bootstrap.d.ts.map
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@midwayjs/bootstrap",
3
- "version": "3.0.0-beta.7",
3
+ "version": "3.0.1",
4
4
  "description": "midwayjs bootstrap",
5
5
  "main": "dist/index",
6
6
  "typings": "dist/index.d.ts",
7
7
  "scripts": {
8
8
  "build": "tsc",
9
- "test": "node --require=ts-node/register ../../node_modules/.bin/jest",
10
- "cov": "node --require=ts-node/register ../../node_modules/.bin/jest --coverage --forceExit",
9
+ "test": "node --require=ts-node/register ../../node_modules/.bin/jest --runInBand",
10
+ "cov": "node --require=ts-node/register ../../node_modules/.bin/jest --runInBand --coverage --forceExit",
11
11
  "link": "npm link"
12
12
  },
13
13
  "keywords": [
@@ -21,14 +21,14 @@
21
21
  ],
22
22
  "license": "MIT",
23
23
  "devDependencies": {
24
- "@midwayjs/core": "^3.0.0-beta.7",
25
- "@midwayjs/decorator": "^3.0.0-beta.7",
26
- "@midwayjs/logger": "^3.0.0-beta.7",
27
- "@midwayjs/socketio": "^3.0.0-beta.7",
28
- "@midwayjs/web": "^3.0.0-beta.7",
29
- "@types/socket.io-client": "^1.4.36",
30
- "request": "^2.88.2",
31
- "socket.io-client": "^4.0.0"
24
+ "@midwayjs/core": "^3.0.1",
25
+ "@midwayjs/decorator": "^3.0.0",
26
+ "@midwayjs/logger": "^2.14.0",
27
+ "@midwayjs/socketio": "^3.0.1",
28
+ "@midwayjs/web": "^3.0.1",
29
+ "@types/socket.io-client": "1.4.36",
30
+ "request": "2.88.2",
31
+ "socket.io-client": "4.4.1"
32
32
  },
33
33
  "author": "Harry Chen <czy88840616@gmail.com>",
34
34
  "repository": {
@@ -38,5 +38,5 @@
38
38
  "engines": {
39
39
  "node": ">=12"
40
40
  },
41
- "gitHead": "24590729121d9110e2d960db5b5e587cf55a1efc"
41
+ "gitHead": "f345b4ed0392e5c3b9e815438ef0a377ad6da076"
42
42
  }
package/CHANGELOG.md DELETED
@@ -1,873 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [3.0.0-beta.7](https://github.com/midwayjs/midway/compare/v3.0.0-beta.6...v3.0.0-beta.7) (2021-12-03)
7
-
8
- **Note:** Version bump only for package @midwayjs/bootstrap
9
-
10
-
11
-
12
-
13
-
14
- # [3.0.0-beta.6](https://github.com/midwayjs/midway/compare/v3.0.0-beta.5...v3.0.0-beta.6) (2021-11-26)
15
-
16
- **Note:** Version bump only for package @midwayjs/bootstrap
17
-
18
-
19
-
20
-
21
-
22
- # [3.0.0-beta.5](https://github.com/midwayjs/midway/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2021-11-25)
23
-
24
- **Note:** Version bump only for package @midwayjs/bootstrap
25
-
26
-
27
-
28
-
29
-
30
- # [3.0.0-beta.4](https://github.com/midwayjs/midway/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2021-11-24)
31
-
32
-
33
- ### Bug Fixes
34
-
35
- * logger close before bootstrap close ([#1370](https://github.com/midwayjs/midway/issues/1370)) ([6cc2720](https://github.com/midwayjs/midway/commit/6cc2720ed3445e8ffccc96d124b80ed7e2517f08))
36
-
37
-
38
-
39
-
40
-
41
- # [3.0.0-beta.3](https://github.com/midwayjs/midway/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2021-11-18)
42
-
43
- **Note:** Version bump only for package @midwayjs/bootstrap
44
-
45
-
46
-
47
-
48
-
49
- # [3.0.0-beta.2](https://github.com/midwayjs/midway/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2021-11-16)
50
-
51
- **Note:** Version bump only for package @midwayjs/bootstrap
52
-
53
-
54
-
55
-
56
-
57
- # [3.0.0-beta.1](https://github.com/midwayjs/midway/compare/v2.12.4...v3.0.0-beta.1) (2021-11-14)
58
-
59
-
60
- ### Bug Fixes
61
-
62
- * serverless app support applicationContext ([#1281](https://github.com/midwayjs/midway/issues/1281)) ([b692001](https://github.com/midwayjs/midway/commit/b692001c451b17a10d26cb6778a8566d5fa569c5))
63
-
64
-
65
-
66
-
67
-
68
- ## [2.12.3](https://github.com/midwayjs/midway/compare/v2.12.2...v2.12.3) (2021-08-09)
69
-
70
- **Note:** Version bump only for package @midwayjs/bootstrap
71
-
72
-
73
-
74
-
75
-
76
- ## [2.12.1](https://github.com/midwayjs/midway/compare/v2.12.0...v2.12.1) (2021-08-01)
77
-
78
-
79
- ### Bug Fixes
80
-
81
- * add preload modules options ([#1194](https://github.com/midwayjs/midway/issues/1194)) ([1681f42](https://github.com/midwayjs/midway/commit/1681f42157ceaa0950ab5d548c0ff5f84dd9908e))
82
-
83
-
84
-
85
-
86
-
87
- # [2.12.0](https://github.com/midwayjs/midway/compare/v2.11.7...v2.12.0) (2021-07-30)
88
-
89
- **Note:** Version bump only for package @midwayjs/bootstrap
90
-
91
-
92
-
93
-
94
-
95
- ## [2.11.6](https://github.com/midwayjs/midway/compare/v2.11.5...v2.11.6) (2021-07-16)
96
-
97
- **Note:** Version bump only for package @midwayjs/bootstrap
98
-
99
-
100
-
101
-
102
-
103
- ## [2.11.5](https://github.com/midwayjs/midway/compare/v2.11.4...v2.11.5) (2021-07-15)
104
-
105
- **Note:** Version bump only for package @midwayjs/bootstrap
106
-
107
-
108
-
109
-
110
-
111
- ## [2.11.4](https://github.com/midwayjs/midway/compare/v2.11.3...v2.11.4) (2021-07-06)
112
-
113
- **Note:** Version bump only for package @midwayjs/bootstrap
114
-
115
-
116
-
117
-
118
-
119
- ## [2.11.3](https://github.com/midwayjs/midway/compare/v2.11.2...v2.11.3) (2021-07-02)
120
-
121
- **Note:** Version bump only for package @midwayjs/bootstrap
122
-
123
-
124
-
125
-
126
-
127
- ## [2.11.2](https://github.com/midwayjs/midway/compare/v2.11.1...v2.11.2) (2021-06-28)
128
-
129
-
130
- ### Bug Fixes
131
-
132
- * add uncaughtException handler ([#1113](https://github.com/midwayjs/midway/issues/1113)) ([8c32165](https://github.com/midwayjs/midway/commit/8c32165daf688a40be5d9b804eb9ebb1bad0fd53))
133
-
134
-
135
-
136
-
137
-
138
- ## [2.11.1](https://github.com/midwayjs/midway/compare/v2.11.0...v2.11.1) (2021-06-19)
139
-
140
- **Note:** Version bump only for package @midwayjs/bootstrap
141
-
142
-
143
-
144
-
145
-
146
- # [2.11.0](https://github.com/midwayjs/midway/compare/v2.10.19...v2.11.0) (2021-06-10)
147
-
148
- **Note:** Version bump only for package @midwayjs/bootstrap
149
-
150
-
151
-
152
-
153
-
154
- ## [2.10.18](https://github.com/midwayjs/midway/compare/v2.10.17...v2.10.18) (2021-05-26)
155
-
156
- **Note:** Version bump only for package @midwayjs/bootstrap
157
-
158
-
159
-
160
-
161
-
162
- ## [2.10.14](https://github.com/midwayjs/midway/compare/v2.10.13...v2.10.14) (2021-05-11)
163
-
164
- **Note:** Version bump only for package @midwayjs/bootstrap
165
-
166
-
167
-
168
-
169
-
170
- ## [2.10.13](https://github.com/midwayjs/midway/compare/v2.10.12...v2.10.13) (2021-05-08)
171
-
172
- **Note:** Version bump only for package @midwayjs/bootstrap
173
-
174
-
175
-
176
-
177
-
178
- ## [2.10.12](https://github.com/midwayjs/midway/compare/v2.10.11...v2.10.12) (2021-05-07)
179
-
180
- **Note:** Version bump only for package @midwayjs/bootstrap
181
-
182
-
183
-
184
-
185
-
186
- ## [2.10.11](https://github.com/midwayjs/midway/compare/v2.10.10...v2.10.11) (2021-04-29)
187
-
188
- **Note:** Version bump only for package @midwayjs/bootstrap
189
-
190
-
191
-
192
-
193
-
194
- ## [2.10.10](https://github.com/midwayjs/midway/compare/v2.10.9...v2.10.10) (2021-04-24)
195
-
196
- **Note:** Version bump only for package @midwayjs/bootstrap
197
-
198
-
199
-
200
-
201
-
202
- ## [2.10.9](https://github.com/midwayjs/midway/compare/v2.10.8...v2.10.9) (2021-04-21)
203
-
204
- **Note:** Version bump only for package @midwayjs/bootstrap
205
-
206
-
207
-
208
-
209
-
210
- ## [2.10.8](https://github.com/midwayjs/midway/compare/v2.10.7...v2.10.8) (2021-04-21)
211
-
212
- **Note:** Version bump only for package @midwayjs/bootstrap
213
-
214
-
215
-
216
-
217
-
218
- ## [2.10.7](https://github.com/midwayjs/midway/compare/v2.10.6...v2.10.7) (2021-04-17)
219
-
220
-
221
- ### Bug Fixes
222
-
223
- * add event name args ([#986](https://github.com/midwayjs/midway/issues/986)) ([bfd8232](https://github.com/midwayjs/midway/commit/bfd82320aee8600d8fa30bd2821a0e68c80fd755))
224
- * format ([#997](https://github.com/midwayjs/midway/issues/997)) ([456cc14](https://github.com/midwayjs/midway/commit/456cc14513bdb000d1aa3130e9719caf7a8a803f))
225
- * remove reset bootstrap logger ([#993](https://github.com/midwayjs/midway/issues/993)) ([9dc9596](https://github.com/midwayjs/midway/commit/9dc9596fffb6b76897b28ba51d4a1af3e8c6544c))
226
-
227
-
228
-
229
-
230
-
231
- ## [2.10.6](https://github.com/midwayjs/midway/compare/v2.10.5...v2.10.6) (2021-04-14)
232
-
233
- **Note:** Version bump only for package @midwayjs/bootstrap
234
-
235
-
236
-
237
-
238
-
239
- ## [2.10.5](https://github.com/midwayjs/midway/compare/v2.10.4...v2.10.5) (2021-04-13)
240
-
241
-
242
- ### Bug Fixes
243
-
244
- * delay load without layer and egg-cluster ([#985](https://github.com/midwayjs/midway/issues/985)) ([52ba60d](https://github.com/midwayjs/midway/commit/52ba60d67d6e2df7a53609f72ec067dc083317ce))
245
-
246
-
247
- ### Features
248
-
249
- * support getCurrentApplicationContext API ([#981](https://github.com/midwayjs/midway/issues/981)) ([dd6ce11](https://github.com/midwayjs/midway/commit/dd6ce11d6f8eb2884eb1b03b171a069f55aec04f))
250
-
251
-
252
-
253
-
254
-
255
- ## [2.10.4](https://github.com/midwayjs/midway/compare/v2.10.3...v2.10.4) (2021-04-10)
256
-
257
-
258
- ### Bug Fixes
259
-
260
- * clear container cache when test ([#978](https://github.com/midwayjs/midway/issues/978)) ([a202075](https://github.com/midwayjs/midway/commit/a202075b52d281e06f1ed7c6139e968fafc960f6))
261
-
262
-
263
-
264
-
265
-
266
- ## [2.10.3](https://github.com/midwayjs/midway/compare/v2.10.2...v2.10.3) (2021-04-07)
267
-
268
- **Note:** Version bump only for package @midwayjs/bootstrap
269
-
270
-
271
-
272
-
273
-
274
- ## [2.10.2](https://github.com/midwayjs/midway/compare/v2.10.1...v2.10.2) (2021-04-05)
275
-
276
-
277
- ### Bug Fixes
278
-
279
- * load config once and support load singleton service before framework start ([#970](https://github.com/midwayjs/midway/issues/970)) ([201dd59](https://github.com/midwayjs/midway/commit/201dd5930bd97f62e5717777b2941b47b54d68c6))
280
-
281
-
282
-
283
-
284
-
285
- # [2.10.0](https://github.com/midwayjs/midway/compare/v2.9.3...v2.10.0) (2021-04-02)
286
-
287
- **Note:** Version bump only for package @midwayjs/bootstrap
288
-
289
-
290
-
291
-
292
-
293
- ## [2.9.3](https://github.com/midwayjs/midway/compare/v2.9.2...v2.9.3) (2021-03-30)
294
-
295
-
296
- ### Bug Fixes
297
-
298
- * bootstrap cache error framework ([#955](https://github.com/midwayjs/midway/issues/955)) ([59ec100](https://github.com/midwayjs/midway/commit/59ec10096418fd1e7be2dbce8f254bce1073e931))
299
-
300
-
301
-
302
-
303
-
304
- ## [2.9.2](https://github.com/midwayjs/midway/compare/v2.9.1...v2.9.2) (2021-03-27)
305
-
306
- **Note:** Version bump only for package @midwayjs/bootstrap
307
-
308
-
309
-
310
-
311
-
312
- ## [2.9.1](https://github.com/midwayjs/midway/compare/v2.9.0...v2.9.1) (2021-03-24)
313
-
314
- **Note:** Version bump only for package @midwayjs/bootstrap
315
-
316
-
317
-
318
-
319
-
320
- # [2.9.0](https://github.com/midwayjs/midway/compare/v2.8.13...v2.9.0) (2021-03-22)
321
-
322
-
323
- ### Features
324
-
325
- * run multi framework in one process ([#925](https://github.com/midwayjs/midway/issues/925)) ([330555f](https://github.com/midwayjs/midway/commit/330555f93b9af2a783771edd58bb9431a325938f))
326
- * support bootstrap load config first ([#931](https://github.com/midwayjs/midway/issues/931)) ([ae9ed26](https://github.com/midwayjs/midway/commit/ae9ed261aacdb483d3a9a612be79fff384503bcc))
327
-
328
-
329
-
330
-
331
-
332
- ## [2.8.13](https://github.com/midwayjs/midway/compare/v2.8.12...v2.8.13) (2021-03-17)
333
-
334
- **Note:** Version bump only for package @midwayjs/bootstrap
335
-
336
-
337
-
338
-
339
-
340
- ## [2.8.11](https://github.com/midwayjs/midway/compare/v2.8.10...v2.8.11) (2021-03-12)
341
-
342
- **Note:** Version bump only for package @midwayjs/bootstrap
343
-
344
-
345
-
346
-
347
-
348
- ## [2.8.9](https://github.com/midwayjs/midway/compare/v2.8.8...v2.8.9) (2021-03-08)
349
-
350
- **Note:** Version bump only for package @midwayjs/bootstrap
351
-
352
-
353
-
354
-
355
-
356
- ## [2.8.8](https://github.com/midwayjs/midway/compare/v2.8.7...v2.8.8) (2021-03-06)
357
-
358
- **Note:** Version bump only for package @midwayjs/bootstrap
359
-
360
-
361
-
362
-
363
-
364
- ## [2.8.7](https://github.com/midwayjs/midway/compare/v2.8.6...v2.8.7) (2021-03-04)
365
-
366
- **Note:** Version bump only for package @midwayjs/bootstrap
367
-
368
-
369
-
370
-
371
-
372
- ## [2.8.6](https://github.com/midwayjs/midway/compare/v2.8.5...v2.8.6) (2021-03-03)
373
-
374
- **Note:** Version bump only for package @midwayjs/bootstrap
375
-
376
-
377
-
378
-
379
-
380
- ## [2.8.5](https://github.com/midwayjs/midway/compare/v2.8.4...v2.8.5) (2021-03-03)
381
-
382
- **Note:** Version bump only for package @midwayjs/bootstrap
383
-
384
-
385
-
386
-
387
-
388
- ## [2.8.4](https://github.com/midwayjs/midway/compare/v2.8.3...v2.8.4) (2021-03-03)
389
-
390
- **Note:** Version bump only for package @midwayjs/bootstrap
391
-
392
-
393
-
394
-
395
-
396
- ## [2.8.3](https://github.com/midwayjs/midway/compare/v2.8.2...v2.8.3) (2021-03-01)
397
-
398
- **Note:** Version bump only for package @midwayjs/bootstrap
399
-
400
-
401
-
402
-
403
-
404
- ## [2.8.2](https://github.com/midwayjs/midway/compare/v2.8.0...v2.8.2) (2021-02-27)
405
-
406
- **Note:** Version bump only for package @midwayjs/bootstrap
407
-
408
-
409
-
410
-
411
-
412
- # [2.8.0](https://github.com/midwayjs/midway/compare/v2.7.7...v2.8.0) (2021-02-24)
413
-
414
-
415
- ### Features
416
-
417
- * move context logger to @midwayjs/logger and add createFileL… ([#859](https://github.com/midwayjs/midway/issues/859)) ([49f568f](https://github.com/midwayjs/midway/commit/49f568f372b610494d59fa415f4f241c400c7db0))
418
-
419
-
420
-
421
-
422
-
423
- ## [2.7.5](https://github.com/midwayjs/midway/compare/v2.7.4...v2.7.5) (2021-02-08)
424
-
425
- **Note:** Version bump only for package @midwayjs/bootstrap
426
-
427
-
428
-
429
-
430
-
431
- # [2.7.0](https://github.com/midwayjs/midway/compare/v2.6.13...v2.7.0) (2021-01-27)
432
-
433
-
434
- ### Features
435
-
436
- * add midway gRPC framework ([#786](https://github.com/midwayjs/midway/issues/786)) ([d90362c](https://github.com/midwayjs/midway/commit/d90362c6bf15c00621ffc2981f19842f216395f8))
437
- * support entry file in bootstrap ([#819](https://github.com/midwayjs/midway/issues/819)) ([49a5ff6](https://github.com/midwayjs/midway/commit/49a5ff662134bdd42dc3a80738b44a05138f8f7c))
438
-
439
-
440
-
441
-
442
-
443
- ## [2.6.13](https://github.com/midwayjs/midway/compare/v2.6.12...v2.6.13) (2021-01-21)
444
-
445
- **Note:** Version bump only for package @midwayjs/bootstrap
446
-
447
-
448
-
449
-
450
-
451
- ## [2.6.10](https://github.com/midwayjs/midway/compare/v2.6.9...v2.6.10) (2021-01-10)
452
-
453
-
454
- ### Bug Fixes
455
-
456
- * bootstrap missing create logger ([#797](https://github.com/midwayjs/midway/issues/797)) ([f7aac5f](https://github.com/midwayjs/midway/commit/f7aac5fcd9a59a3a36856af58c17ee1d0c9dfca4))
457
-
458
-
459
-
460
-
461
-
462
- ## [2.6.9](https://github.com/midwayjs/midway/compare/v2.6.8...v2.6.9) (2021-01-08)
463
-
464
- **Note:** Version bump only for package @midwayjs/bootstrap
465
-
466
-
467
-
468
-
469
-
470
- ## [2.6.8](https://github.com/midwayjs/midway/compare/v2.6.7...v2.6.8) (2021-01-06)
471
-
472
- **Note:** Version bump only for package @midwayjs/bootstrap
473
-
474
-
475
-
476
-
477
-
478
- ## [2.6.7](https://github.com/midwayjs/midway/compare/v2.6.6...v2.6.7) (2021-01-05)
479
-
480
- **Note:** Version bump only for package @midwayjs/bootstrap
481
-
482
-
483
-
484
-
485
-
486
- ## [2.6.6](https://github.com/midwayjs/midway/compare/v2.6.5...v2.6.6) (2021-01-04)
487
-
488
- **Note:** Version bump only for package @midwayjs/bootstrap
489
-
490
-
491
-
492
-
493
-
494
- ## [2.6.5](https://github.com/midwayjs/midway/compare/v2.6.4...v2.6.5) (2021-01-04)
495
-
496
- **Note:** Version bump only for package @midwayjs/bootstrap
497
-
498
-
499
-
500
-
501
-
502
- ## [2.6.4](https://github.com/midwayjs/midway/compare/v2.6.3...v2.6.4) (2021-01-02)
503
-
504
- **Note:** Version bump only for package @midwayjs/bootstrap
505
-
506
-
507
-
508
-
509
-
510
- ## [2.6.3](https://github.com/midwayjs/midway/compare/v2.6.2...v2.6.3) (2020-12-30)
511
-
512
- **Note:** Version bump only for package @midwayjs/bootstrap
513
-
514
-
515
-
516
-
517
-
518
- ## [2.6.2](https://github.com/midwayjs/midway/compare/v2.6.1...v2.6.2) (2020-12-30)
519
-
520
- **Note:** Version bump only for package @midwayjs/bootstrap
521
-
522
-
523
-
524
-
525
-
526
- ## [2.6.1](https://github.com/midwayjs/midway/compare/v2.6.0...v2.6.1) (2020-12-29)
527
-
528
- **Note:** Version bump only for package @midwayjs/bootstrap
529
-
530
-
531
-
532
-
533
-
534
- # [2.6.0](https://github.com/midwayjs/midway/compare/v2.5.5...v2.6.0) (2020-12-28)
535
-
536
-
537
- ### Features
538
-
539
- * add midway logger ([#743](https://github.com/midwayjs/midway/issues/743)) ([13e8cc7](https://github.com/midwayjs/midway/commit/13e8cc753d994e6f9f073688e22527f75d39984a))
540
-
541
-
542
-
543
-
544
-
545
- ## [2.5.5](https://github.com/midwayjs/midway/compare/v2.5.4...v2.5.5) (2020-12-15)
546
-
547
- **Note:** Version bump only for package @midwayjs/bootstrap
548
-
549
-
550
-
551
-
552
-
553
- ## [2.5.2](https://github.com/midwayjs/midway/compare/v2.5.1...v2.5.2) (2020-12-04)
554
-
555
- **Note:** Version bump only for package @midwayjs/bootstrap
556
-
557
-
558
-
559
-
560
-
561
- # [2.5.0](https://github.com/midwayjs/midway/compare/v2.4.8...v2.5.0) (2020-11-28)
562
-
563
- **Note:** Version bump only for package @midwayjs/bootstrap
564
-
565
-
566
-
567
-
568
-
569
- ## [2.4.7](https://github.com/midwayjs/midway/compare/v2.4.6...v2.4.7) (2020-11-23)
570
-
571
- **Note:** Version bump only for package @midwayjs/bootstrap
572
-
573
-
574
-
575
-
576
-
577
- ## [2.4.5](https://github.com/midwayjs/midway/compare/v2.4.4...v2.4.5) (2020-11-19)
578
-
579
- **Note:** Version bump only for package @midwayjs/bootstrap
580
-
581
-
582
-
583
-
584
-
585
- ## [2.4.3](https://github.com/midwayjs/midway/compare/v2.4.2...v2.4.3) (2020-11-16)
586
-
587
- **Note:** Version bump only for package @midwayjs/bootstrap
588
-
589
-
590
-
591
-
592
-
593
- ## [2.4.2](https://github.com/midwayjs/midway/compare/v2.4.1...v2.4.2) (2020-11-13)
594
-
595
- **Note:** Version bump only for package @midwayjs/bootstrap
596
-
597
-
598
-
599
-
600
-
601
- ## [2.4.1](https://github.com/midwayjs/midway/compare/v2.4.0...v2.4.1) (2020-11-12)
602
-
603
- **Note:** Version bump only for package @midwayjs/bootstrap
604
-
605
-
606
-
607
-
608
-
609
- # [2.4.0](https://github.com/midwayjs/midway/compare/v2.3.23...v2.4.0) (2020-11-11)
610
-
611
-
612
- ### Features
613
-
614
- * support define custom egg framework ([#709](https://github.com/midwayjs/midway/issues/709)) ([f5baba1](https://github.com/midwayjs/midway/commit/f5baba18d10e3dc91ba9651effadd00b8f66cf8b))
615
-
616
-
617
-
618
-
619
-
620
- ## [2.3.23](https://github.com/midwayjs/midway/compare/v2.3.22...v2.3.23) (2020-11-03)
621
-
622
- **Note:** Version bump only for package @midwayjs/bootstrap
623
-
624
-
625
-
626
-
627
-
628
- ## [2.3.22](https://github.com/midwayjs/midway/compare/v2.3.21...v2.3.22) (2020-10-31)
629
-
630
- **Note:** Version bump only for package @midwayjs/bootstrap
631
-
632
-
633
-
634
-
635
-
636
- ## [2.3.20](https://github.com/midwayjs/midway/compare/v2.3.19...v2.3.20) (2020-10-29)
637
-
638
- **Note:** Version bump only for package @midwayjs/bootstrap
639
-
640
-
641
-
642
-
643
-
644
- ## [2.3.19](https://github.com/midwayjs/midway/compare/v2.3.18...v2.3.19) (2020-10-28)
645
-
646
- **Note:** Version bump only for package @midwayjs/bootstrap
647
-
648
-
649
-
650
-
651
-
652
- ## [2.3.18](https://github.com/midwayjs/midway/compare/v2.3.17...v2.3.18) (2020-10-27)
653
-
654
-
655
- ### Bug Fixes
656
-
657
- * configuration inject plugin and more in production environment ([#680](https://github.com/midwayjs/midway/issues/680)) ([41bce5d](https://github.com/midwayjs/midway/commit/41bce5d8a60a6fde61ff62794612eecff2e260ed))
658
-
659
-
660
-
661
-
662
-
663
- ## [2.3.17](https://github.com/midwayjs/midway/compare/v2.3.16...v2.3.17) (2020-10-22)
664
-
665
- **Note:** Version bump only for package @midwayjs/bootstrap
666
-
667
-
668
-
669
-
670
-
671
- ## [2.3.15](https://github.com/midwayjs/midway/compare/v2.3.14...v2.3.15) (2020-10-15)
672
-
673
- **Note:** Version bump only for package @midwayjs/bootstrap
674
-
675
-
676
-
677
-
678
-
679
- ## [2.3.14](https://github.com/midwayjs/midway/compare/v2.3.13...v2.3.14) (2020-10-15)
680
-
681
- **Note:** Version bump only for package @midwayjs/bootstrap
682
-
683
-
684
-
685
-
686
-
687
- ## [2.3.13](https://github.com/midwayjs/midway/compare/v2.3.12...v2.3.13) (2020-10-13)
688
-
689
- **Note:** Version bump only for package @midwayjs/bootstrap
690
-
691
-
692
-
693
-
694
-
695
- ## [2.3.11](https://github.com/midwayjs/midway/compare/v2.3.10...v2.3.11) (2020-10-08)
696
-
697
- **Note:** Version bump only for package @midwayjs/bootstrap
698
-
699
-
700
-
701
-
702
-
703
- ## [2.3.10](https://github.com/midwayjs/midway/compare/v2.3.9...v2.3.10) (2020-10-08)
704
-
705
-
706
- ### Bug Fixes
707
-
708
- * component inject global object and add case ([#663](https://github.com/midwayjs/midway/issues/663)) ([e768ee8](https://github.com/midwayjs/midway/commit/e768ee872ed9855252346920318a32133328c0fe))
709
-
710
-
711
-
712
-
713
-
714
- ## [2.3.9](https://github.com/midwayjs/midway/compare/v2.3.8...v2.3.9) (2020-10-05)
715
-
716
- **Note:** Version bump only for package @midwayjs/bootstrap
717
-
718
-
719
-
720
-
721
-
722
- ## [2.3.8](https://github.com/midwayjs/midway/compare/v2.3.7...v2.3.8) (2020-10-05)
723
-
724
- **Note:** Version bump only for package @midwayjs/bootstrap
725
-
726
-
727
-
728
-
729
-
730
- ## [2.3.7](https://github.com/midwayjs/midway/compare/v2.3.6...v2.3.7) (2020-10-04)
731
-
732
- **Note:** Version bump only for package @midwayjs/bootstrap
733
-
734
-
735
-
736
-
737
-
738
- ## [2.3.6](https://github.com/midwayjs/midway/compare/v2.3.4...v2.3.6) (2020-10-02)
739
-
740
-
741
- ### Bug Fixes
742
-
743
- * implement optional dep for amqplib in mock package ([#654](https://github.com/midwayjs/midway/issues/654)) ([3319872](https://github.com/midwayjs/midway/commit/33198727855ff042db7d96723992b49c632aa25d))
744
-
745
-
746
-
747
-
748
-
749
- ## [2.3.2](https://github.com/midwayjs/midway/compare/v2.3.1...v2.3.2) (2020-09-28)
750
-
751
- **Note:** Version bump only for package @midwayjs/bootstrap
752
-
753
-
754
-
755
-
756
-
757
- ## [2.3.1](https://github.com/midwayjs/midway/compare/v2.3.0...v2.3.1) (2020-09-27)
758
-
759
- **Note:** Version bump only for package @midwayjs/bootstrap
760
-
761
-
762
-
763
-
764
-
765
- # [2.3.0](https://github.com/midwayjs/midway/compare/v2.2.10...v2.3.0) (2020-09-27)
766
-
767
-
768
- ### Features
769
-
770
- * add rabbitmq ([#647](https://github.com/midwayjs/midway/issues/647)) ([2c03eb4](https://github.com/midwayjs/midway/commit/2c03eb4f5e979d309048a11f17f7579a1d299ba1))
771
-
772
-
773
-
774
-
775
-
776
- ## [2.2.10](https://github.com/midwayjs/midway/compare/v2.2.9...v2.2.10) (2020-09-24)
777
-
778
- **Note:** Version bump only for package @midwayjs/bootstrap
779
-
780
-
781
-
782
-
783
-
784
- ## [2.2.9](https://github.com/midwayjs/midway/compare/v2.2.8...v2.2.9) (2020-09-24)
785
-
786
-
787
- ### Bug Fixes
788
-
789
- * remove sourcemap and src in dist ([#645](https://github.com/midwayjs/midway/issues/645)) ([e561a88](https://github.com/midwayjs/midway/commit/e561a88f4a70af15d4be3d5fe0bd39487677d4ce))
790
-
791
-
792
-
793
-
794
-
795
- ## [2.2.8](https://github.com/midwayjs/midway/compare/v2.2.7...v2.2.8) (2020-09-23)
796
-
797
- **Note:** Version bump only for package @midwayjs/bootstrap
798
-
799
-
800
-
801
-
802
-
803
- ## [2.2.7](https://github.com/midwayjs/midway/compare/v2.2.6...v2.2.7) (2020-09-20)
804
-
805
-
806
- ### Bug Fixes
807
-
808
- * WebMiddleare to IWebMiddleware ([e69cf28](https://github.com/midwayjs/midway/commit/e69cf286fa76ab3144404806c5cbbe8642cdcd61))
809
-
810
-
811
-
812
-
813
-
814
- ## [2.2.6](https://github.com/midwayjs/midway/compare/v2.2.5...v2.2.6) (2020-09-18)
815
-
816
-
817
- ### Features
818
-
819
- * add aop ([#640](https://github.com/midwayjs/midway/issues/640)) ([c3e15b3](https://github.com/midwayjs/midway/commit/c3e15b328c184318e364bf40d32fa4df6be2a30a))
820
-
821
-
822
-
823
-
824
-
825
- ## [2.2.5](https://github.com/midwayjs/midway/compare/v2.2.4...v2.2.5) (2020-09-17)
826
-
827
-
828
- ### Features
829
-
830
- * use midway cli replace egg-bin ([#639](https://github.com/midwayjs/midway/issues/639)) ([62bbf38](https://github.com/midwayjs/midway/commit/62bbf3852899476600a0b594cb7dc274b05e29ec))
831
-
832
-
833
-
834
-
835
-
836
- ## [2.2.4](https://github.com/midwayjs/midway/compare/v2.2.3...v2.2.4) (2020-09-15)
837
-
838
- **Note:** Version bump only for package @midwayjs/bootstrap
839
-
840
-
841
-
842
-
843
-
844
- ## [2.2.3](https://github.com/midwayjs/midway/compare/v2.2.2...v2.2.3) (2020-09-14)
845
-
846
- **Note:** Version bump only for package @midwayjs/bootstrap
847
-
848
-
849
-
850
-
851
-
852
- ## [2.2.2](https://github.com/midwayjs/midway/compare/v2.2.1...v2.2.2) (2020-09-14)
853
-
854
- **Note:** Version bump only for package @midwayjs/bootstrap
855
-
856
-
857
-
858
-
859
-
860
- ## [2.2.1](https://github.com/midwayjs/midway/compare/v2.2.0...v2.2.1) (2020-09-14)
861
-
862
- **Note:** Version bump only for package @midwayjs/bootstrap
863
-
864
-
865
-
866
-
867
-
868
- # [2.2.0](https://github.com/midwayjs/midway/compare/v2.1.4...v2.2.0) (2020-09-13)
869
-
870
-
871
- ### Features
872
-
873
- * complete 2.x beta ([#630](https://github.com/midwayjs/midway/issues/630)) ([b23cd00](https://github.com/midwayjs/midway/commit/b23cd00fe9cefc9057a2284d38d5419773539206))