Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 869 Bytes

CHANGELOG.md

File metadata and controls

26 lines (20 loc) · 869 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

  • Put new items here.

[1.1.1] - 2019-01-30

  • Fix OPTIONS request to also include CORS headers.

[1.1.0] - 2019-01-29

  • Added the --watch (short -w) parameter to reload whenever the input file changes. This currently only works when using files on disk.
  • Update Docker build to use Go 1.11.
  • Generate examples from schema when no example is available.
  • Fix path parameter validation.
  • Add CORS headers. Disable with --disable-cors.
  • Documentation updates.

[1.0.1] - 2018-10-03

  • Dependency updates, fixes string format validation bug.

[1.0.0] - 2018-07-24

  • Initial release.