Skip to content

Releases: mxrnx/woah

Woah! 1.2.2

16 Nov 12:07
Compare
Choose a tag to compare

New features

None.

Other changes

  • Updated from vulnerable version of Rack
  • Minor code cleanup
  • Minor documentation cleanup

Woah! 1.2.1

20 Jul 10:30
Compare
Choose a tag to compare

New features

None.

Other changes

  • More and better documentation

Woah! 1.2.0

14 Jul 13:20
Compare
Choose a tag to compare

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

01 Jul 10:02
Compare
Choose a tag to compare

Small documentation fix

Woah! 1.1.0

01 Jul 10:00
Compare
Choose a tag to compare

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

25 Jun 19:24
Compare
Choose a tag to compare

Added since 1.0.2

  • Make host configurable

Woah! 1.0.1

25 Jun 16:19
Compare
Choose a tag to compare

Added since 1.0.0

  • redirect_to function

Woah! 1.0.2

25 Jun 19:12
Compare
Choose a tag to compare

Added since 1.0.1

  • Extend Rack::Request

Woah! 1.0.0

24 Jun 12:30
Compare
Choose a tag to compare

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

23 Jun 21:52
Compare
Choose a tag to compare
Woah! 0.0.2 Pre-release
Pre-release

Adds all HTTP verbs supported by Rack.