Skip to content

Releases: advanced-rest-client/arc-electron

14.0.0-beta.6

11 Oct 04:11
1ca7366
Compare
Choose a tag to compare
14.0.0-beta.6 Pre-release
Pre-release
  • fixed navigation drawer opening and rendering in narrow view
  • updated toolbar styles
  • fixed buttons rendering in the application menu
  • fixed space normalization for path part of the URL in API Console
  • fixed property name rendering for OAS types in API Console

14.0.0-beta.5

06 Oct 04:15
7878f40
Compare
Choose a tag to compare
14.0.0-beta.5 Pre-release
Pre-release
  • upgrading database components to stable version

14.0.0-beta.4

05 Oct 18:58
0fb53e0
Compare
Choose a tag to compare
14.0.0-beta.4 Pre-release
Pre-release
  • fixed PouchDB search plugin initialization

14.0.0-alpha.7

05 Oct 19:11
2df644d
Compare
Choose a tag to compare
14.0.0-alpha.7 Pre-release
Pre-release
  • upgrading database components to stable version

14.0.0-alpha.6

05 Oct 03:19
c659057
Compare
Choose a tag to compare
14.0.0-alpha.6 Pre-release
Pre-release
  • fixed PouchDB search plugin initialization

14.0.0-beta.3

04 Oct 03:07
4600e77
Compare
Choose a tag to compare
14.0.0-beta.3 Pre-release
Pre-release
  • adding background color to the variables drawer
  • fixed variables editor
  • readding response image and PDF files preview

14.0.0-beta.2

03 Oct 03:16
a820e6a
Compare
Choose a tag to compare
14.0.0-beta.2 Pre-release
Pre-release

Complete refactoring of the code base.

With this release the components are using final WC specification and extends LitElement instead of Polymer.

Functional changes:

  • adding request configuration options panel in the request editor
  • moving code snippets from workspace to request editor

14.0.0-alpha.5

02 Oct 17:06
3f996e2
Compare
Choose a tag to compare
14.0.0-alpha.5 Pre-release
Pre-release

Restoring apha release after application refactoring.
The refactoring was cause by issues with previous code base.

With this release the components are using final WC specification and extends LitElement instead of Polymer.

Functional changes:

  • adding request configuration options panel in the request editor
  • moving code snippets from workspace to request editor

14.0.0-beta.1

23 May 20:12
db1c5cf
Compare
Choose a tag to compare
14.0.0-beta.1 Pre-release
Pre-release

First beta release of Advanced REST Client version 14.

This version comes with complete rewrite of API components (the building blocks of ARC) to comply with the final spec of web components. (#164, #131)

Bug fixes

  • #166 - Content-* headers on GET request - now the app warns you before sending those headers with GET request.
  • Fixes #176 - Export to Google Drive
  • Fixes z-index of the toolbar to restore variables overlay rendering
  • Fixes export dialog in the history panel to include default file name
  • Fixes #176 - Google Drive export

Goodies

  • #147 - Click on a link in the response view with CTRL/CMD key pressed will open new GET request in new tab
  • #123 - Now workspace has its own configuration file with set structure (see /docs/api/workspace.md)
  • #121 - Now it is possible to define variables on a workspace level. Workspace variables overrides application variables in case of conflict. With this release it is only possible to define variables in the configuration file.
  • Partially #125 and #119 - The app allows to define workspace metadata (description, creation time, author info), export workspace to file, and open the file with as a data source for the workspace. This allows you to create a workspace configuration (requests, variables, app-like configuration) and share it with others. This way, regardless application configuration, you will have the same environment.
  • New: Adding export dialog to request editor
  • New: Adding workspace files history menu

Note, workspace changes are planned throughout several releases. Therefore tickets won't be closed until last functionality is implemented.

Changes

  • #124 - Web session URL input has been moved to the workspace instead of ARC app. It allows to configure the URL per workspace
  • Replaces export file extension from json to arc
  • Update: Updating styles for dark and Anypoint themes
  • Update: Adding 404 response when component is missing

As always, try preview version, be early adopter and share your feedback with us so we can consider new use cases and make the application be better fit for you.

14.0.0-alpha.4

23 May 18:52
5b022fa
Compare
Choose a tag to compare
14.0.0-alpha.4 Pre-release
Pre-release

Changelog

  • New: Adding export dialog to request editor
  • Fix: Stopping new window to open when workspace file is not selected
  • New: Adding workspace files history menu
  • Update: Updating styles for dark and Anypoint themes
    Other
  • Update: Adding 404 response when component is missing