diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..de34f952 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# 1.1.0 (2016-08-12) +### Bug fixes + +* Fix API description width on mobile +* Render valid JSON in samples (quoted object keys) + +### Features/Improvements + +* Add Tuple support (arrays with separate schema for each value) (#69) +* Add special representation for enum with one value (#70) +* Change `< * >` notation to `< anything >` + + +# 1.0.1 (2016-08-01) +### Bug fixes + +* Use api host if schema host is undefined diff --git a/demo/index.html b/demo/index.html index bda7275f..c16e2bf5 100644 --- a/demo/index.html +++ b/demo/index.html @@ -9,10 +9,10 @@