- Add exception handling to ignore http cookie malformation errors
0.0.8
------------------
Released Jun 25, 2023
- Fix bug where params causes images not to load due to it's route traversal utilisation
- Fix parameterisation of querystring not happening when `:dynamic` route param already exists
0.0.7
------------------
Released Jun 17, 2023
- Add mount isolation support for router aggregation/code separation
0.0.5
------------------
Released Jun 11, 2023
- Remove unnecessary comments to not clutter project
0.0.4
------------------
Released Jun 11, 2023
- Add parameterization support for wildcard routes
0.0.3
------------------
Released Jun 10, 2023
- Add support for str to bytes encoding in req.body - Change the way single dispatch works on body - Fix Router wildcard not working due to wildcard typo fixed in earlier release - Fix no deviation handling for parameterized routes and wildcard routes