Releases: javierllorente/netbeans-rest-client
Releases · javierllorente/netbeans-rest-client
0.7.0
- New feature: .http file editor by @Chris2011. PR #21
0.6.3
0.6.2
- Implement importing from/exporting to Postman Collection
0.6.1
- 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
- Add line numbers to response editor pane (by @Chris2011)
- Format HTML responses
- Update jersey and jakarta.json
0.5.3
0.5.2
0.3.2
- 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
- Remove hardcoded response body background due to problems with using a dark look and feel. Pull #1
0.3
- Fix: make response JSON pretty
- Add syntax highlighting for XML, JSON and HTML
- Show author and license in plugin manager/on install