@midwayjs/view 3.0.0-beta.15 → 3.0.0-beta.16

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.
Files changed (3) hide show
  1. package/LICENSE +21 -0
  2. package/package.json +6 -6
  3. package/CHANGELOG.md +0 -566
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2013 - Now midwayjs
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midwayjs/view",
3
- "version": "3.0.0-beta.15",
3
+ "version": "3.0.0-beta.16",
4
4
  "description": "Midway Component for egg-view",
5
5
  "main": "dist/index.js",
6
6
  "typings": "index.d.ts",
@@ -33,10 +33,10 @@
33
33
  "extend2": "^1.0.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@midwayjs/core": "^3.0.0-beta.15",
37
- "@midwayjs/decorator": "^3.0.0-beta.15",
38
- "@midwayjs/koa": "^3.0.0-beta.15",
39
- "@midwayjs/mock": "^3.0.0-beta.15"
36
+ "@midwayjs/core": "^3.0.0-beta.16",
37
+ "@midwayjs/decorator": "^3.0.0-beta.16",
38
+ "@midwayjs/koa": "^3.0.0-beta.16",
39
+ "@midwayjs/mock": "^3.0.0-beta.16"
40
40
  },
41
- "gitHead": "6b9778557289d9e8b562c7ce6127736db1248973"
41
+ "gitHead": "43a32745ac45164dfef1494cba979f9652a6692b"
42
42
  }
package/CHANGELOG.md DELETED
@@ -1,566 +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.15](https://github.com/midwayjs/midway/compare/v3.0.0-beta.14...v3.0.0-beta.15) (2022-01-07)
7
-
8
- **Note:** Version bump only for package @midwayjs/view
9
-
10
-
11
-
12
-
13
-
14
- # [3.0.0-beta.14](https://github.com/midwayjs/midway/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2022-01-04)
15
-
16
- **Note:** Version bump only for package @midwayjs/view
17
-
18
-
19
-
20
-
21
-
22
- # [3.0.0-beta.13](https://github.com/midwayjs/midway/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2021-12-30)
23
-
24
- **Note:** Version bump only for package @midwayjs/view
25
-
26
-
27
-
28
-
29
-
30
- # [3.0.0-beta.12](https://github.com/midwayjs/midway/compare/v3.0.0-beta.11...v3.0.0-beta.12) (2021-12-28)
31
-
32
- **Note:** Version bump only for package @midwayjs/view
33
-
34
-
35
-
36
-
37
-
38
- # [3.0.0-beta.11](https://github.com/midwayjs/midway/compare/v3.0.0-beta.10...v3.0.0-beta.11) (2021-12-21)
39
-
40
- **Note:** Version bump only for package @midwayjs/view
41
-
42
-
43
-
44
-
45
-
46
- # [3.0.0-beta.10](https://github.com/midwayjs/midway/compare/v3.0.0-beta.9...v3.0.0-beta.10) (2021-12-20)
47
-
48
- **Note:** Version bump only for package @midwayjs/view
49
-
50
-
51
-
52
-
53
-
54
- # [3.0.0-beta.9](https://github.com/midwayjs/midway/compare/v3.0.0-beta.8...v3.0.0-beta.9) (2021-12-09)
55
-
56
- **Note:** Version bump only for package @midwayjs/view
57
-
58
-
59
-
60
-
61
-
62
- # [3.0.0-beta.8](https://github.com/midwayjs/midway/compare/v3.0.0-beta.7...v3.0.0-beta.8) (2021-12-08)
63
-
64
-
65
- ### Bug Fixes
66
-
67
- * express routing middleware takes effect at the controller level ([#1364](https://github.com/midwayjs/midway/issues/1364)) ([b9272e0](https://github.com/midwayjs/midway/commit/b9272e0971003443304b0c53815be31a0061b4bd))
68
-
69
-
70
-
71
-
72
-
73
- # [3.0.0-beta.7](https://github.com/midwayjs/midway/compare/v3.0.0-beta.6...v3.0.0-beta.7) (2021-12-03)
74
-
75
-
76
- ### Bug Fixes
77
-
78
- * add app.keys ([#1395](https://github.com/midwayjs/midway/issues/1395)) ([c44afc6](https://github.com/midwayjs/midway/commit/c44afc6cc6764a959d1fa7ae04d60099282d156a))
79
-
80
-
81
-
82
-
83
-
84
- # [3.0.0-beta.6](https://github.com/midwayjs/midway/compare/v3.0.0-beta.5...v3.0.0-beta.6) (2021-11-26)
85
-
86
- **Note:** Version bump only for package @midwayjs/view
87
-
88
-
89
-
90
-
91
-
92
- # [3.0.0-beta.5](https://github.com/midwayjs/midway/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2021-11-25)
93
-
94
- **Note:** Version bump only for package @midwayjs/view
95
-
96
-
97
-
98
-
99
-
100
- # [3.0.0-beta.4](https://github.com/midwayjs/midway/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2021-11-24)
101
-
102
- **Note:** Version bump only for package @midwayjs/view
103
-
104
-
105
-
106
-
107
-
108
- # [3.0.0-beta.3](https://github.com/midwayjs/midway/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2021-11-18)
109
-
110
-
111
- ### Features
112
-
113
- * add component and framework config definition ([#1367](https://github.com/midwayjs/midway/issues/1367)) ([b2fe615](https://github.com/midwayjs/midway/commit/b2fe6157f99659471ff1333eca0b86bb889f61a3))
114
-
115
-
116
-
117
-
118
-
119
- # [3.0.0-beta.2](https://github.com/midwayjs/midway/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2021-11-16)
120
-
121
- **Note:** Version bump only for package @midwayjs/view
122
-
123
-
124
-
125
-
126
-
127
- # [3.0.0-beta.1](https://github.com/midwayjs/midway/compare/v2.12.4...v3.0.0-beta.1) (2021-11-14)
128
-
129
-
130
- ### Features
131
-
132
- * add view, view-ejs and view-nunjucks ([#1308](https://github.com/midwayjs/midway/issues/1308)) ([a00f44b](https://github.com/midwayjs/midway/commit/a00f44bd769052245cd49d49ab417d621bb89caa))
133
-
134
-
135
-
136
-
137
-
138
- ## [2.13.2](https://github.com/midwayjs/midway/compare/v2.13.1...v2.13.2) (2021-09-09)
139
-
140
- **Note:** Version bump only for package @midwayjs/typegoose
141
-
142
-
143
-
144
-
145
-
146
- ## [2.13.1](https://github.com/midwayjs/midway/compare/v2.13.0...v2.13.1) (2021-09-08)
147
-
148
- **Note:** Version bump only for package @midwayjs/typegoose
149
-
150
-
151
-
152
-
153
-
154
- # [2.13.0](https://github.com/midwayjs/midway/compare/v2.12.9...v2.13.0) (2021-09-07)
155
-
156
- **Note:** Version bump only for package @midwayjs/typegoose
157
-
158
-
159
-
160
-
161
-
162
- ## [2.12.9](https://github.com/midwayjs/midway/compare/v2.12.8...v2.12.9) (2021-09-01)
163
-
164
- **Note:** Version bump only for package @midwayjs/typegoose
165
-
166
-
167
-
168
-
169
-
170
- ## [2.12.7](https://github.com/midwayjs/midway/compare/v2.12.6...v2.12.7) (2021-08-22)
171
-
172
- **Note:** Version bump only for package @midwayjs/typegoose
173
-
174
-
175
-
176
-
177
-
178
- ## [2.12.5](https://github.com/midwayjs/midway/compare/v2.12.4...v2.12.5) (2021-08-18)
179
-
180
- **Note:** Version bump only for package @midwayjs/typegoose
181
-
182
-
183
-
184
-
185
-
186
- ## [2.12.3](https://github.com/midwayjs/midway/compare/v2.12.2...v2.12.3) (2021-08-09)
187
-
188
- **Note:** Version bump only for package @midwayjs/typegoose
189
-
190
-
191
-
192
-
193
-
194
- ## [2.12.1](https://github.com/midwayjs/midway/compare/v2.12.0...v2.12.1) (2021-08-01)
195
-
196
- **Note:** Version bump only for package @midwayjs/typegoose
197
-
198
-
199
-
200
-
201
-
202
- # [2.12.0](https://github.com/midwayjs/midway/compare/v2.11.7...v2.12.0) (2021-07-30)
203
-
204
- **Note:** Version bump only for package @midwayjs/typegoose
205
-
206
-
207
-
208
-
209
-
210
- ## [2.11.6](https://github.com/midwayjs/midway/compare/v2.11.5...v2.11.6) (2021-07-16)
211
-
212
- **Note:** Version bump only for package @midwayjs/typegoose
213
-
214
-
215
-
216
-
217
-
218
- ## [2.11.5](https://github.com/midwayjs/midway/compare/v2.11.4...v2.11.5) (2021-07-15)
219
-
220
- **Note:** Version bump only for package @midwayjs/typegoose
221
-
222
-
223
-
224
-
225
-
226
- ## [2.11.4](https://github.com/midwayjs/midway/compare/v2.11.3...v2.11.4) (2021-07-06)
227
-
228
- **Note:** Version bump only for package @midwayjs/typegoose
229
-
230
-
231
-
232
-
233
-
234
- ## [2.11.3](https://github.com/midwayjs/midway/compare/v2.11.2...v2.11.3) (2021-07-02)
235
-
236
-
237
- ### Bug Fixes
238
-
239
- * hide real error when user code throw error ([#1128](https://github.com/midwayjs/midway/issues/1128)) ([e728b0b](https://github.com/midwayjs/midway/commit/e728b0b80956c09cfb856ffe082f44fa29cfeb82))
240
-
241
-
242
-
243
-
244
-
245
- ## [2.11.2](https://github.com/midwayjs/midway/compare/v2.11.1...v2.11.2) (2021-06-28)
246
-
247
- **Note:** Version bump only for package @midwayjs/typegoose
248
-
249
-
250
-
251
-
252
-
253
- ## [2.11.1](https://github.com/midwayjs/midway/compare/v2.11.0...v2.11.1) (2021-06-19)
254
-
255
- **Note:** Version bump only for package @midwayjs/typegoose
256
-
257
-
258
-
259
-
260
-
261
- # [2.11.0](https://github.com/midwayjs/midway/compare/v2.10.19...v2.11.0) (2021-06-10)
262
-
263
- **Note:** Version bump only for package @midwayjs/typegoose
264
-
265
-
266
-
267
-
268
-
269
- ## [2.10.18](https://github.com/midwayjs/midway/compare/v2.10.17...v2.10.18) (2021-05-26)
270
-
271
- **Note:** Version bump only for package @midwayjs/typegoose
272
-
273
-
274
-
275
-
276
-
277
- ## [2.10.14](https://github.com/midwayjs/midway/compare/v2.10.13...v2.10.14) (2021-05-11)
278
-
279
- **Note:** Version bump only for package @midwayjs/typegoose
280
-
281
-
282
-
283
-
284
-
285
- ## [2.10.13](https://github.com/midwayjs/midway/compare/v2.10.12...v2.10.13) (2021-05-08)
286
-
287
- **Note:** Version bump only for package @midwayjs/typegoose
288
-
289
-
290
-
291
-
292
-
293
- ## [2.10.12](https://github.com/midwayjs/midway/compare/v2.10.11...v2.10.12) (2021-05-07)
294
-
295
- **Note:** Version bump only for package @midwayjs/typegoose
296
-
297
-
298
-
299
-
300
-
301
- ## [2.10.11](https://github.com/midwayjs/midway/compare/v2.10.10...v2.10.11) (2021-04-29)
302
-
303
- **Note:** Version bump only for package @midwayjs/typegoose
304
-
305
-
306
-
307
-
308
-
309
- ## [2.10.10](https://github.com/midwayjs/midway/compare/v2.10.9...v2.10.10) (2021-04-24)
310
-
311
- **Note:** Version bump only for package @midwayjs/typegoose
312
-
313
-
314
-
315
-
316
-
317
- ## [2.10.9](https://github.com/midwayjs/midway/compare/v2.10.8...v2.10.9) (2021-04-21)
318
-
319
- **Note:** Version bump only for package @midwayjs/typegoose
320
-
321
-
322
-
323
-
324
-
325
- ## [2.10.8](https://github.com/midwayjs/midway/compare/v2.10.7...v2.10.8) (2021-04-21)
326
-
327
- **Note:** Version bump only for package @midwayjs/typegoose
328
-
329
-
330
-
331
-
332
-
333
- ## [2.10.7](https://github.com/midwayjs/midway/compare/v2.10.6...v2.10.7) (2021-04-17)
334
-
335
-
336
- ### Bug Fixes
337
-
338
- * add event name args ([#986](https://github.com/midwayjs/midway/issues/986)) ([bfd8232](https://github.com/midwayjs/midway/commit/bfd82320aee8600d8fa30bd2821a0e68c80fd755))
339
- * format ([#997](https://github.com/midwayjs/midway/issues/997)) ([456cc14](https://github.com/midwayjs/midway/commit/456cc14513bdb000d1aa3130e9719caf7a8a803f))
340
-
341
-
342
- ### Features
343
-
344
- * add midway task component ([#995](https://github.com/midwayjs/midway/issues/995)) ([befb81d](https://github.com/midwayjs/midway/commit/befb81dee90f01a20bba2c1835e8685cf85a76e7))
345
-
346
-
347
-
348
-
349
-
350
- ## [2.10.6](https://github.com/midwayjs/midway/compare/v2.10.5...v2.10.6) (2021-04-14)
351
-
352
- **Note:** Version bump only for package @midwayjs/typegoose
353
-
354
-
355
-
356
-
357
-
358
- ## [2.10.5](https://github.com/midwayjs/midway/compare/v2.10.4...v2.10.5) (2021-04-13)
359
-
360
- **Note:** Version bump only for package @midwayjs/typegoose
361
-
362
-
363
-
364
-
365
-
366
- ## [2.10.4](https://github.com/midwayjs/midway/compare/v2.10.3...v2.10.4) (2021-04-10)
367
-
368
- **Note:** Version bump only for package @midwayjs/typegoose
369
-
370
-
371
-
372
-
373
-
374
- ## [2.10.3](https://github.com/midwayjs/midway/compare/v2.10.2...v2.10.3) (2021-04-07)
375
-
376
- **Note:** Version bump only for package @midwayjs/typegoose
377
-
378
-
379
-
380
-
381
-
382
- ## [2.10.2](https://github.com/midwayjs/midway/compare/v2.10.1...v2.10.2) (2021-04-05)
383
-
384
- **Note:** Version bump only for package @midwayjs/typegoose
385
-
386
-
387
-
388
-
389
-
390
- # [2.10.0](https://github.com/midwayjs/midway/compare/v2.9.3...v2.10.0) (2021-04-02)
391
-
392
- **Note:** Version bump only for package @midwayjs/typegoose
393
-
394
-
395
-
396
-
397
-
398
- ## [2.9.3](https://github.com/midwayjs/midway/compare/v2.9.2...v2.9.3) (2021-03-30)
399
-
400
- **Note:** Version bump only for package @midwayjs/typegoose
401
-
402
-
403
-
404
-
405
-
406
- ## [2.9.2](https://github.com/midwayjs/midway/compare/v2.9.1...v2.9.2) (2021-03-27)
407
-
408
- **Note:** Version bump only for package @midwayjs/typegoose
409
-
410
-
411
-
412
-
413
-
414
- ## [2.9.1](https://github.com/midwayjs/midway/compare/v2.9.0...v2.9.1) (2021-03-24)
415
-
416
- **Note:** Version bump only for package @midwayjs/typegoose
417
-
418
-
419
-
420
-
421
-
422
- # [2.9.0](https://github.com/midwayjs/midway/compare/v2.8.13...v2.9.0) (2021-03-22)
423
-
424
- **Note:** Version bump only for package @midwayjs/typegoose
425
-
426
-
427
-
428
-
429
-
430
- ## [2.8.13](https://github.com/midwayjs/midway/compare/v2.8.12...v2.8.13) (2021-03-17)
431
-
432
- **Note:** Version bump only for package @midwayjs/typegoose
433
-
434
-
435
-
436
-
437
-
438
- ## [2.8.11](https://github.com/midwayjs/midway/compare/v2.8.10...v2.8.11) (2021-03-12)
439
-
440
- **Note:** Version bump only for package @midwayjs/typegoose
441
-
442
-
443
-
444
-
445
-
446
- ## [2.8.9](https://github.com/midwayjs/midway/compare/v2.8.8...v2.8.9) (2021-03-08)
447
-
448
- **Note:** Version bump only for package @midwayjs/typegoose
449
-
450
-
451
-
452
-
453
-
454
- ## [2.8.8](https://github.com/midwayjs/midway/compare/v2.8.7...v2.8.8) (2021-03-06)
455
-
456
- **Note:** Version bump only for package @midwayjs/typegoose
457
-
458
-
459
-
460
-
461
-
462
- ## [2.8.7](https://github.com/midwayjs/midway/compare/v2.8.6...v2.8.7) (2021-03-04)
463
-
464
- **Note:** Version bump only for package @midwayjs/typegoose
465
-
466
-
467
-
468
-
469
-
470
- ## [2.8.6](https://github.com/midwayjs/midway/compare/v2.8.5...v2.8.6) (2021-03-03)
471
-
472
- **Note:** Version bump only for package @midwayjs/typegoose
473
-
474
-
475
-
476
-
477
-
478
- ## [2.8.5](https://github.com/midwayjs/midway/compare/v2.8.4...v2.8.5) (2021-03-03)
479
-
480
- **Note:** Version bump only for package @midwayjs/typegoose
481
-
482
-
483
-
484
-
485
-
486
- ## [2.8.4](https://github.com/midwayjs/midway/compare/v2.8.3...v2.8.4) (2021-03-03)
487
-
488
- **Note:** Version bump only for package @midwayjs/typegoose
489
-
490
-
491
-
492
-
493
-
494
- ## [2.8.3](https://github.com/midwayjs/midway/compare/v2.8.2...v2.8.3) (2021-03-01)
495
-
496
- **Note:** Version bump only for package @midwayjs/typegoose
497
-
498
-
499
-
500
-
501
-
502
- ## [2.8.2](https://github.com/midwayjs/midway/compare/v2.8.0...v2.8.2) (2021-02-27)
503
-
504
- **Note:** Version bump only for package @midwayjs/typegoose
505
-
506
-
507
-
508
-
509
-
510
- # [2.8.0](https://github.com/midwayjs/midway/compare/v2.7.7...v2.8.0) (2021-02-24)
511
-
512
- **Note:** Version bump only for package @midwayjs/typegoose
513
-
514
-
515
-
516
-
517
-
518
- ## [2.7.7](https://github.com/midwayjs/midway/compare/v2.7.6...v2.7.7) (2021-02-20)
519
-
520
- **Note:** Version bump only for package @midwayjs/typegoose
521
-
522
-
523
-
524
-
525
-
526
- ## [2.7.5](https://github.com/midwayjs/midway/compare/v2.7.4...v2.7.5) (2021-02-08)
527
-
528
- **Note:** Version bump only for package @midwayjs/typegoose
529
-
530
-
531
-
532
-
533
-
534
- ## [2.7.3](https://github.com/midwayjs/midway/compare/v2.7.2...v2.7.3) (2021-02-02)
535
-
536
-
537
- ### Bug Fixes
538
-
539
- * egg socket io missing session middleware ([#835](https://github.com/midwayjs/midway/issues/835)) ([6e605a1](https://github.com/midwayjs/midway/commit/6e605a15b64bf51182b393b68d66d0867c571b94))
540
-
541
-
542
-
543
-
544
-
545
- ## [2.7.2](https://github.com/midwayjs/midway/compare/v2.7.1...v2.7.2) (2021-01-28)
546
-
547
- **Note:** Version bump only for package @midwayjs/typegoose
548
-
549
-
550
-
551
-
552
-
553
- ## [2.7.1](https://github.com/midwayjs/midway/compare/v2.7.0...v2.7.1) (2021-01-28)
554
-
555
- **Note:** Version bump only for package @midwayjs/typegoose
556
-
557
-
558
-
559
-
560
-
561
- # [2.7.0](https://github.com/midwayjs/midway/compare/v2.6.13...v2.7.0) (2021-01-27)
562
-
563
-
564
- ### Features
565
-
566
- * support entry file in bootstrap ([#819](https://github.com/midwayjs/midway/issues/819)) ([49a5ff6](https://github.com/midwayjs/midway/commit/49a5ff662134bdd42dc3a80738b44a05138f8f7c))