Commit 46e143a
committed
chore(release): bump version to 4.4.0
- Added Cookie Management System
- Enhanced Routing System with optional route parameters, wildcard routes methods `wildcard()` for single path segment and `catchAll()` for multiple path segments, as well as `any()` to register a route for all HTTP methods
- Added body parsing to all HTTP methods that commonly use request bodies. PUT, PATCH, and DELETE methods now automatically parse request bodies, just like POST
- Enhanced Template Engine to support backtick string literals (``) in templates and updated `dateFormat` filter with improved robustness and formatting options
- Updated package's keywords1 parent d12cbba commit 46e143a
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
19 | | - | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
| 28 | + | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
| |||
0 commit comments