Skip to content

Releases: mmattozzi/cocoa-rest-client

Version 1.3.15

10 Dec 19:15
Compare
Choose a tag to compare

Requirements

  • OS X 10.10.3+
  • Allow unsigned apps to be installed (System Preferences -> Security & Privacy -> Allow apps downloaded from: "Anywhere"

Fixes/Features in 1.3.15

  • Fixes JSON formatting bug that transformed raw numbers into quoted strings (Issue #117)
  • Makes some changes to the UI for how to select Raw vs. Field vs. File request types
  • Deselects selection from saved requests drawer when naming a saved request so that pressing delete will not remove the saved request that is highlighted (Issue #120)

Version 1.3.14

10 Jul 18:34
Compare
Choose a tag to compare

Requirements

  • OS X 10.10.3+
  • Allow unsigned apps to be installed (System Preferences -> Security & Privacy -> Allow apps downloaded from: "Anywhere"

Fixes/Features in 1.3.14

  • Fixes bugs in JSON pretty printing that would cause loss of field ordering and loss of number precision for decimal numbers (#86 and #64)
  • Restore support for custom JSON and XML variant Content-Types (where these are content types that have a suffix like "+xml" or "+json" (#11)

Version 1.3.13

22 May 21:13
Compare
Choose a tag to compare

Requirements for 1.3.13

  • OS X 10.10.3+

Fixes/Features in 1.3.13

  • Added Curl command generation, consider this beta for now (Edit Menu or Command-K).
  • Fix an issue where a folder drag and drop onto itself causes the folder to get deleted (Issue #100)
  • Added a global option to disable cookies (Issue #43)
  • DELETEs can now have raw text bodies (Issue #85)

Version 1.3.12

19 Apr 01:07
Compare
Choose a tag to compare

Requirements for 1.3.12

  • OS X 10.10.3+ (most likely last version for 10.10)

Fixes/Features in 1.3.12

  • Fixes open response in browser
  • Puts HTTP Status code back in Headers tab text
  • Fixes import of requests
  • Adds tabbing between username and password field in Auth tab:

Version 1.3.11

02 Apr 18:49
Compare
Choose a tag to compare

Requirements for 1.3.11:

  • OS X 10.10.3+ (most likely last version for 10.10)

Fixes/Features in 1.3.11:

  • Updated UI for cleaner workspace (less space eaten up by tabs) with adjustable request and response areas (Issue #80, Issue #58)
  • Updated Sparkle to latest version and HTTPS URL for appcast (Issue #88)

Version 1.3.10

23 Dec 12:16
Compare
Choose a tag to compare

Release 1.3.10:

  • OS X 10.10+

Fixes/Features in 1.3.10:

  • Fix exporting of requests in folders
  • Delete key deletes selected requests in saved requests drawer

Version 1.3.9

18 May 00:20
Compare
Choose a tag to compare

Release 1.3.9

  • OS X 10.9.4+

Fixes/Features

  • Overwrite requests bug fixed
  • Uses fixed width font when syntax highlighting is turned off

Version 1.3.8

05 May 00:09
Compare
Choose a tag to compare

Release 1.3.8

  • OS X 10.9.4+

Fixes/Features

  • New syntax highlighting using Ace Editor
  • Syntax highlighting themes
  • Tree/folder structure for saving requests
  • No reordering of JSON keys on pretty printing
  • Adds text/plain to Content-Type menu
  • Uses ARC for memory management
  • Should hopefully fix text box display issues on latest OS X versions >= 10.10
  • Fixes bug where requests are only saved on exit
  • New icon!

Version 1.3.7

16 Feb 17:27
Compare
Choose a tag to compare

Release 1.3.7

  • OS X 10.7+

Fixes/Features:

  • Combo box for supplying arbitrary HTTP method replaces drop down box of preset HTTP methods.
  • New download location for future updates

Version 1.3.6

06 Dec 13:29
Compare
Choose a tag to compare

Release 1.3.6

  • OS X 10.7+

Fixes/Features:

  • Fixed encoding of the + character for parameters provided for form urlencoded content.
  • Turned off XML tidying-- this was resulting in elements being added where they truly did not exist in the response. Now, if XML is invalid it will default to plaintext in the response window.
  • Changed tabbing behavior in request parameter and header value cells to be more natural.
  • Added pre-emptive HTTP Basic Auth. This can be enabled with a checkbox and hopefully will solve the auth problems that some people have been having.
  • Added MessagePack output formatting (contributed by github.com/DiegoMax)