Skip to content

Releases: theiterators/kebs-intellij

0.0.13

05 Sep 13:51
553ccc9
Compare
Choose a tag to compare

Support for IntelliJ 2024.2

0.0.12

08 Apr 08:24
2e8835b
Compare
Choose a tag to compare

Support for IntelliJ 2024.1

0.0.11

15 Dec 10:26
Compare
Choose a tag to compare

Support for IntelliJ 2023.3.*

0.0.10

19 May 16:57
Compare
Choose a tag to compare

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

27 May 20:27
Compare
Choose a tag to compare

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

11 Feb 15:46
2d3bdbb
Compare
Choose a tag to compare

Support for IntelliJ IDEA 2022.1.*

0.0.7

01 Dec 11:56
ded1d6e
Compare
Choose a tag to compare

Support for IntelliJ IDEA 2021.3.*

0.0.6

02 Jul 14:00
Compare
Choose a tag to compare

Support for upcoming versions of IntelliJ (2021.2.*).

  • support for IntelliJ IDEA 2021.2.*

0.0.5

03 Mar 09:19
Compare
Choose a tag to compare

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)

0.0.4

11 Feb 11:01
Compare
Choose a tag to compare

This is the first version of the plugin. Currently supported features:

  • @tagged support - add hints in IntelliJ IDEA for the tagged types generated by kebs-tagged-meta for objects and traits tagged with @tagged annotation