Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Releases: erunion/mill

2.2.1

27 Jun 20:43
Compare
Choose a tag to compare

Changed

  • No longer adding Content-Type header sections into generated API Blueprint files.

2.2.0

27 Jun 20:43
Compare
Choose a tag to compare

Added

  • A new changelog command that will generate a Markdown-representation changelog from your API docs. #10

2.1.1

25 May 22:21
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where @api-scope annotations with @api-data weren't cascading into dot-notation children. #92

2.1.0

25 May 22:21
Compare
Choose a tag to compare

Added

  • Added support for @api-scope annotations alongside @api-data. #90

2.0.6

19 May 18:59
Compare
Choose a tag to compare

Fixed

  • Representation data with an enum subtype wasn't getting any present enum member values compiled into API Blueprint files. #85

2.0.5

19 May 17:40
Compare
Choose a tag to compare

Changed

  • The first Item in a MSON members is now selected as the available sample data if no sample data was present. #81

Fixed

  • @api-version and @api-capability annotations now carry down into their dot-notation child elements. #80
  • Dot-notation elements, with a depth of at least 1, and didn't have any documented parents of siblings, weren't getting compiled into API Blueprint files. #82

2.0.4

17 May 19:51
Compare
Choose a tag to compare

Added

  • Added support for date types in MSON-supported annotations.

2.0.3

16 May 13:52
Compare
Choose a tag to compare

Fixed

Fixed a PHP 5.4 incompatibility with a class constant being broken up on multiple lines with string concatenation.

2.0.2

12 May 20:23
Compare
Choose a tag to compare

Added

  • You can now have multiple @api-data annotations within the same docblock. #79

2.0.1

12 May 19:36
Compare
Choose a tag to compare

Changed

  • API Blueprint data entries are now suffixed with a colon if they have sample data present.