Skip to content

Releases: ChargeIn/RestTester

1.5.2

22 Nov 21:04
Compare
Choose a tag to compare

1.5.2 Bug Fixes

  • Keep request state when adding a new request.

1.5.0

10 Nov 17:18
29df826
Compare
Choose a tag to compare

1.5.0 New Feature

Full Changelog: 1.4.3...1.5.0

1.4.3

04 Sep 19:35
d300898
Compare
Choose a tag to compare

1.4.3 Bug Fixes

  • Fixed startup issues for Intellij 2023 and lower

Full Changelog: 1.4.2...1.4.3

1.4.2

31 Aug 16:31
Compare
Choose a tag to compare

1.4.2 Bug Fixes

  • Fixed background for main input for Intellij 24.x
  • Fix tooltip issues.

Full Changelog: 1.4.1...1.4.2

1.4.1

11 Aug 21:17
Compare
Choose a tag to compare

1.4.1 Bug Fixes

  • Fixed issue: #15

Full Changelog: 1.4.0...1.4.1

1.4.0

01 May 18:27
Compare
Choose a tag to compare

1.4.0 New Features

  • Added auto completions and syntax highlighting for the main input and the parameters tab.
  • Improved autocompletion logic and add variable completion preview.

1.3.0

09 Apr 21:48
Compare
Choose a tag to compare

What's Changed

  • Added support for non java ideas, e.g. WebStorm, RustRover.
  • Added variable support in params and headers.
  • Added auto completions and syntax highlighting for headers.

Full Changelog: 1.2.0...1.3.0

1.2.0

02 Apr 18:27
Compare
Choose a tag to compare

What's Changed

  • Add enabled checkboxes for headers by @shankuroy in #10
  • Add postman import support
  • Improve insomnia support
  • Improve whitespace handling in path

New Contributors

Full Changelog: 1.1.1...1.2.0

1.1.1

12 Mar 21:46
Compare
Choose a tag to compare

1.1.1 Bug Fixes

  • Fixed query params not being appended correctly.
  • Fixed tree ui error from wrong thread.
  • Fixed request not being canceled when switching requests.

Full Changelog: 1.1.0...1.1.1

1.1.0

03 Jun 17:14
Compare
Choose a tag to compare

1.1.0 New Featuers

  • Added support to customize response headers.
  • Added PUT-Method support.
  • Fixed SVGs not being displayed correctly.