Skip to content

Commit 46e143a

Browse files
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 keywords
1 parent d12cbba commit 46e143a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "litenode",
3-
"version": "4.3.0",
3+
"version": "4.4.0",
44
"description": "Lightweight and modular web framework",
55
"main": "./core/LiteNode/LiteNode.js",
66
"type": "module",
@@ -13,14 +13,19 @@
1313
"keywords": [
1414
"api",
1515
"asset-loader",
16+
"body-parser",
17+
"cookie",
18+
"cookies",
19+
"env",
20+
"environment",
1621
"file-serving",
1722
"framework",
1823
"http",
19-
"json-body-parser",
2024
"node",
2125
"node.js",
2226
"partials",
2327
"post-request",
28+
"process",
2429
"router",
2530
"static-assets",
2631
"template engine",

0 commit comments

Comments
 (0)