waibu 2.9.1 → 2.9.2
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/favicon.png +0 -0
- package/package.json +1 -1
- package/wiki/CHANGES.md +16 -12
package/favicon.png
ADDED
|
Binary file
|
package/package.json
CHANGED
package/wiki/CHANGES.md
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
# Changes
|
|
2
2
|
|
|
3
|
+
## 2026-03-15
|
|
4
|
+
|
|
5
|
+
- [2.9.2] Bug fix missing default ```favicon.png```
|
|
6
|
+
|
|
3
7
|
## 2026-03-12
|
|
4
8
|
|
|
5
|
-
- [2.9.1] Bug fix
|
|
9
|
+
- [2.9.1] Bug fix in ```req.body``` parsing with multipart body parser
|
|
6
10
|
|
|
7
11
|
## 2026-03-07
|
|
8
12
|
|
|
@@ -11,8 +15,8 @@
|
|
|
11
15
|
|
|
12
16
|
## 2026-03-06
|
|
13
17
|
|
|
14
|
-
- [2.8.1] Bug fix
|
|
15
|
-
- [2.8.2] Bug fix
|
|
18
|
+
- [2.8.1] Bug fix in ```req.body``` parsing
|
|
19
|
+
- [2.8.2] Bug fix in ```preValidation```
|
|
16
20
|
|
|
17
21
|
## 2026-03-02
|
|
18
22
|
|
|
@@ -21,16 +25,16 @@
|
|
|
21
25
|
|
|
22
26
|
## 2026-02-21
|
|
23
27
|
|
|
24
|
-
- [2.7.1] Bug fix
|
|
25
|
-
- [2.7.1] Bug fix
|
|
28
|
+
- [2.7.1] Bug fix in ```errorHandler```
|
|
29
|
+
- [2.7.1] Bug fix in ```notFoundHandler```
|
|
26
30
|
- [2.7.1] Add fallback template for both handlers above
|
|
27
31
|
|
|
28
32
|
|
|
29
33
|
## 2026-02-20
|
|
30
34
|
|
|
31
35
|
- [2.7.0] Add ```req.te()``` decorator
|
|
32
|
-
- [2.7.0] Bug fix
|
|
33
|
-
- [2.7.0] Bug fix
|
|
36
|
+
- [2.7.0] Bug fix in ```getPluginByPrefix()```
|
|
37
|
+
- [2.7.0] Bug fix in ```notFoundHandler.interceptor()```
|
|
34
38
|
|
|
35
39
|
## 2026-02-18
|
|
36
40
|
|
|
@@ -42,13 +46,13 @@
|
|
|
42
46
|
|
|
43
47
|
## 2026-02-16
|
|
44
48
|
|
|
45
|
-
- [2.4.1] Bug fix
|
|
49
|
+
- [2.4.1] Bug fix in page with features
|
|
46
50
|
|
|
47
51
|
## 2026-02-09
|
|
48
52
|
|
|
49
|
-
- [2.3.4] Bug fix
|
|
50
|
-
- [2.3.4] Bug fix
|
|
51
|
-
- [2.3.4] Bug fix
|
|
53
|
+
- [2.3.4] Bug fix in error handling
|
|
54
|
+
- [2.3.4] Bug fix in not found handling
|
|
55
|
+
- [2.3.4] Bug fix in redirection handling
|
|
52
56
|
- [2.4.0] Accept path parameter as in ```{param}``` to complement ```:param``` in ```routePath()```
|
|
53
57
|
|
|
54
58
|
## 2026-02-08
|
|
@@ -69,7 +73,7 @@
|
|
|
69
73
|
|
|
70
74
|
## 2026-01-19
|
|
71
75
|
|
|
72
|
-
- [2.1.2] Bug fix
|
|
76
|
+
- [2.1.2] Bug fix in ```getAppTitle()```
|
|
73
77
|
- [2.1.2] Add missing some translation
|
|
74
78
|
|
|
75
79
|
## 2025-12-28
|