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

Changelog History
Page 2

  • v1.1.0 Changes

    October 06, 2020

    Multiple breaking changes were added to the framework.

    • โœ‚ Removed the helper methods file which contained response generators.
    • โž• Added the removed methods to the context and extended the context using several other helpers.
    • โž• Added helper data structures and look up tables which give you a quick way to verify formats, etc. (still experimental)
    • ๐Ÿ“š Created a documentation page.
    • ๐Ÿ›  Fixed the exception handler.
    • ๐Ÿ›  Fixed the delete header bug.
  • v1.0.0 Changes

    August 21, 2020
    • โšก๏ธ Updated the exception handling mechanism.
    • โšก๏ธ Updated the exception declaration mechanism.
    • โž• Added an exception page shard to depict exceptions nicely.
  • v0.29.0 Changes

    August 17, 2020
    • A lot of features were added and a lot of the code has changed.
  • v0.28.6 Changes

    June 25, 2020
  • v0.28.5 Changes

    June 22, 2020
    • โšก๏ธ Updated to Crystal 0.35.1
    • ๐Ÿ›  Fixed a long string response issue
  • v0.28.4 Changes

    May 04, 2020
    • Switched to the HTTP::Context class which is a direct response type to HTTP handlers.
    • ๐Ÿ“š Updated the logo ( @j8r ) and the documentation to match the current Grip codebase.
    • โž• Added cached routes to the WebSocket implementations.
    • The response context flow can be chained via context functions.
  • v0.28.3 Changes

    April 22, 2020
    • Switched from a String to HTTP::Server::Response as the response type of the endpoint.
    • ๐Ÿ“š Updated the documentation, upgraded the examples and distributed information evenly.
  • v0.28.2 Changes

    April 10, 2020
    • ๐Ÿšš Moved WebSockets to the Crystal 0.34.0 version compatibility.
    • Ported new features from Kemal.
  • v0.28.1 Changes

    March 16, 2020
    • โž• Added additional documentation details for the pipeline and built-in pipes.
    • Extended the WebSocket controller for more functionality.
    • โž• Added an assigns struct which contains all of the pipe data.
  • v0.28.0 Changes

    March 05, 2020
    • โœ‚ Removed the magic functions and made the framework more consistent.
    • ๐Ÿšš Moved macros which made no sense of being macros to the methods module.
    • Added multiple before_* and after_* methods.
    • ๐Ÿ“š Updated the documentation.
    • @Whaxion has created a spec library for the Grip framework spec-grip.
    • โž• Added a pipeline feature which gives you an ability to pipe middleware before reaching the endpoint.
    • Restructured the code.