## 0.4.0 * Recognize `mediaType: 'null'` as "No response body" ## 0.3.4 * Treat empty request parameters as no request body ## 0.3.3 * Improve pattern format in properties section ## 0.3.2 * Add generator options to change template * Add request parameters for each endpoint ## 0.3.1 * Add error handling for ExampleNotFound ## 0.3.0 * Change example response status and body to PUT & DELETE requests * Improve request path example by resolving variable in path ## 0.2.1 * Support multipart/form-data ## 0.2.0 * Show schema description on docs if exists ## 0.1.9 * Support property that has no type ## 0.1.8 * Support property that is an array of primitive values ## 0.1.7 * Support query string example in GET request * Improve the description property visibility ## 0.1.6 * Disable `` feature of Redcarpet ## 0.1.5 * Fix ToC link on HTML docs ## 0.1.4 * Provide :html option to render docs in HTML ## 0.1.3 * Use its pointer name if a resource has no title property ## 0.1.2 * Use .schema property for request body if exists * Improve array resource handling ## 0.1.1 * Support has-one relation ## 0.1.0 * Show resources which have no links ## 0.0.9 * Support array property ## 0.0.8 * Fix resource equality ## 0.0.7 * Support `false` & `null` example value ## 0.0.6 * Use root API endpoint at example response ## 0.0.5 * Remove dependency on multi_json ## 0.0.4 * Support whitespace and multiple templates in href ## 0.0.3 * Fix missing gem dependencies ## 0.0.2 * Remove dependency on rack-spec ## 0.0.1 * 1st Release