Releases: vorce/lagun
Releases · vorce/lagun
0.4.0
- 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
0.2.0
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
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.