-
Notifications
You must be signed in to change notification settings - Fork 10
Roadmap
Nick Spragg edited this page Sep 10, 2019
·
7 revisions
- Migrate to Typescript
- Optionally prefer IPv6 addresses
- Consider making
toError
an optional default middleware
- Patch security issues
- Review documentation. Add more runnable examples and ensure all features are fully documented.
- Add Rest interface
- Consider response object to be compatible with a Node Http response objects interface (needs analysis)
- Consider switching default http client (currently
request
) or write additionalTransports
supporting alternative clients. Request is now in maintenance mode