Commit b435ce0 1 parent 93d9089 commit b435ce0 Copy full SHA for b435ce0
File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# JLineup Release History
2
2
3
+ ## Release 3.0.0-rc2
4
+ * Fix pom artifactIds (this helps if you try to download JLineup via Maven/Gradle)
5
+
6
+ ## Release 3.0.0-rc1
7
+ * Major Refactoring
8
+ * JLineup can run as web service now
9
+
3
10
## Release 2.4.1
4
11
* Enhancement: Add jobConfig option ` check-for-errors-in-log ` to toggle whether jlineup stops on errors in browser log. Default is ` true `
5
12
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ to get some idea how to use it.
36
36
37
37
## Browser compatibility
38
38
39
- JLineup 2.4.0 was tested successfully with
39
+ JLineup 3.0.0-rc2 was tested successfully with
40
40
41
- * Chrome 64 .x
41
+ * Chrome 67 .x
42
42
* Firefox 60.x (nightly)
43
43
* PhantomJS 2.1.1 (auto-downloaded by JLineup if not installed)
44
44
Original file line number Diff line number Diff line change 56
56
}
57
57
58
58
subprojects {
59
- version = ' 3.0.0-SNAPSHOT '
59
+ version = ' 3.0.0-rc2 '
60
60
group = ' de.otto'
61
61
62
62
repositories {
You can’t perform that action at this time.
0 commit comments