Skip to content

Releases: javierllorente/netbeans-rest-client

0.7.0

07 Jul 22:02
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

0.6.3

27 Feb 20:04
Compare
Choose a tag to compare
0.6.3 Pre-release
Pre-release
  • Take into account that url might be a JSON object. Fixes issue #19
  • Update dependencies and plugins

0.6.2

21 Jul 09:50
Compare
Choose a tag to compare
0.6.2 Pre-release
Pre-release
  • Implement importing from/exporting to Postman Collection

0.6.1

27 Apr 18:44
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release
  • Fix JSON not highlighted anymore (by @Chris2011). Issue #12
  • Activate the JavaScript2 Editor plugin if available. Needed for having JSON responses with colours

0.6.0

20 Jan 19:30
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release
  • Add line numbers to response editor pane (by @Chris2011)
  • Format HTML responses
  • Update jersey and jakarta.json

0.5.3

15 Nov 17:55
Compare
Choose a tag to compare
0.5.3 Pre-release
Pre-release

Make "REST Client" compatible with NetBeans' "Java Web and EE" by disabling Jersey's autodiscovery of features. Commit 186157a

0.5.2

13 Oct 11:13
Compare
Choose a tag to compare
0.5.2 Pre-release
Pre-release
  • Use XSL for formatting XML response
  • Do nothing if URL is blank on sendRequest()
  • Make JSON arrays pretty as well
  • Javadoc links are now opened by the browser; fixes issue #9

0.3.2

15 Mar 20:08
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release
  • New feature: disabling SSL certificate verification
  • Allow redirects. The default Connector implementation is based on HttpUrlConnection, which does not follow redirects from one protocol to another; ie: http to https
  • If the URL entered doesn't start with http, prepend http://
  • Check mediaType is set to prevent NPE for 401, 404, etc. By Chris2011
  • Remove hardcoded response body background due to problems with using a dark look and feel. By Chris2011

Bugfix release

24 Oct 22:50
0a163da
Compare
Choose a tag to compare
Bugfix release Pre-release
Pre-release
  • Remove hardcoded response body background due to problems with using a dark look and feel. Pull #1

0.3

03 Sep 17:02
Compare
Choose a tag to compare
0.3 Pre-release
Pre-release
  • Fix: make response JSON pretty
  • Add syntax highlighting for XML, JSON and HTML
  • Show author and license in plugin manager/on install