RESTED version history - 11 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 2.5.0
Released Dec 12, 2021 - 1.56 MBWorks with firefox 45.0 and later, android 120.0 and laterSource code released under GNU General Public License v3.0
Download FirefoxYou'll need Firefox to use this extensionOlder versions
Version 2.4.0
Released Dec 2, 2021 - 1.49 MBWorks with firefox 45.0 and laterSource code released under GNU General Public License v3.0
Version 2.3.1
Released Jul 23, 2019 - 1.49 MBWorks with firefox 45.0 and laterSource code released under GNU General Public License v3.0
Version 2.3.0
Released Dec 9, 2018 - 1.47 MBWorks with firefox 45.0 and laterSource code released under GNU General Public License v3.0
Version 2.2.1
Released Oct 16, 2018 - 1.47 MBWorks with firefox 45.0 and laterSource code released under GNU General Public License v3.0
Version 2.1.1
Released Aug 9, 2017 - 1.46 MBWorks with firefox 45.0 and laterSource code released under GNU General Public License v3.0
Version 2.1.0
Released Jul 29, 2017 - 1.46 MBWorks with firefox 45.0 and laterSource code released under The MIT License
Version 2.0.3
Released Jun 16, 2017 - 1.45 MBWorks with firefox 45.0 and later- Fix responses with empty bodies and Content-Type: application/json never completing
- Fix errors not being rendered out to the end user
- Fix error thrown when clicking entry in header autosuggest
- Fix URLs with leading whitespace
Source code released under The MIT License
Version 2.0.2
Released Jun 8, 2017 - 1.45 MBWorks with firefox 45.0 and later- Remove URL validation, which prevented fetching sites like localhost and adding invalid requests to a collection
- Fix raw body in POST being ignored
Source code released under The MIT License
Version 2.0.1
Released May 26, 2017 - 1.45 MBWorks with firefox 45.0 and laterThis is the biggest release ever in the history of RESTED! Six months in the making, 2.0 finally comes out. Hope you enjoy
- 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
Source code released under The MIT License
Version 1.0.0
Released Sep 17, 2016 - 1.18 MBWorks with firefox 47.0 and later- 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.Source code released under The MIT License