@tinyhttp/cors
Advanced tools
Comparing version 0.2.20 to 0.3.0
# @tinyhttp/cors | ||
## 0.3.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.2.20 | ||
@@ -4,0 +17,0 @@ |
{ | ||
"name": "@tinyhttp/cors", | ||
"version": "0.2.20", | ||
"version": "0.3.0", | ||
"description": "tinyhttp CORS module", | ||
@@ -5,0 +5,0 @@ "type": "module", |
12265