Note change

This commit is contained in:
Ivan Lazar Miljenovic 2017-10-11 12:19:00 +11:00
parent 6df200326f
commit 0d97deada9

View File

@ -7,8 +7,10 @@
* Document the HTTP Method the parameters of an endpoint belong to
(rather than assuming `GET` for all of them).
* Content type of sample response body is also displayed.
* Can now control how many content-types for each example are shown
with `markdownWith` and `RenderingOptions`.
* Can now customise various aspects of how the document is produced
using `markdownWith` and `RenderingOptions`:
- How many content-types for each example are shown
- Whether notes should be grouped together under their own header.
0.11
----