IntelliJ Elixir v13.0.0
Changelog
v13.0.0
Incompatible Changes
-
#2594 - @KronicDeth
- Drop support for IDEEs before 2022.1.
Enhancements
-
#2594 - @KronicDeth
-
Support 2022.1 IDEs
- Update IntelliJ Plugin Gradle to 1.5.3.
- Set untilBuild explicitly
- Target JVM Version 11
-
Support 2022.1 IDEs
-
#2633 - @KronicDeth
-
Expand
untilBuild
to cover PATCH releases of 2022.1.
-
Expand
Bug Fixes
-
#2594 - @KronicDeth
-
Fix (some) plugin verifier warnings
- Fix (some) deprecation warnings.
- Use fewer Internal APIs.
-
Fix (some) plugin verifier warnings
-
#2633 - @KronicDeth
-
Don’t use ElixirModuleType to check if it is available.
It will not load in IDEs that lack
JavaModuleBuilder
, which is why I was hard coding the ran previously. -
Don’t use
XmlSerializer
as equivalent ofDefaultJDOMExternalizer
TheDefaultJDOMExternalizer
method calls weren’t writing anything and the explicit attribute value accesses were, so it is more correct to just remove the original deprecated calls.
-
Don’t use ElixirModuleType to check if it is available.
It will not load in IDEs that lack
Read next Recognize Digits Using ML in Elixir