Skip to content

Commit

Permalink
re-add asyncapi1 support, use latest openapi schema, refresh deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRalphson committed Feb 18, 2020
1 parent da88765 commit 895fb97
Show file tree
Hide file tree
Showing 8 changed files with 2,868 additions and 1,462 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ All notable changes to the "openapi-lint" extension will be documented in this f

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [2.0.0]
- Add AsyncAPI v2.0.0 support.
- Remove AsyncAPI v1.x.x support.
## [1.2.0]
- Add AsyncAPI v2.0.x support
- Lint-on-save functionality

## [1.1.0]
- Integrate errors/warnings with the 'Problems' (diagnostics) pane
- Accurate line/column positions will be coming in the next minor version
- Accurate line/column positions will be coming in version 1.3 or 2.0

## [1.0.0]
- Update `oas-kit` to latest versions
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ The default linter rules are documented [here](https://mermade.github.io/oas-kit
* OAS v2 intellisense for files named `*swagger.json`, `*swagger.yaml`, `*swagger.yml`, `*oas2.json`, `*oas2.yaml`, `*oas2.yml`
* Conversion between JSON and YAML
* Snippets (minimal valid openapi/swagger JSON and YAML documents)
* AsyncAPI v2.0.0 intellisense for files named `*asyncapi.json`, `*asyncapi.yaml`, `*asyncapi.yml`
* AsyncAPI v2.0.x intellisense for files named `*asyncapi.json`, `*asyncapi.yaml`, `*asyncapi.yml`
* AsyncAPI v1.2.x intellisense for files named `*asyncapi1.json`, `*asyncapi1.yaml`, `*asyncapi1.yml`

## Coming soon

Expand Down
228 changes: 114 additions & 114 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 895fb97

Please sign in to comment.