Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 416 Bytes

File metadata and controls

15 lines (9 loc) · 416 Bytes

Changelog

2.0.2

  • Added support for @SWG\Head & @SWG\Options for documenting the HEAD and OPTIONS responses
  • Removed restrictions in @SWG\Items, allow @SWG\Property and other @SWG\Schema options.

2.0.1

  • Minimal support for traits (no inheritance)

2.0.0

  • Generates swagger.json with Swagger Specification v2
  • New simplified architecture (crawl -> analysis -> processors -> validation -> output)