All Versions
29
Latest Version
Avg Release Cycle
13 days
Latest Release
1673 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.27.5
February 27, 2020 -
v0.27.2 Changes
February 10, 2020- Cleaned up the global scope pollution.
- ๐ Changed up the macros.
- ๐ Updated documentation.
-
v0.27.1 Changes
January 31, 2020- ๐ Created macros for better routing.
- โ Added Proc based function calling for custom route method names.
- ๐ Updated documentation.
- Swapped the place of the
status_code
and the response content in theres
macro.
-
v0.27.0 Changes
January 26, 2020- ๐ Changed the methods, removed
OPTIONS
andPATCH
. - Response is done by using a macro
res
. env
variable was renamed toreq
.
- ๐ Changed the methods, removed
-
v0.26.7 Changes
January 26, 2020- ๐ Changed the helper functions into a more readable macros.
-
v0.26.6 Changes
January 26, 2020- โก๏ธ Updated the add_handlers function.
- โ Removed the route macro.
-
v0.26.5 Changes
January 22, 2020- โ Added middleware support, now the http and websocket handlers are
BaseConsumer
inheritors. - Custom routers can be baked into the global by using the
add_router
function. - โ Added coloring to the output.
- โ Added middleware support, now the http and websocket handlers are
-
v0.26.4 Changes
January 19, 2020- ๐ Changed the response into a more user-friendly type.
- โช Reverted the router back to its state.
- โ Removed the response codes and switched to a built in / integer based response code resolution.
- โก๏ธ Updated the helper methods.
-
v0.26.3 Changes
January 14, 2020- Implemented a class based handling of requests/responses
- Implemented a class based handling of WebSockets
- โ Removed static file distribution