Releases: azutoolkit/azu
Releases · azutoolkit/azu
Release v0.4.4
Adds spport for request method override This determines whether the `_method` request parameter is used as the intended HTTP method on POST requests. If present, the request method is overridden by the `_method` request parameter.
Release v0.4.3
BugFix: Endpoint Path
Release v0.4.2
Adds path to endpoints
Release v0.4.1
Updates documentation
Release v0.4.0
(MINOR) Drops render method in favor of view When using Templates::Renderable the method render has been replaced with `view` this is to remove redundancy from the Response#render method. To upgrade simply rename render to view for all classes, structs that uses Templates::Renderable
Release v0.3.3
Adds view method for rendering templates
Release v0.3.2
Use `@log` instead of Log
Release v0.3.1
Sets mounted after initialization
Release v0.3.0
(MINOR) GC Sweep fix
Release v0.2.3
(Minor) Discards IO Errors Why When refreshing a page it disconnects the websocket causing an IO::Error in the backend. These changes discards these type of errors. Changes - Rescues IO::Error silently Side Effects - No longer we see the io errors on client disconnect