Skip to content

Releases: RESTEDClient/RESTED

2.1.0-rc.1

26 Jul 19:40
28f57fc
Compare
Choose a tag to compare
2.1.0-rc.1 Pre-release
Pre-release
Use enzyme-to-json everywhere

2.0.4

01 Jul 15:28
3089e9e
Compare
Choose a tag to compare

Release of 2.0.4

Fixes

  • #101 #96 Fixes issue with body being sent on requests which do not support request bodies
  • #77 Fixes some methods not allowed to have a body, like DELETE
  • #99 Fixes some syntax highlight themes not working
  • #100 Fixes some links in the README

2.0.3

16 Jun 05:20
3cab970
Compare
Choose a tag to compare

Release of 2.0.3

Fixes

  • #90 Fix responses with empty bodies and Content-Type: application/json never completing
  • Fix errors not being rendered out to the end user
  • #89 Fix error thrown when clicking entry in header autosuggest
  • Fix URLs with leading whitespace

2.0.2

09 Jun 05:19
e3ca43b
Compare
Choose a tag to compare

Release of 2.0.2

Fixes

  • Remove URL validation, which prevented fetching sites like localhost and adding invalid requests to a collection
  • Fix raw body in POST being ignored

2.0.1

09 Jun 05:33
Compare
Choose a tag to compare

Release of 2.0.1

Fixes

  • Fixes issue with JSON and XML responses not being formatted

2.0.0

09 Jun 05:23
9ef631f
Compare
Choose a tag to compare

Release of 2.0.0

This is the biggest release ever in the history of RESTED! Six months in the making, 2.0 finally comes out. Hope you enjoy

Features

  • RESTED has been rewritten to React.js and Redux!
  • Adds time taken for request
  • Adds response preview
  • Allows sending insecure HTTPS requests, like to servers with expired certs, because the etension now uses fetch API
  • Adds autocompletion for headers
  • User experience Improvements to editing collection and request names
  • URL templates are now also expanded in header values
  • Adds compact mode to collections
  • Changes the "edit request" flow to use an "edit mode"
  • Responses over 20kB will no longer be highlighted for performance reasons
  • Adds new dark themes
  • Other UX improvements

2.0.0 - Release candidate 2

26 Mar 15:35
dde0fb8
Compare
Choose a tag to compare
Pre-release

Please try this release candidate out!

If there are no problems reported, I'll submit 2.0.0 for review next week.

2.0.0 - Release candidate 1

19 Mar 16:56
4412735
Compare
Choose a tag to compare
Pre-release
2.0.0-rc.1

Release candidate 1

1.0.0

17 Sep 12:55
Compare
Choose a tag to compare

Release of 1.0.0

Features

  • RESTED is now a webextension!
  • The storage backend has been rewritten from IndexedDB to chrome.storage

IMPORTANT!
You will lose all your saved requests because of the change of storage backend. If you need to keep your stored data you can export them from the old extension, then update, then import the data into the new extension.

0.9.1

10 Jul 11:48
Compare
Choose a tag to compare

Release of 0.9.1

Features

  • AMO review feedback - update angular to 1.5.7