Sha256: 85d5b5c5af243cda9df0d1562b887e881df380e92950d230f762746b053a1952
Contents?: true
Size: 948 Bytes
Versions: 1
Compression:
Stored size: 948 Bytes
Contents
# Hanami::API Minimal, extremely fast, lightweight Ruby framework for HTTP APIs. ## v0.1.1 - 2020-05-20 ### Fixed - [Luca Guidi] Ensure Rack middleware to be mounted in scopes without a leading slash - [Luca Guidi] Ensure nested scopes to use the given middleware stack - [Luca Guidi] Ensure nested scopes to inherit middleware from outer scopes ## v0.1.0 - 2020-02-19 ### Added - [Luca Guidi] Allow to use Rack middleware with scope visibility - [Luca Guidi] Block syntax: introduced `json` to render JSON response body - [Luca Guidi] Block syntax: introduced `redirect` to perform HTTP redirect - [Luca Guidi] Block syntax: introduced `halt` to interrupt the execution flow and return a HTTP status and body - [Luca Guidi] Block syntax: introduced `status`, `headers`, `body` that act both as getters and setters for the response values - [Luca Guidi] Block syntax: introduced `params` getter - [Luca Guidi] Introduced `Hanami::API` superclass
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hanami-api-0.1.1 | CHANGELOG.md |