File tree 2 files changed +18
-3
lines changed
2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for jasminewd2
2
2
3
+ # 0.0.10
4
+
5
+ - ([ ff2e624] ( https://github.com/angular/jasminewd/commit/ff2e624159344cd83b04c6a6648334ba12e78ea6 ) )
6
+ fix(webdriver): Pass in the control flow.
7
+
8
+ BREAKING CHANGE: The control flow now needs to be passed in when using jasminewd. This fixes
9
+ an issue where having multiple versions of selenium-webdriver in a package's dependency tree would
10
+ result in jasminewd and protractor using different control flows. You now have to initialize
11
+ jasminewd before you can use it, like so: ` require('jasminewd2').init(webdriver.promise.controlFlow()); `
12
+
13
+ See https://github.com/angular/protractor/issues/3505
14
+
15
+ - ([ db26b1a] ( https://github.com/angular/jasminewd/commit/db26b1a1e66477a6f526dac56ecaaa50d2cf4700 ) )
16
+ fix(stacktrace): do not crash if beforeEach block is rejected without any stated reason (#45 )
17
+
3
18
# 0.0.9
4
19
5
20
- ([ 790c81e] ( https://github.com/angular/protractor/commit/790c81eb0aba880fffbdcb4e834eb2161141620c ) )
Original file line number Diff line number Diff line change 14
14
"devDependencies" : {
15
15
"jasmine" : " 2.4.1" ,
16
16
"jshint" : " 2.5.0" ,
17
- "selenium-webdriver" : " 2.52.0 " ,
18
- "typescript" : " ^1.8.10 "
17
+ "selenium-webdriver" : " 2.53.3 " ,
18
+ "typescript" : " ^2.0.0 "
19
19
},
20
20
"repository" : {
21
21
"type" : " git" ,
27
27
"test" : " scripts/test.sh"
28
28
},
29
29
"license" : " MIT" ,
30
- "version" : " 0.0.9 "
30
+ "version" : " 0.0.10 "
31
31
}
You can’t perform that action at this time.
0 commit comments