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

release: 1.0.0+idea2021

Compare
Choose a tag to compare
@Pakisan Pakisan released this 08 Aug 18:38
· 113 commits to master since this release

IDEA compatability:

  • IDEA 2021.1
  • IDEA 2021.2
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)
build: plugins
  • org.jetbrains.intellij plugin was updated 0.6.5 -> 1.0
fix: 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.