Releases: asyncapi/jasyncapi-idea-plugin
Releases · asyncapi/jasyncapi-idea-plugin
1.0.0-EAP-1+idea2021-snapshot
IDEA compatability:
- IDEA 2021.1.*
refactor: update 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)
feature: svg icon
- asyncapi.png was replaced with asyncapi.svg
- deprecated method IconLoader.getIcon(String) was replaced with IconLoader.getIcon(String, Class)
1.0.0-EAP-1+idea2020
IDEA's version range was set to 201.* - 203.*