Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2018-05-21 | 383 Bytes | |
Simple Arguments source code.tar.gz | 2018-05-21 | 52.6 kB | |
Simple Arguments source code.zip | 2018-05-21 | 54.5 kB | |
Totals: 3 Items | 107.5 kB | 0 |
Changed
- Only accepts a single
ctx
argument which improves TypeScript inference - Allow
next(ctx?)
to accept an optional argument which replaces thectx
down the stack - Enables cool applications such as HTTP request retries which you clone the
req
each time - Support
debug
mode that is skipped in production to provide helpful debug errors during development