v1.1.0
Change Overview
Big changes to routing system, increased test coverage, basic static file serving.
Router Enhancements:
- Adds a Trie based routing system
- Adds support for dynamic routes
- Adds support for variables in routes
- Adds support for custom exceptions, handled globally in server
- Now checks if route is sync or async when its added, not when recieving request (performance enhancement)
What's Changed
- Router enhancements by @JoshCap20 in #45
- Add static file handling by @JoshCap20 in #46
Full Changelog: v1.0.1...v1.1.0