v2.0
No due date
75% complete
I'm planning to release the 2.0 version with some important changes (and some minor fixes)
core / general
- Drop CommonJS from all module builds
- Update all helper packages to use only ESM
-
Initial Deno support (core only) (using
std/http
and@tinyhttp/router
)
wares
-
preflightContinue
option in@tinyhttp/cors
-
@tinyhttp/logger
no longer depends on the core
I'm planning to release the 2.0 version with some important changes (and some minor fixes)
core / general
- Drop CommonJS from all module builds
- Update all helper packages to use only ESM
- Initial Deno support (core only) (using
std/http
and@tinyhttp/router
)
wares
-
preflightContinue
option in@tinyhttp/cors
-
@tinyhttp/logger
no longer depends on the core - achieve 100% coverage for
@tinyhttp/dotenv
- deprecate
@tinyhttp/pug
docs
- Describe in docs how to use CommonJS modules with tinyhttp (through Babel)
- Clean up for typos / weird phrasing