redoc/CHANGELOG.md

28 lines
666 B
Markdown
Raw Normal View History

2016-08-21 17:51:18 +03:00
# 1.1.2 (2016-08-21)
### Bug fixes
* Revert "Fix markdown newlines to be GFM" (#82)
* Move license and contact info above description
# 1.1.1 (2016-08-21)
### Bug fixes
* Fix markdown newlines to be GFM (#82)
* Fix markdown code blocks in api description
2016-08-13 02:33:06 +03:00
# 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