2.1.0 (2022-10-08)
Bug Fixes
- router: fix to always call before each and after each (fb9f0f4)
- router: use lru cache instead of plain object (fc79627), closes #26
Features
- router: add
afterEach
hooks to router option (95c13bf), closes #10 - routers: add
beforeEach
hooks to router (116c2d9) - types: add
MethodRouteHandler
types (822ece7), closes #27
Performance Improvements
- router: add non matched pattern to cache (0eaa017)