Thanks to visit codestin.com
Credit goes to github.com

Skip to content

grape v0.2.0

Choose a tag to compare

@hossein1376 hossein1376 released this 23 Jan 16:32
· 34 commits to main since this release
161b258

Changes

  • Add route grouping and scope specific middlewares.
  • Accepts interfaces in grape.Options struct. Allowing for better customizability.
  • Any types implementing grape.Logger, including slog.Logger, can be used for logging.
  • Use grape.Serializer to configure reading and writing json.
  • Optionally, specify requests' max body size.
  • Improvements to the validator package.
  • New example, graceful shutdown.
  • Improve documentation and update examples.