Skip to content

Releases: asyncapi/jasyncapi-idea-plugin

1.0.0-EAP-1+idea2021-snapshot

28 Oct 09:11
Compare
Choose a tag to compare
Pre-release

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

28 Oct 09:08
Compare
Choose a tag to compare
1.0.0-EAP-1+idea2020 Pre-release
Pre-release

IDEA's version range was set to 201.* - 203.*