Skip to content

v1.1.0

Compare
Choose a tag to compare
@JoshCap20 JoshCap20 released this 25 Sep 00:42
· 22 commits to main since this release

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

Full Changelog: v1.0.1...v1.1.0