@tinyhttp/req
Advanced tools
Comparing version 0.0.1 to 0.1.0
# @tinyhttp/req | ||
## 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.1 | ||
### Patch Changes | ||
- Split app into req, res, send and router |
{ | ||
"name": "@tinyhttp/req", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "request extensions 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
9469