Skip to content

Commit

Permalink
Updated version information
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun-g committed Dec 28, 2018
1 parent e42af4b commit 054da91
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2,685 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
/out
/package-lock.json
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Swagger Viewer - v2.1.0
# Swagger Viewer - v2.2.0
**Swagger Viewer lets you preview and validate Swagger 2.0 and OpenAPI files as you type in Visual Studio Code.**

It works on swagger files in json and yaml format. Preview and validation happens in real time as you type.
Expand Down Expand Up @@ -63,6 +63,9 @@ Swagger Viewer validates your documents against Swagger 2.0 and OpenAPI specific

## Releases

**v2.2.0 Changes**
* Support to configure default preview host (instead of localhost) - By [@beastoin](https://github.com/beastoin) [https://github.com/arjun-g/vs-swagger-viewer/pull/41](https://github.com/arjun-g/vs-swagger-viewer/pull/41)

**v2.1.0 Changes**
* Replaced the deprecated `vscode.previewHtml` with Webview - [#50](https://github.com/arjun-g/vs-swagger-viewer/issues/50)
* Added configuration option to show only file name in title
Expand Down
Loading

0 comments on commit 054da91

Please sign in to comment.