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

Releases: Pakisan/jasyncapi-idea-plugin

1.7.1+idea2021

19 Oct 09:23
Compare
Choose a tag to compare

1.7.1+idea2021

published to:

Fixed

  • Preview in Windows

1.7.0+idea2021

15 Oct 21:42
Compare
Choose a tag to compare

1.7.0+idea2021

published to:

Added

  • Compatability with IDEA 2022.2
  • Compatability with IDEA 2022.2.1
  • Compatability with IDEA 2022.2.2
  • Compatability with IDEA 2022.2.3
  • AsyncAPI 2.5.0
  • Reference to Avro Schemas

Changed

  • was changed org.jetbrains.intellij version
    • 1.7.0 -> 1.9.0
  • was changed org.junit.jupiter version
    • 5.8.2 -> 5.9.0

1.6.0+idea2021

06 May 17:50
Compare
Choose a tag to compare

Added

  • Compatability with IDEA 2022.1.3
  • Compatability with IDEA 2022.1.4
  • AsyncAPI Schema auto-completion
  • AsyncAPI 2.4.0

Changed

  • was changed org.jetbrains.intellij version
    • 1.6.0 -> 1.7.0
  • was changed intellij-plugin-verifier version
    • 1.278 -> 1.284

release: 1.5.0+idea2021

17 Apr 16:19
Compare
Choose a tag to compare

Added

  • Compatability with IDEA 2022.1

Changed

  • was changed org.jetbrains.intellij version
    • 1.4.0 -> 1.5.3
  • was changed intellij-plugin-verifier version
    • 1.268 -> 1.278
  • was changed Gradle version
    • 6.8 -> 7.4.2
  • was changed JUnit version
    • 4.12 -> 5.8.2

release: 1.4.0+idea2021

12 Apr 17:46
Compare
Choose a tag to compare

New AsyncAPI versions:

  • 2.1.0
  • 2.2.0
  • 2.3.0

release: 1.3.0+idea2021

04 Dec 00:29
Compare
Choose a tag to compare

IDEA compatability:

  • IDEA 2021.3

release: 1.2.0+idea2021

11 Nov 19:54
Compare
Choose a tag to compare

Added

  • 2021.1 - 2021.1.3 Reload on change for AsyncAPI schema preview in built-in/external browser
  • 2021.2 - 2021.2.3 Reload on save for AsyncAPI schema preview in built-in/external browser
Changed
  • Was changed org.jetbrains.intellij version
    • 1.1.4 -> 1.2.1
  • Was changed intellij-plugin-verifier version
    • 1.266 -> 1.268
Fixed
  • Now plugin is available for IDEA 2021.1 - 2021.1.3

release: 1.1.0+idea2021

24 Oct 15:42
Compare
Choose a tag to compare

Preview of AsyncAPI schema as html in built-in/external browser

Known limitations: reload on save doesn't work

snapshot: 1.1.0+idea2021-snapshot

01 Oct 00:12
Compare
Choose a tag to compare
Pre-release

preview of AsyncAPI schema as html in built-in/external browser

Known limitations: reload on save doesn't work

release: 1.0.0+idea2021

08 Aug 18:38
Compare
Choose a tag to compare

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.