All Versions
29
Latest Version
Avg Release Cycle
13 days
Latest Release
1651 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.1.0 Changes
October 06, 2020Multiple 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- ๐ Fixed the WebSocket connection issue, thanks to kemalcr/kemal#577
-
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.
- Switched to the
-
v0.28.3 Changes
April 22, 2020- Switched from a
String
toHTTP::Server::Response
as the response type of the endpoint. - ๐ Updated the documentation, upgraded the examples and distributed information evenly.
- Switched from a
-
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.
- โ Removed the