v1.0.0 Release Candidate 1
Breaking Changes
- Split
HBRouter
into two types:HBRouter
which processes requests andHBRouterBuilder
which is used to build anHBRouter
. PR #156 - The router is now run before any middleware. PR #156
- XCTExecute can now return values from its closure and throw errors. PR #157
Patch Changes
- Do deep copy of middleware chain, when creating new
HBRouterGroup
.