All Versions
29
Latest Version
Avg Release Cycle
13 days
Latest Release
1394 days ago
Changelog History
Page 1
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 theflag?
if check macro, after an update I removed the if checks and it was left un-tested and slipped through.
- ๐ Fixed the
-
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.