All Versions
16
Latest Version
Avg Release Cycle
137 days
Latest Release
1581 days ago

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)

    ๐Ÿ“ฆ https://hex.pm/packages/blue_bird/0.4.2

  • 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 and license 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
  • 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
  • v0.3.4 Changes

    July 27, 2017
    • โž• add status code to documented response
  • v0.3.3 Changes

    July 27, 2017
    • fix doc_path and ignore_headers config not working
  • v0.3.2 Changes

    June 19, 2017
    • โž• add pipeline configuration
    • โœ… return conn from ConnLogger.save/1 to allow piping in tests