@tinyhttp/router
Advanced tools
Comparing version 1.0.8 to 1.0.9
186
CHANGELOG.md
# @tinyhttp/router | ||
## 1.0.8 | ||
## 1.0.9 | ||
### Patch Changes | ||
- release clean packages with clean dist | ||
## 1.0.7 | ||
### Patch Changes | ||
- strip bytes | ||
## 1.0.6 | ||
### Patch Changes | ||
- remove "src" from files | ||
## 1.0.5 | ||
### Patch Changes | ||
- Get rid of node.js http as a dependency | ||
## 1.0.4 | ||
### Patch Changes | ||
- strip bytes | ||
## 1.0.3 | ||
### Patch Changes | ||
- strip bytes from readme | ||
## 1.0.2 | ||
### Patch Changes | ||
- Fix next function types | ||
## 1.0.1 | ||
### Patch Changes | ||
- Remove license notes from readmes, add readme for type-is | ||
## 1.0.0 | ||
### Major Changes | ||
- 1.0 release. the end is here. | ||
## 0.5.9 | ||
### Patch Changes | ||
- strip some bytes | ||
## 0.5.8 | ||
### Patch Changes | ||
- bump | ||
## 0.5.7 | ||
### Patch Changes | ||
- make types more flexible | ||
## 0.5.6 | ||
### Patch Changes | ||
- Make types more flexible | ||
## 0.5.5 | ||
### Patch Changes | ||
- Replace .map with for loop | ||
## 0.5.4 | ||
### Patch Changes | ||
- strip bytes and support non string res.send | ||
## 0.5.3 | ||
### Patch Changes | ||
- fix router http method typo | ||
## 0.5.2 | ||
### Patch Changes | ||
- Fix `router.all` | ||
## 0.5.1 | ||
### Patch Changes | ||
- Drop proxy-addr in favor of @tinyhttp/proxy-addr | ||
## 0.5.0 | ||
### Minor Changes | ||
- Release 0.5 | ||
## 0.4.1 | ||
### Patch Changes | ||
- Fix tsconfig | ||
## 0.4.0 | ||
### Minor Changes | ||
- Release v0.4 | ||
## 0.1.3 | ||
### Patch Changes | ||
- Fix missing accepts | ||
## 0.1.2 | ||
### Patch Changes | ||
- Fix broken release | ||
## 0.1.1 | ||
### Patch Changes | ||
- Add path() and .parent to 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 | ||
### Patch Changes | ||
- fix bugs in the use func | ||
## 0.0.4 | ||
### Patch Changes | ||
- Forgot to build :( | ||
## 0.0.3 | ||
### Patch Changes | ||
- Export _all_ types in router | ||
## 0.0.2 | ||
### Patch Changes | ||
- Fix minor issues in the router | ||
## 0.0.1 | ||
### Patch Changes | ||
- Split app into req, res, send and router | ||
- regenerate changelogs |
{ | ||
"name": "@tinyhttp/router", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"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
35601