-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
29 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
# Change Log | ||
|
||
## [7.3.5](https://github.com/wix/detox/tree/7.3.5) (2018-05-01) | ||
[Full Changelog](https://github.com/wix/detox/compare/7.3.4...7.3.5) | ||
|
||
**Closed Issues** | ||
|
||
- Please include expo app setup in Introduction.GettingStarted.md [\#698](https://github.com/wix/detox/issues/698) | ||
- Missing package name and version [\#696](https://github.com/wix/detox/issues/696) | ||
- \[iOS\] when .tap\(\) in test, device.reloadReactNative\(\) stalls indefinitely [\#691](https://github.com/wix/detox/issues/691) | ||
|
||
**Merged Pull Requests** | ||
|
||
- Migrate from Travis CI to Jenkins [\#701](https://github.com/wix/detox/pull/701) ([yershalom](https://github.com/yershalom)) | ||
- Add no window option for running android emulator with no window [\#690](https://github.com/wix/detox/pull/690) ([yershalom](https://github.com/yershalom)) | ||
|
||
## [7.3.4](https://github.com/wix/detox/tree/7.3.4) (2018-04-25) | ||
[Full Changelog](https://github.com/wix/detox/compare/7.3.3...7.3.4) | ||
|
||
|
@@ -249,7 +263,7 @@ | |
- Add change log generation when publishing a version [\#409](https://github.com/wix/detox/issues/409) | ||
|
||
## [5.10.1](https://github.com/wix/detox/tree/5.10.1) (2017-11-15) | ||
[Full Changelog](https://github.com/wix/detox/compare/detox[email protected].0...5.10.1) | ||
[Full Changelog](https://github.com/wix/detox/compare/detox@5.10.0...5.10.1) | ||
|
||
**Fixed Bugs** | ||
|
||
|
@@ -259,11 +273,11 @@ | |
|
||
- New demo project for react native jest [\#370](https://github.com/wix/detox/pull/370) ([SMJ93](https://github.com/SMJ93)) | ||
|
||
## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-11-13) | ||
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@2.1.0) | ||
|
||
## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-11-13) | ||
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@5.10.0) | ||
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@5.10.0) | ||
|
||
## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-11-13) | ||
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@2.1.0) | ||
|
||
**Enhancements** | ||
|
||
|
@@ -303,7 +317,7 @@ | |
- Re-add matcher generation commits and add traits matcher to generated code [\#348](https://github.com/wix/detox/pull/348) ([DanielMSchmidt](https://github.com/DanielMSchmidt)) | ||
|
||
## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-10-18) | ||
[Full Changelog](https://github.com/wix/detox/compare/detox[email protected][email protected]) | ||
[Full Changelog](https://github.com/wix/detox/compare/detox@5.8.4[email protected]) | ||
|
||
**Enhancements** | ||
|
||
|
@@ -320,11 +334,11 @@ | |
- Create a build matrix to support multiple version of React Native and OSs [\#345](https://github.com/wix/detox/pull/345) ([rotemmiz](https://github.com/rotemmiz)) | ||
- Basic support for Jest runner [\#335](https://github.com/wix/detox/pull/335) ([Kureev](https://github.com/Kureev)) | ||
|
||
## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-10-17) | ||
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@1.0.3) | ||
|
||
## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-10-17) | ||
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@5.8.4) | ||
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@5.8.4) | ||
|
||
## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-10-17) | ||
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@1.0.3) | ||
|
||
**Fixed Bugs** | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,6 @@ | |
] | ||
} | ||
}, | ||
"version": "7.3.4", | ||
"version": "7.3.5", | ||
"npmClient": "npm" | ||
} |