Scorched v0.3 Release Notes

    • Basic request handling and routing
    • ๐Ÿ‘ String and Regex URL matching, with capture support
    • Implemented route conditions
      • Added HTTP method condition which the route helpers depend on.
    • โž• Added route helpers
    • ๐Ÿ‘ Implemented support for sub-controllers
    • Implement before and after filters with proper execution order.
    • ๐Ÿ”ง Configuration inheritance between controllers. This has been implemented as the Options class.
    • Mechanism for including Rack middleware.
    • โž• Added more route conditions e.g. content-type, language, user-agent, etc.
    • Provide means to halt request.
      • Added redirect helping for halting and redirecting request
    • Mechanism for handling exceptions in routes and before/after filters.
    • โž• Added static resource serving. E.g. public folder.