redoc/CHANGELOG.md

168 lines
6.3 KiB
Markdown
Raw Normal View History

2016-12-11 23:54:09 +03:00
# 1.6.2 (2016-12-11)
### Bug fixes
* Use markdown in responses description ([#158](https://github.com/Rebilly/ReDoc/issues/158))
### Features/Improvements
* [x-displayName](https://github.com/Rebilly/ReDoc/blob/master/docs/redoc-vendor-extensions.md#x-displayname) for tags - by [@bfirsh](https://github.com/bfirsh) ([PR #152](https://github.com/Rebilly/ReDoc/pull/152))
2016-12-02 14:20:40 +03:00
# 1.6.1 (2016-12-02)
### Bug fixes
* Fix only the first instance of schema was rendered ([#150](https://github.com/Rebilly/ReDoc/issues/150))
* Regression: fix side panel overlaps footer
* Fix menu was not initialized for specs without tags
### Features/Improvements
* Don't show error screen for runtimes after render finished
* Updated dependencies (angular to the latest version + dev deps)
2016-12-01 08:40:40 +03:00
# 1.6.0 (2016-11-30)
### Bug fixes
* Update webpack to the latest beta ([#143](https://github.com/Rebilly/ReDoc/issues/143))
* Fix read-only fields appear in request samples ([#142](https://github.com/Rebilly/ReDoc/issues/142))
* A few more minor UI improvemnts
### Features/Improvements
* Major performance optimization with new option `lazy-rendering`
To enable use `<redoc>` tag parameter: `<redoc spec-url="..." lazy-rendering></redoc>`.
In this mode ReDoc shows initial screen ASAP and then renders the rest operations asynchronously while showing progress bar on the top. Check out [the demo](//rebilly.github.io/ReDoc) for the example.
* Enable cors-proxy for demo
* README: Add button link to yeoman-generator
# 1.5.2 (2016-11-28)
### Bug fixes
* Fix crashing on array without items ([#104](https://github.com/Rebilly/ReDoc/issues/104))
* Fix `allOf` within array items ([#136](https://github.com/Rebilly/ReDoc/issues/136))
* Fix reference resolution from external files ([#96](https://github.com/Rebilly/ReDoc/issues/96))
* Fix object to become an array ([#146](https://github.com/Rebilly/ReDoc/issues/146))
### Features/Improvements
* Add support for Swagger `collectionFormat`
* Wrap API version in span with class ([#145](https://github.com/Rebilly/ReDoc/issues/145))
* Update openapi-sampler to 0.3.3
# 1.5.1 (2016-10-31)
### Bug fixes
* Fix content scrolling on language switch ([#130](https://github.com/Rebilly/ReDoc/issues/130))
### Features/Improvements
* Support for Swagger `pattern` property ([#42](https://github.com/Rebilly/ReDoc/issues/42))
* Add option to hide hostname in method definition (by @bfirsh)
* Add Docker development environment (by @bfirsh)
# 1.5.0 (2016-10-31)
### Bug fixes
* Fix side menu items wrong sync with description headers
### Features/Improvements
* Support for Security Definitions
* Update angular2 to the 2.1.2
### Deprecations
* Deprecate `x-traitTag`
### Code refactoring
* Separate RedocModule from AppModule
* Get rid of angular facade/lang dependencies
* Error handler refactor
# 1.4.1 (2016-10-18)
### Bug fixes
* Emit helpers for module build
2016-10-14 13:20:17 +03:00
# 1.4.0 (2016-10-14)
### Bug fixes
* Fix destroy/reinit
2016-11-29 10:00:33 +03:00
* Fix minimum/maximum zero not rendered ([#123](https://github.com/Rebilly/ReDoc/issues/123))
2016-10-14 13:20:17 +03:00
### Features/Improvements
* Do spec load after bootstrap
2016-11-29 10:00:33 +03:00
* Build and publish angular2 module ([#126](https://github.com/Rebilly/ReDoc/issues/126))
2016-10-14 13:20:17 +03:00
# 1.3.3 (2016-09-28)
### Features/Improvements
2016-11-29 10:00:33 +03:00
* Implemented x-extendedDiscriminator to workaround name clashes in big specs
* Add engines to package.json ([#83](https://github.com/Rebilly/ReDoc/issues/83))
* Fix npm start on windows ([#119](https://github.com/Rebilly/ReDoc/issues/119), [#118](https://github.com/Rebilly/ReDoc/issues/118))
2016-10-14 13:20:17 +03:00
* Update webpack to latest beta
* Update angular to 2.0.1
* Update local dev steps
2016-11-29 10:00:33 +03:00
* Update openapi-sampler lib ([#111](https://github.com/Rebilly/ReDoc/issues/111))
2016-10-14 13:20:17 +03:00
# 1.3.2 (2016-09-13)
### Bug fixes
* Fix broken tabs styling for response samples
2016-11-29 10:00:33 +03:00
* Fix v1.x.x deployment
2016-10-14 13:20:17 +03:00
# 1.3.1 (2016-09-13)
### Bug fixes
2016-11-29 10:00:33 +03:00
* Makes basePath optional (by @LeFnord)
* Fixed little typo (by @adamd)
2016-10-14 13:20:17 +03:00
* Typo s/IGNORRED/IGNORED (by @MikeRalphson)
* Fixed indentation (by @bennyn)
2016-11-29 10:00:33 +03:00
* Fix default hostname ([#108](https://github.com/Rebilly/ReDoc/issues/108))
* Fix default value for falsy values is not displayed ([#109](https://github.com/Rebilly/ReDoc/issues/109))
2016-10-14 13:20:17 +03:00
* Fix schema collapse after change discriminator
### Features/Improvements
* Update to latest Angular RC.6
* Smaller bundle size by removing esprima dep from bundle
* Updated dependencies
# 1.3.0 (2016-08-31)
2016-09-01 11:54:25 +03:00
### Bug fixes
2016-11-29 10:00:33 +03:00
* Fix code samples are not shown for operations without body param ([#93](https://github.com/Rebilly/ReDoc/issues/93))
* Fixed side menu overlapped site footer ([#75](https://github.com/Rebilly/ReDoc/issues/75))
2016-09-01 11:54:25 +03:00
* Fix broken order in discriminator dropdown
### Features/Improvements
2016-11-29 10:00:33 +03:00
* Support "x-nullable" property by @kedashoe ([#92](https://github.com/Rebilly/ReDoc/issues/92))
2016-09-01 11:54:25 +03:00
2016-08-30 21:29:22 +03:00
# 1.2.0 (2016-08-30)
### Bug fixes
2016-11-29 10:00:33 +03:00
* Fix sticky sidebar top sticking ([#75](https://github.com/Rebilly/ReDoc/issues/75))
* Fix array inside objects if referenced directly ([#84](https://github.com/Rebilly/ReDoc/issues/84))
* Add banner to the bundle file ([#89](https://github.com/Rebilly/ReDoc/issues/89))
2016-08-30 21:29:22 +03:00
* Fix broken additionalProperties
* Fix version render issue (extra "v" letter)
### Features/Improvements
* Change the way discriminator is rendered
2016-11-29 10:00:33 +03:00
* Created CDN major release 1.x.x ([#87](https://github.com/Rebilly/ReDoc/issues/87))
2016-08-30 21:29:22 +03:00
* Smaller bundle size (371KB gzipped)
* Better start-up time due to [AoT](http://blog.mgechev.com/2016/08/14/ahead-of-time-compilation-angular-offline-precompilation/)
### Code refactoring
* Moved build-system to Webpack
* Moved to latest Typescript + get rid of typings
* Upgrade to the latest Angular2 RC.5
2016-08-21 17:51:18 +03:00
# 1.1.2 (2016-08-21)
### Bug fixes
2016-11-29 10:00:33 +03:00
* Revert "Fix markdown newlines to be GFM" ([#82](https://github.com/Rebilly/ReDoc/issues/82))
2016-08-21 17:51:18 +03:00
* Move license and contact info above description
# 1.1.1 (2016-08-21)
### Bug fixes
2016-11-29 10:00:33 +03:00
* Fix markdown newlines to be GFM ([#82](https://github.com/Rebilly/ReDoc/issues/82))
2016-08-21 17:51:18 +03:00
* 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
2016-11-29 10:00:33 +03:00
* Add Tuple support (arrays with separate schema for each value) ([#69](https://github.com/Rebilly/ReDoc/issues/69))
* Add special representation for enum with one value ([#70](https://github.com/Rebilly/ReDoc/issues/70))
2016-08-13 02:33:06 +03:00
* Change `< * >` notation to `< anything >`
# 1.0.1 (2016-08-01)
### Bug fixes
* Use api host if schema host is undefined