@tinyhttp/router
Advanced tools
Comparing version 0.0.5 to 0.1.0
# @tinyhttp/router | ||
## 0.1.0 | ||
### Minor Changes | ||
- - add template engine support | ||
- add `sendFile` function (most recent addition) and a lot of other Express methods | ||
- finish writing the docs | ||
- add "common tasks" and "advanced topics" sections to docs | ||
- split `@tinyhttp/app` by 4 separate framework-agnostic packages | ||
- setup husky and commitlint | ||
- add 25 examples | ||
- add 10 middlewares, including `@tinyhttp/session`, `@tinyhttp/ip-filter` and more | ||
## 0.0.5 | ||
@@ -4,0 +17,0 @@ |
{ | ||
"name": "@tinyhttp/router", | ||
"version": "0.0.5", | ||
"version": "0.1.0", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Router for tinyhttp", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48977