Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakisan committed Aug 10, 2021
1 parent 4c8d88a commit f3d4347
Showing 1 changed file with 90 additions and 0 deletions.
90 changes: 90 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
# Changelog


## 1.0.0+idea2021
published to:
- [JetBrains marketplace](https://plugins.jetbrains.com/plugin/15673-asyncapi/versions/stable/131679)
- [GitHub](https://github.com/Pakisan/jasyncapi-idea-plugin/releases/tag/1.0.0%2Bidea2021)

### Added
- Compatability with IDEA 2021.1
- Compatability with IDEA 2021.2

### Changed
- was changed the way to get the schema
- AsyncAPIJsonSchemaInspection uses ResourceUtil.getResource(ClassLoader, String, String) instead of deprecated ResourceUtil.getResource(Class, String, String)
- AsyncAPIYamlSchemaInspection uses ResourceUtil.getResource(ClassLoader, String, String) instead of deprecated ResourceUtil.getResource(Class, String, String)
- was changed icon
- asyncapi.png was replaced with asyncapi.svg
- deprecated method IconLoader.getIcon(String) was replaced with IconLoader.getIcon(String, Class)
- was changed `org.jetbrains.intellij` version
- 0.6.5 -> 1.0

### Fixed
- Was fixed references indexing
- Was fixed insertion of references to schemas inside index. Before fix, I stored them under reference type. It was causing of wrong schema reference recognition with wrong file icon.
- Was fixed recognition of referenced files inside of schema. Now referenced files gets asyncapi icon, but only after main schema indexing.
- Was fixed recognition of referenced files inside of schema. Now referenced files always gets asyncapi icon.


## 1.0.0-EAP-1+idea2021
published to:
- [GitHub](https://github.com/Pakisan/jasyncapi-idea-plugin/releases/tag/1.0.0-EAP-1%2Bidea2021)

### Changed
- was changed `org.jetbrains.intellij` version
- 0.6.5 -> 1.0

### Fixed
- was fixed references indexing
- Was fixed insertion of references to schemas inside index. Before fix, I stored them under reference type. It was causing of wrong schema reference recognition with wrong file icon.
- Was fixed recognition of referenced files inside of schema. Now referenced files gets asyncapi icon, but only after main schema indexing.
- Was fixed recognition of referenced files inside of schema. Now referenced files always gets asyncapi icon.


## 1.0.0-EAP-1+idea2021-snapshot
published to:
- [GitHub](https://github.com/Pakisan/jasyncapi-idea-plugin/releases/tag/1.0.0-EAP-1%2Bidea2021-snapshot)

### Added
- Compatability with IDEA 2021.1
- Compatability with IDEA 2021.2

### Changed
- was changed icon
- asyncapi.png was replaced with asyncapi.svg
- deprecated method IconLoader.getIcon(String) was replaced with IconLoader.getIcon(String, Class)
- was changed the way to get the schema
- AsyncAPIJsonSchemaInspection uses ResourceUtil.getResource(ClassLoader, String, String) instead of deprecated ResourceUtil.getResource(Class, String, String)
- AsyncAPIYamlSchemaInspection uses ResourceUtil.getResource(ClassLoader, String, String) instead of deprecated ResourceUtil.getResource(Class, String, String)


## 1.0.0-EAP-1+idea2020
published to:
- [GitHub](https://github.com/Pakisan/jasyncapi-idea-plugin/releases/tag/1.0.0-EAP-1%2Bidea2020)

### Changed
- was changed plugin version - added +2020 to mark that is release for Idea 2020.*


## 1.0.0-EAP-1
published to:
- [JetBrains marketplace](https://plugins.jetbrains.com/plugin/15673-asyncapi/versions/eap/107189)

### Added
- Compatability with IDEA 2020.1
- Compatability with IDEA 2020.3


## 1.0.0-EAP
published to:
- [JetBrains marketplace](https://plugins.jetbrains.com/plugin/15673-asyncapi/versions/EAP/106280)

### Added
- Recognition of AsyncAPI schemas.
- AsyncAPI schema example creation from `file -> new -> AsyncAPI schema`.
- AsyncAPI schema inspection and validation using AsyncAPI JSON Schema.
- Local references resolving with auto-completion in AsyncAPI schema (json).
- File references resolving with auto-completion in AsyncAPI schema (json).
- Local references resolving with auto-completion in AsyncAPI schema (yaml).
- File references resolving with auto-completion in AsyncAPI schema (yaml).

0 comments on commit f3d4347

Please sign in to comment.