File tree Expand file tree Collapse file tree 6 files changed +14
-4
lines changed Expand file tree Collapse file tree 6 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for sandwich-webdriver
2
2
3
+ # 0.4.0.1
4
+
5
+ * Fix accidental mismatch in a couple fields with base sandwich package.
6
+
3
7
# 0.4.0.0
4
8
5
9
* Switch to ` webdriver-0.13.0.0 ` , which is a major change.
Original file line number Diff line number Diff line change 1
1
name : sandwich-webdriver
2
- version : 0.4.0.0
2
+ version : 0.4.0.1
3
3
github : " codedownio/sandwich"
4
4
license : BSD3
5
5
author : " Tom McLaughlin"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 1.12
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : sandwich-webdriver
8
- version : 0.4.0.0
8
+ version : 0.4.0.1
9
9
synopsis : Sandwich integration with Selenium WebDriver
10
10
description : Please see the <https://codedownio.github.io/sandwich/docs/extensions/sandwich-webdriver documentation> .
11
11
category : Testing
Original file line number Diff line number Diff line change 1
1
# Changelog for sandwich
2
2
3
+ ## 0.3.0.5
4
+
5
+ * Preserve configured test artifacts directory (#109 )
6
+ * Better handling for introduce node failures (#110 )
7
+ * Make the type of ` xit ` closer to the type of ` it ` (#111 ).
8
+
3
9
## 0.3.0.4
4
10
5
11
* Improve display of setup/work/teardown in TUI.
Original file line number Diff line number Diff line change 1
1
name : sandwich
2
- version : 0.3.0.4
2
+ version : 0.3.0.5
3
3
github : " codedownio/sandwich"
4
4
license : BSD3
5
5
author : " Tom McLaughlin"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 1.12
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : sandwich
8
- version : 0.3.0.4
8
+ version : 0.3.0.5
9
9
synopsis : Yet another test framework for Haskell
10
10
description : Please see the <https://codedownio.github.io/sandwich documentation> .
11
11
category : Testing
You can’t perform that action at this time.
0 commit comments