Skip to content

Commit

Permalink
Bump version to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Van Hove committed Feb 12, 2019
1 parent b13d985 commit 4f09458
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ intellij {

patchPluginXml {
sinceBuild "183"
changeNotes file("release_notes/" + version + ".md").text
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = IdeaJasmine
group = io.pivotal.jasmine
version = 1.3
version = 1.4
ideaVersion = IU-LATEST-EAP-SNAPSHOT
publishChannels = Stable
1 change: 1 addition & 0 deletions release_notes/1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Run your Jasmine tests right from IntelliJ and see the results in the test console. Support for running single files as well as your full suite. Only works with Jasmine 3.0 More information and issues on github (https://github.com/jasmine/IdeaJasmine)
1 change: 1 addition & 0 deletions release_notes/1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Add a bunch more configuration options and allow running only a single file of specs
2 changes: 2 additions & 0 deletions release_notes/1.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Report suite and global failures to IntelliJ
- Allow users to set config file through the run config
6 changes: 6 additions & 0 deletions release_notes/1.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- 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 change: 1 addition & 0 deletions release_notes/1.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Update for breaking change to LocatableConfigurationBase from IDEA 2018.3

0 comments on commit 4f09458

Please sign in to comment.