Releases: mxrnx/woah
Releases · mxrnx/woah
Woah! 1.2.2
Woah! 1.2.1
New features
None.
Other changes
- More and better documentation
Woah! 1.2.0
New features
- Cookies can now be deleted (#8)
Other changes
- Change some RuntimeErrors into ArgumentErrors where applicable
- Add puma to standard servers
- Remove WEBrick from standard servers
Woah! 1.1.1
Small documentation fix
Woah! 1.1.0
New features
- Added redirect function
redirect_to
(#3) - Request object is now accessible with the
request
accessor - Server host is now configurable, and
0.0.0.0
by default - Support for cookies with
cookie
(#4)
Other changes
- Better test coverage
- Nil bodies will now be replaced by an empty string (cuts down on HTTP 500 errors)
Woah! 1.0.3
Added since 1.0.2
- Make host configurable
Woah! 1.0.1
Added since 1.0.0
redirect_to
function
Woah! 1.0.2
Added since 1.0.1
- Extend Rack::Request
Woah! 1.0.0
First full release. This version of Woah! (should be) fully usable, although there's still some things I'd like to add (url parameters and redirects, most notably).
Woah! 0.0.2
Adds all HTTP verbs supported by Rack.