Skip to content

Releases: Fingertips/nap

Finally free

29 Jan 22:21
Compare
Choose a tag to compare
  • A REST::Request now forwards the entity body for all HTTP verbs.

SMTM

27 Aug 11:41
Compare
Choose a tag to compare
  • Removed a custom exception in favor of the exception groups introduced in 0.8.0
  • Updated CA certs
  • Moving to 1.0.0 to signal that it's definitely ready for production

Exception groups

31 May 12:02
Compare
Choose a tag to compare
  • Added various exception constants which allow you to rescue a group of exceptions at once.

See the README for a quick introduction to these exceptions.

v0.7.0

05 Apr 09:29
Compare
Choose a tag to compare
  • Added support for advanced configuration of the Net::HTTP object through a block.
  • Verified support for Ruby 2.1.
  • Stop throwing exceptions when trying to request a URI without a path (e.g. http://example.com).

Patch support

01 Dec 12:06
Compare
Choose a tag to compare
  • Added support for PATCH requests (thanks to Eloy Duran)