List view
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 - [x] `preflightContinue` option in `@tinyhttp/cors` - [x] `@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
No due date•4/4 issues closed## new modules - [ ] Create `@tinyhttp/cli` for quick starting projects ## router - [ ] Allow to pass array of wares for route methods
No due date•1/1 issues closed