Skip to content

Releases: encoredev/intellij-plugin

v0.2.0

04 Apr 05:24
600f500

Choose a tag to compare

  • Support for GoLand 2023.1
  • Add support for annotating Encore API directives, with some basic validation

v0.1.2

09 Dec 15:00

Choose a tag to compare

Added

  • Support for GoLand 2022.3

v0.1.1

15 Nov 19:09
ba71e90

Choose a tag to compare

Bugs

  • Fixes #8 - Null pointer exception under some conditions with the sqldb detector logic.
  • Fixes a null pointer exception when there is no defaultModule for a project.

v0.1.0

28 Oct 16:46
b5288b0

Choose a tag to compare

Added

  • From Encore v1.9.3 services databases can be automatically detected and configured within the IDE.
    This will add both the local database used by encore run and the test database used by encore test
  • New settings panel which allows the plugin to be configured to use a different encore binary (useful when testing features)

v0.0.3

08 Oct 16:27
961f746

Choose a tag to compare

Bugs

  • Fix support for directory tests (previously only file and function level tests worked).
  • Changed the newapi live template to fix a typo and renamed the parameters prop to p

v0.0.2

23 Sep 17:57

Choose a tag to compare

Added

  • Added support for running unit tests of Encore applications in GoLand
  • Added a live template newapi for creating a new API easily within GoLand
  • Add syntax highlighting and icon for encore.app files

v0.0.1-beta

23 Sep 16:53

Choose a tag to compare

Added

  • Added support for running unit tests of Encore applications in GoLand
  • Add syntax highlighting and icon for encore.app files