Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

49 lines (36 loc) · 1.51 KB

Change Log

All notable changes to Resty will be documented in this file. This project adheres to Semantic Versioning.

[Unreleased][unreleased]

Changed

  • major refactor

Fixed

  • Documentation glitch

History Black Hole to retrieve

[1.5] - 2011-03-20

Added

  • Curl options can now be specified when calling the resty command to set the URI base. These options will be passed to curl for all subsequent requests, until the next time the resty command is called.

[1.4] - 2011-03-08

Fixed

  • several bugs fix for zsh users.

[1.3] - 2011-03-04

  • Attempted bug fix for zsh users that prevented options from being passed correctly to curl.

[1.2] - 2011-02-06 -

  • Data is now optional in PUT and POST requests. If the input is not a terminal and no data is specified on the command line, resty won't wait for data on stdin anymore. If you liked the old behavior you can always do something like cat | POST /Somewhere for the same effect.

[1.1] - 2011-01-07

Fixed

  • bug where -V option required input on stdin, and would block waiting for it.