Skip to content

Releases: vorce/lagun

0.4.0

13 Oct 15:19
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
  • You can now set the initial spec by passing in a query parameter to index.html. Ex: http://localhost/lagun/index.html?spec=http://myserver.com/swagger_doc
  • Lagun now conforms to the schemes part of the swagger spec. If it's not in the spec, the serving host's protocol will be used (this enables Lagun able to send requests via https).

0.3.0

19 Jul 15:39
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • Fix for using serving host when host is not specified
  • Move initial/default spec url to index.html

0.2.0

13 Jun 12:46
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Bugfixes

Changes

  • Make operation parameters and responses optional in the spec (as they should be). Parsing would fail if they where missing before this change.
  • Fix compliance for the host field in the spec. If the host is not included, the host serving the documentation is to be used (including the port)
  • Make the response box for requests scrollable vertically
  • Output spec fetch and parse errors to the web console

0.1.0

27 May 09:20
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

First release. At this point I think Lagun could be usable to others for some APIs. There is still missing functionality, most notably the lack of support for formData parameters in requests.

Layout and visuals are also quite unpolished, but I think it's a good start.