Skip to content

Releases: jasmine/IdeaJasmine

1.8

20 Jan 00:34
Compare
Choose a tag to compare

Fix a number of additional deprecated IntelliJ API usages.

Officially drop support for IntelliJ 183 (2018) since the newer versions aren't API compatible

1.7

20 Jan 00:15
Compare
Choose a tag to compare
1.7

Fix a number of additional deprecated IntelliJ API usages.

(Removing this from the JetBrains marketplace due to some issue with compatible versions).

1.6

14 Jan 18:38
Compare
Choose a tag to compare
1.6

Stop using deprecated IntelliJ APIs

1.5

03 Apr 00:43
Compare
Choose a tag to compare
1.5
v1.5

Bump version to 1.5

1.4

12 Feb 23:20
Compare
Choose a tag to compare
1.4
  • Update for breaking change to LocatableConfigurationBase from IDEA 2018.3

1.3

19 Oct 23:43
Compare
Choose a tag to compare
1.3
  • Allow customizable executable
  • Fix IntelliJ version dependency so it won't install on version that can't run it
  • Fix Jasmine package resolution
  • Customizable test scopes
  • Better errors when things aren't configured right
  • Jasmine icon for config file

1.2

16 Feb 01:11
Compare
Choose a tag to compare
1.2

This release adds support for reporting suite and global level errors to IntelliJ and the ability to more easily specify your custom jasmine config file.

1.1

13 Feb 23:23
Compare
Choose a tag to compare
1.1

Includes options to specify working directory and other options

Also allows a single file of specs to be run.

1.0

13 Feb 19:01
Compare
Choose a tag to compare
1.0

This is the initial release of this plugin. It should correctly run your specs inside IntelliJ and put the results in the test view. It does not yet support filtering your specs or many other options.