All Versions
16
Latest Version
Avg Release Cycle
137 days
Latest Release
1932 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.4.2 Changes
November 30, 2019- โ Adds option to name test requests and show that request title in final documentation. (Thanks to @elvanja)
-
v0.4.1 Changes
April 04, 2019- Enable local aglio
- โก๏ธ Update dependencies
-
v0.4.0 Changes
- โก๏ธ update deps, make it work with Phoenix 1.4
-
v0.3.8 Changes
September 13, 2017- add
terms_of_service
,contact
andlicense
fields - โ add
bird.gen.examples
mix task for generating example tests with aglio
(for development) - take first steps to integrate swagger (nothing usable yet)
- render api group description
- add
-
v0.3.7 Changes
- ๐ fix FunctionClauseError in Formatter
-
v0.3.6 Changes
July 27, 2017- ๐ handle deprecation warning from Exunit 1.5
-
v0.3.5 Changes
- โ add
trim_path
option to trim path prefixes - ๐ allow to set ignore header options for request and response headers separately
- ๐ don't add empty headers to the documentation
- โ add
-
v0.3.4 Changes
July 27, 2017- โ add status code to documented response
-
v0.3.3 Changes
July 27, 2017- fix
doc_path
andignore_headers
config not working
- fix
-
v0.3.2 Changes
June 19, 2017- โ add pipeline configuration
- โ
return
conn
fromConnLogger.save/1
to allow piping in tests