Major changes
- Lifecycle refactor - #170
- Updated middie to 2.0.0
- Do not use
fast-safe-stringify
inReply.send
to avoid perf issues - #192
Fixes
- Fix scope in documentation examples - #196
- Do not use symbols to track the context and startTime - #195
- Fixes getting started example #188 - #189
- Added a code of conduct - #184
- Always flatten the string before sending it out - #172
- Fixed
undefined
content type bug - #166 - Listen timeout when used with
Promise.resolve()
- #168