Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brendo committed Oct 18, 2017
1 parent b293be0 commit fb55209
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased][]

## [0.2.1][] - 2017-10-18

### Added

- Updated example object rendering support the summary, description, and value attributes.
Expand All @@ -15,7 +17,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

- [#196](https://github.com/temando/open-api-renderer/issues/196) Validation changed to use POST instead of GET

## [v0.2.0][] - 2017-09-14
## [0.2.0][] - 2017-09-14

### Changed

Expand All @@ -27,14 +29,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- [#192](https://github.com/temando/open-api-renderer/issues/192) Swap `isomorphic-fetch` for `fetch-everywhere` to prevent `ReferenceError: self is not defined` error.
- [#176](https://github.com/temando/open-api-renderer/issues/176) Lincoln learnt how to handle circular reference in schema.

## [v0.1.0][] - 2017-07-17
## [0.1.0][] - 2017-07-17

### Added

- [#91](https://github.com/temando/open-api-renderer/issues/91) Lincoln learnt how to display `additionalProperties`.
- [#157](https://github.com/temando/open-api-renderer/issues/157) Lincoln learnt how to display `servers` and path information.
- [#112](https://github.com/temando/open-api-renderer/issues/112) Lincoln learnt how to display `externalDocs`.

## [v0.0.6][] - 2017-07-07
## [0.0.6][] - 2017-07-07

- Initial release of Lincoln 🎩

[Unreleased]: https://github.com/temando/open-api-renderer/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/temando/open-api-renderer/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/temando/open-api-renderer/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/temando/open-api-renderer/compare/v0.0.6...v0.1.0
[0.0.6]: https://github.com/temando/open-api-renderer/tree/v0.0.6
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-lincoln",
"version": "0.2.0",
"version": "0.2.1",
"description": "Meet Lincoln, a React component for rendering OpenAPI v3 definitions.",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit fb55209

Please sign in to comment.