All Versions
9
Latest Version
Avg Release Cycle
1 days
Latest Release
2416 days ago

Changelog History

  • v0.2.7 Changes

    September 12, 2017

    ๐Ÿ›  Fixed

    • Host header was being generated without port
    • curl request output format was broken
  • v0.2.6 Changes

    September 12, 2017

    โž• Added

    • โž• Add "generated time" to reports
  • v0.2.5 Changes

    September 12, 2017

    โž• Added

    • report command also generates (json) files with the report data
    • HTML report operations summary are color coded depending on success or failure ### ๐Ÿ›  Fixed
    • Updates to new version of swagger2 package containing fix for allOf
  • v0.2.4 Changes

    September 07, 2017

    โž• Added

    • โœ… Generate User-Agent header with swagger-test/<version>
  • v0.2.3 Changes

    September 07, 2017

    ๐Ÿ›  Fixed

    • Catch HTTP exceptions into report errors, avoiding them to halt the program
    • ๐Ÿ‘‰ Make path concatenation smarter (avoid duplicated /)
  • v0.2.2 Changes

    September 07, 2017

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Improves the look of HTML reports ### ๐Ÿ›  Fixed
    • If scheme is undefined, try to figure out based on port
  • v0.2.1 Changes

    September 04, 2017

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix bug in validation of empty bodies
  • v0.2.0 Changes

    September 03, 2017

    โž• Added

    • report command: generates HTML reports of a set of schema
  • v0.1.0 Changes

    September 01, 2017

    โž• Added

    • ๐ŸŽ‰ Initial version: generate, validate, and request commands