You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6
6
7
7
## [Unreleased][]
8
8
9
+
## [0.2.1][] - 2017-10-18
10
+
9
11
### Added
10
12
11
13
- Updated example object rendering support the summary, description, and value attributes.
@@ -15,7 +17,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
15
17
16
18
-[#196](https://github.com/temando/open-api-renderer/issues/196) Validation changed to use POST instead of GET
17
19
18
-
## [v0.2.0][] - 2017-09-14
20
+
## [0.2.0][] - 2017-09-14
19
21
20
22
### Changed
21
23
@@ -27,14 +29,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
27
29
-[#192](https://github.com/temando/open-api-renderer/issues/192) Swap `isomorphic-fetch` for `fetch-everywhere` to prevent `ReferenceError: self is not defined` error.
28
30
-[#176](https://github.com/temando/open-api-renderer/issues/176) Lincoln learnt how to handle circular reference in schema.
29
31
30
-
## [v0.1.0][] - 2017-07-17
32
+
## [0.1.0][] - 2017-07-17
31
33
32
34
### Added
33
35
34
36
-[#91](https://github.com/temando/open-api-renderer/issues/91) Lincoln learnt how to display `additionalProperties`.
35
37
-[#157](https://github.com/temando/open-api-renderer/issues/157) Lincoln learnt how to display `servers` and path information.
36
38
-[#112](https://github.com/temando/open-api-renderer/issues/112) Lincoln learnt how to display `externalDocs`.
0 commit comments