All Versions
29
Latest Version
Avg Release Cycle
13 days
Latest Release
1251 days ago

Changelog History
Page 1

  • v4.0.4 Changes

    November 15, 2020
    • ๐Ÿ›  Fixed the scope nesting issue, which caused a malfunction when trying to define two or more scoped routes.
  • v4.0.3 Changes

    November 08, 2020
    • โž• Added nested scopes.
    • โž• Added validation support for JSON parameters.
  • v4.0.2 Changes

    October 26, 2020
    • ๐Ÿ›  Fixed the WebSocket issue, re-use of the old web socket code caused a via tag to show up.
  • v4.0.1 Changes

    October 24, 2020
    • ๐Ÿ›  Fixed the error macro, it contained nested macros which contained variables were escaped since it was nested in the flag? if check macro, after an update I removed the if checks and it was left un-tested and slipped through.
  • v4.0.0 Changes

    October 23, 2020
    • โœ‚ Removed the filtering handler.
    • โšก๏ธ Updated the pipeline handler to actually represent a handler and execute before the router layer.
    • Made the websockets an optional choice which is decided by a compile time flag.
    • โž• Added new flags.
  • v3.0.2 Changes

    October 22, 2020
    • โž• Added a static file handler to the framework.
    • ๐Ÿ›  Fixed a typo for the static handler public_dir variable.
  • v3.0.1 Changes

    October 20, 2020
    • โž• Added a Swagger UI support.
  • v3.0.0 Changes

    October 20, 2020
    • ๐Ÿ”จ Refactored multiple core classes.
    • โž• Added a new macro which gives an ability to pipe_through routes through pipelines.
    • Abstracted the WebSocket class.
  • v2.0.1 Changes

    October 19, 2020
    • โž• Added a scope macro, #25.
  • v2.0.0 Changes

    October 16, 2020
    • ๐Ÿ”ง Moved away from the configuration inherited from Kemal, switched to a non-singleton pattern.