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

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 the res macro.
  • v0.27.0 Changes

    January 26, 2020
    • ๐Ÿ”„ Changed the methods, removed OPTIONS and PATCH.
    • Response is done by using a macro res.
    • env variable was renamed to req.
  • 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.
  • 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