Updated README and CHANGELOG

This commit is contained in:
Roman Hotsiy 2016-08-30 21:29:22 +03:00
parent 8d2f72a55b
commit f66b194e3d
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
2 changed files with 22 additions and 2 deletions

View File

@ -1,3 +1,22 @@
# 1.2.0 (2016-08-30)
### Bug fixes
* Fix sticky sidebar top sticking (#75)
* Fix array inside objects if referenced directly (#84)
* Add banner to the bundle file (#89)
* Fix broken additionalProperties
* Fix version render issue (extra "v" letter)
### Features/Improvements
* Change the way discriminator is rendered
* Created CDN major release 1.x.x (#87)
* 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
# 1.1.2 (2016-08-21) # 1.1.2 (2016-08-21)
### Bug fixes ### Bug fixes
* Revert "Fix markdown newlines to be GFM" (#82) * Revert "Fix markdown newlines to be GFM" (#82)

View File

@ -27,8 +27,9 @@
## Releases ## Releases
We host latest and all the previous ReDoc releases on GitHub Pages-based **CDN**: We host latest and all the previous ReDoc releases on GitHub Pages-based **CDN**:
- `latest` release: https://rebilly.github.io/ReDoc/releases/latest/redoc.min.js - particular release, e.g. `v1.2.0`: https://rebilly.github.io/ReDoc/releases/v1.2.0/redoc.min.js
- particular release, e.g. `v0.16.1`: https://rebilly.github.io/ReDoc/releases/v0.16.0/redoc.min.js - `v1.x.x` release: https://rebilly.github.io/ReDoc/releases/v1.x.x/redoc.min.js
- `latest` release: https://rebilly.github.io/ReDoc/releases/latest/redoc.min.js **[not for production]**
## Deployment ## Deployment