-------------------- * Workers added as an option * Markdown support added
0.3.1
-------------------- * Container removed
0.3.0
-------------------- * HTML theming support added * Access log option added * Static files support added * Starting to support to get loop outer codebase * Controller invoke methods, application_global and controller_global methods changed to async methods
0.2.2
-------------------- * Autoescape option set True for Jinja to prevent XSS attacks. * Example pm2 config added
0.2.1
Not secure
-------------------- * Requirements updated
0.2.0
Not secure
-------------------- * Dependency Injection Container introduced to be used in Rsanic and Applications * Request injected in to App * Working example added