Grip Framework Grip Versions Save

The microframework for writing powerful web applications.

v1.0.3

2 years ago
  • Fixed the issue with the Grip::Handlers::Pipeline class not being able to process the parameters properly, which caused issues with middleware not being able to pick-up the existing parameters.
  • Refactored a bit of logic to make it easier on the routers.

v1.0.2

2 years ago
  • Remove the Forward handler from the HTTP handler
  • Create a separate handler for the Forward handler
  • Give an ability to disable the Forward handler

v1.0.1

3 years ago
  • Fixed a bug causing the SSL context to malfunction and crash during runtime.

v1.0.0

3 years ago

Stable release 1.0.0

  • Squashed down to 1.0.0 and removed old/inflated releases
  • Fixed bugs with the pipe_through macro causing a pipeline leak
  • Fixed the call_next function for the pipelines
  • Added Swagger UI auto-generation for routes