v1.2.0
Performances
- Better throughput via Promisifying encoding process
Async-ready Encoding
- Encoders can return either Promises or the straight result, Kalm will handle both. This allows for asynchronous encoding/decoding. #25
Auto-reject bad requests
- Added new
Client
/Server
optionrejectForeign
(default:true
) to auto-disconnect bad/ unhandled requests