Changed
- [breaking] Handlers are no longer stored internally. The
poll()
function is now required to
perform the mapping to individual handlers. This is intended to make the handler API signature more
flexible, as not all handlers may need the same context.
What's Changed
- Restructuring minireq for flexibility by @ryan-summers in #20
- Preparing for a 0.5 release by @ryan-summers in #21
Full Changelog: v0.4.0...v0.5.0