@@ -2,6 +2,100 @@ Changelog
22=========
33
44
5+ v0.50 (2020-02-10)
6+ ------------------
7+ - Bump 0.50. [Kazuaki Matsuo]
8+ - Feat: Add viewmatcher (#480) [Mori Atsushi]
9+
10+ * Add android view matcher as strategy locator
11+
12+ * Add docstring
13+
14+ * Add functional test
15+
16+ * Remove find_elements_by_android_data_matcher
17+
18+ * Fix docstring
19+
20+ * tweak docstring
21+ - Chore: Fix find_by_images_tests.py (#495) [Mori Atsushi]
22+
23+ * chore: Fix find_by_images_tests.py
24+
25+ * Add installation opencv4nodejs
26+
27+ * Fix typo
28+
29+ * Add taking screen record to find_by_image_test
30+
31+ * Fix errors on the emulator
32+
33+ * Remove unused imports
34+ - Update tox requirement from ~=3.6 to ~=3.14 (#494) [dependabot-
35+ preview[bot]]
36+
37+ Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
38+ - [Release notes](https://github.com/tox-dev/tox/releases)
39+ - [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst)
40+ - [Commits](https://github.com/tox-dev/tox/compare/3.6.0...3.14.3)
41+ - Update tox-travis requirement from ~=0.11 to ~=0.12 (#491)
42+ [dependabot-preview[bot]]
43+
44+ Updates the requirements on [tox-travis](https://github.com/tox-dev/tox-travis) to permit the latest version.
45+ - [Release notes](https://github.com/tox-dev/tox-travis/releases)
46+ - [Changelog](https://github.com/tox-dev/tox-travis/blob/master/HISTORY.rst)
47+ - [Commits](https://github.com/tox-dev/tox-travis/compare/0.11...0.12)
48+ - Update autopep8 requirement from ~=1.4 to ~=1.5 (#490) [dependabot-
49+ preview[bot]]
50+
51+ Updates the requirements on [autopep8](https://github.com/hhatto/autopep8) to permit the latest version.
52+ - [Release notes](https://github.com/hhatto/autopep8/releases)
53+ - [Commits](https://github.com/hhatto/autopep8/compare/v1.4...v1.5)
54+ - Update pytest-cov requirement from ~=2.6 to ~=2.8 (#489) [dependabot-
55+ preview[bot]]
56+
57+ Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
58+ - [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
59+ - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
60+ - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.6.0...v2.8.1)
61+ - Chore: add try/catch in release script (#479) [Kazuaki Matsuo]
62+
63+ * Add m and try/catch in pushing
64+
65+ * fix error message
66+
67+ * remove -m since it does not work for this usage
68+ - [CI] Run with iOS 13.3 and Xcode 11.3 (#477) [Mori Atsushi]
69+
70+ * [CI] Run with iOS 13.3 and Xcode 11.3
71+
72+ * Skip the case which has problem on Xcode 11.3
73+
74+ * Update FyndByIOClassChainTests along to iOS13
75+
76+ * Update FyndByElementWebelementTests along to iOS13
77+
78+ * Update KeyboardTests along to iOS13
79+
80+ * Update webdriver_tests along to iOS13
81+
82+ * Run test_find_element_by_isvisible with simpleIsVisibleCheck caps
83+
84+ * Run test_hide_keyboard_no_key_name
85+
86+ * Remove unused codes
87+
88+ * [Readme] py.test -> pytest
89+ - Ci: Take screen record as evidence (#481) [Mori Atsushi]
90+
91+ * Take screen record for android
92+
93+ * Take screen record for iOS
94+
95+ * Save screen record for iOS
96+ - Update changelog for 0.49. [Kazuaki Matsuo]
97+
98+
599v0.49 (2019-12-24)
6100------------------
7101- Bump 0.49. [Kazuaki Matsuo]
0 commit comments