Releases: theiterators/kebs-intellij
Releases · theiterators/kebs-intellij
v0.0.14
Support for IntelliJ 2024.3
0.0.13
Support for IntelliJ 2024.2
0.0.12
Support for IntelliJ 2024.1
0.0.11
Support for IntelliJ 2023.3.*
0.0.10
Support for recent versions of IntelliJ. Small improvement to "Generate @tagged object" action.
- support for IntelliJ IDEA 2022.3.*
- support for IntelliJ IDEA 2023.1.*
- support for IntelliJ IDEA 2023.2.* (EAP and hopefully also future GA)
- organize imports and code reformat after changes made in code by "Generate @tagged object" action
Note: starting from version 0.0.10 plugin will work in IntelliJ IDEA 2022.3 and newer (older versions are supported by older version of the plugin)
0.0.9
Bugfix and support for upcoming version of IntelliJ (2022.2.*)
- (bugfix #11) "Generate @tagged object" does not work for String in 2022.1
- support for IntelliJ IDEA 2022.2.*
0.0.8
Support for IntelliJ IDEA 2022.1.*
0.0.7
Support for IntelliJ IDEA 2021.3.*
0.0.6
Support for upcoming versions of IntelliJ (2021.2.*).
- support for IntelliJ IDEA 2021.2.*
0.0.5
New features and support for upcoming versions of IntelliJ.
- generate @tagged object based on a case class (#6)
- support for IntelliJ IDEA 2021.1.*
- support for
CaseClass1Rep
implicits - add hints in IntelliJ IDEA for the implicits generated
by kebs-tagged-meta for tags in objects and traits tagged with @tagged annotation (#1)