fix(readme): update README: rework features, add OpenAPI/Swagger, compression, request validation, examples, and runtime stats
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-12-20 - 2.0.1 - fix(readme)
|
||||
update README: rework features, add OpenAPI/Swagger, compression, request validation, examples, and runtime stats
|
||||
|
||||
- Reworked Features section into a markdown table and added items for OpenAPI/Swagger, Request Validation, and Auto Compression.
|
||||
- Updated Quick Start example (removed Guard import) and added a Table of Contents.
|
||||
- Expanded examples with a manual route handling snippet and guidance to bypass decorator routing.
|
||||
- Added runtime example fields: instance.hostname and new stats() usage (uptime, requestsTotal, requestsActive).
|
||||
- Minor legal/formatting updates: fixed LICENSE link casing/path and clarified trademark wording.
|
||||
|
||||
## 2025-12-20 - 2.0.0 - BREAKING CHANGE(request)
|
||||
introduce lazy request body parsing via ctx.json()/text()/arrayBuffer()/formData and remove IRequestContext.body
|
||||
|
||||
|
||||
Reference in New Issue
Block a user