This repository has been archived by the owner on Feb 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
90 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |