Skip to content

Commit dcc54d9

Browse files
committed
Update changelog for 1.0.0
1 parent 09663d8 commit dcc54d9

File tree

1 file changed

+367
-3
lines changed

1 file changed

+367
-3
lines changed

CHANGELOG.rst

Lines changed: 367 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,368 @@ Changelog
22
=========
33

44

5-
(unreleased)
6-
------------
7-
- Chore: tweak changelog filter. [Kazuaki Matsuo]
5+
v1.0.0 (2020-05-16)
6+
-------------------
7+
8+
New
9+
~~~
10+
- Feat: Added Makefile (#530) [Mori Atsushi]
11+
12+
* Created setup.cfg
13+
14+
* Updated lib ver for pre-commit
15+
16+
* Fix ci.sh to set failure even when one command failed
17+
18+
* Fix pylint error
19+
20+
* Add help to Makefile
21+
22+
* Update README
23+
24+
* Add check-all command
25+
- Feat: Merge python3 branch to master (#526) [Hannes Hauer, Hannes
26+
Hauer <hanneshauer@beeware.at> * chore: Update readme and
27+
gitchangelog section role (#524) (#525) * chore: tweak changelog
28+
filter * address stoping Python 2 support * 2 instead of 2.0...
29+
* tweak readme * Revert some unexpected changes * review
30+
comments * Changed bound for TypeVar * Fix crashing ci *
31+
Remove beta Co-authored-by: dependabot-preview[bot]
32+
<27856297+dependabot-preview[bot]@users.noreply.github.com>, Kazuaki
33+
Matsuo, Kazuaki Matsuo, Mori Atsushi, Mykola Mokhnach, Mykola
34+
Mokhnach, Nrupesh Patel, Nrupesh Patel, Venkatesh, Venkatesh]
35+
36+
* Drop py2 support (#478)
37+
38+
* Drop py2 support
39+
40+
* Support 3.7+
41+
42+
* Add explicit type declarations (#482)
43+
44+
* Fixed mypy warning: touch_action.py
45+
46+
* Fixed mypy warning: multi_action.py
47+
48+
* Fixed mypy warning: extensions/android
49+
50+
* Fixed mypy warning: extensions/search_context
51+
52+
* Updated
53+
54+
* Revert some changes to run unit test
55+
56+
* Review comments
57+
58+
* Updates
59+
60+
* Updates
61+
62+
* Add mypy check to ci.sh
63+
64+
* Add mypy to Pipfile
65+
66+
* Updates
67+
68+
* Update README
69+
70+
* Revert unexpected changes
71+
72+
* Updates Dict
73+
74+
* Revert unexpected changes
75+
76+
* Updates
77+
78+
* Review comments
79+
80+
* Review comments
81+
82+
* tweak
83+
84+
* Restore and modify changes
85+
86+
* Fix wrong return type
87+
88+
* Add comments
89+
90+
* Revert unexpected changes
91+
92+
* Fix mypy error
93+
94+
* updates
95+
96+
* Add mypy to pre-commit (#485)
97+
98+
* chore: Applied some py3 formats (#486)
99+
100+
* Removed unused import
101+
102+
* Removed unnecessary codes
103+
104+
* Applied f'' format instead ''.format()
105+
106+
* Fixes
107+
108+
* tweak
109+
110+
* chore: Fix mypy errors under test folder (#487)
111+
112+
* Fix mypy errors under test folder
113+
114+
* Add mypy check for test folder to pre-commit
115+
116+
* Add mypy check to ci
117+
118+
* chore: Remove unittest dependency (#488)
119+
120+
* Removed unnecessary codes from calling super
121+
122+
* Removed unittest dependency
123+
124+
* Upgrade the dependencies to the latest
125+
126+
* Removed unused args
127+
128+
* Review comments
129+
130+
* Update mock requirement from ~=3.0 to ~=4.0 (#502)
131+
132+
Updates the requirements on [mock](https://github.com/testing-cabal/mock) to permit the latest version.
133+
- [Release notes](https://github.com/testing-cabal/mock/releases)
134+
- [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst)
135+
- [Commits](https://github.com/testing-cabal/mock/compare/3.0.0...4.0.0)
136+
137+
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
138+
139+
* Add 'from' to except (#503)
140+
141+
* Update pre-commit requirement from ~=1.21 to ~=2.1 (#506)
142+
143+
Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version.
144+
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
145+
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md)
146+
- [Commits](https://github.com/pre-commit/pre-commit/compare/v1.21.0...v2.1.0)
147+
148+
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
149+
150+
* doc: Add script to generate sphinx doc (#508)
151+
152+
* Add quickstart template files
153+
154+
* Update conf file
155+
156+
* Update
157+
158+
* Update settings
159+
160+
* Change project name
161+
162+
* Add script to generate docs
163+
164+
* Changed header title
165+
166+
* Add new line to usage section
167+
168+
* Add py.typed file(PEP561)
169+
170+
* Replace \n with new line
171+
172+
* tweak
173+
174+
* Use sphinx format for tables
175+
176+
* Rebase python3 branch with master (#522)
177+
178+
* Update pytest-cov requirement from ~=2.6 to ~=2.8 (#489)
179+
180+
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
181+
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
182+
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
183+
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.6.0...v2.8.1)
184+
185+
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
186+
187+
* Update autopep8 requirement from ~=1.4 to ~=1.5 (#490)
188+
189+
Updates the requirements on [autopep8](https://github.com/hhatto/autopep8) to permit the latest version.
190+
- [Release notes](https://github.com/hhatto/autopep8/releases)
191+
- [Commits](https://github.com/hhatto/autopep8/compare/v1.4...v1.5)
192+
193+
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
194+
195+
* Update tox-travis requirement from ~=0.11 to ~=0.12 (#491)
196+
197+
Updates the requirements on [tox-travis](https://github.com/tox-dev/tox-travis) to permit the latest version.
198+
- [Release notes](https://github.com/tox-dev/tox-travis/releases)
199+
- [Changelog](https://github.com/tox-dev/tox-travis/blob/master/HISTORY.rst)
200+
- [Commits](https://github.com/tox-dev/tox-travis/compare/0.11...0.12)
201+
202+
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
203+
204+
* Update tox requirement from ~=3.6 to ~=3.14 (#494)
205+
206+
Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
207+
- [Release notes](https://github.com/tox-dev/tox/releases)
208+
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst)
209+
- [Commits](https://github.com/tox-dev/tox/compare/3.6.0...3.14.3)
210+
211+
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
212+
213+
* chore: Fix find_by_images_tests.py (#495)
214+
215+
* chore: Fix find_by_images_tests.py
216+
217+
* Add installation opencv4nodejs
218+
219+
* Fix typo
220+
221+
* Add taking screen record to find_by_image_test
222+
223+
* Fix errors on the emulator
224+
225+
* Remove unused imports
226+
227+
* feat: Add viewmatcher (#480)
228+
229+
* Add android view matcher as strategy locator
230+
231+
* Add docstring
232+
233+
* Add functional test
234+
235+
* Remove find_elements_by_android_data_matcher
236+
237+
* Fix docstring
238+
239+
* tweak docstring
240+
241+
* Bump 0.50
242+
243+
* Update changelog for 0.50
244+
245+
* Fix flaky functional tests (#473)
246+
247+
* Run all tests
248+
249+
* Fix apk file path
250+
251+
* Skip find_element_by_image test cases
252+
253+
* Skip context switching test
254+
255+
* Skip multi tap test on CI
256+
257+
* Change strategy for waiting element
258+
259+
* Add functions for same steps
260+
261+
* Restore unexpected changes
262+
263+
* Fix touch_action_tests
264+
265+
* Fix
266+
267+
* Fix
268+
Fix test_driver_swipe
269+
270+
* fix
271+
272+
* Create _move_to_[target_view]
273+
274+
* [test_driver_swipe] Add wait
275+
276+
* feat: Add idempotency key header to create session requests (#514)
277+
278+
* feat: Override send_keys without file upload function (#515)
279+
280+
* add send_keys_direct
281+
282+
* override send_keys
283+
284+
* tune
285+
286+
* add unittest instead of functional test
287+
288+
* tweak syntax
289+
290+
* Bump 0.51
291+
292+
* Update changelog for 0.51
293+
294+
* test: Fix test_clear flaky functional test (#519)
295+
296+
* test: Add unit test for set_value (setImmediateValue) (#518)
297+
298+
* chore: Fix int - str comparison error in ios desired capabilities (#517)
299+
300+
if number >= PytestXdistWorker.COUNT:
301+
302+
Fix
303+
~~~
304+
- Tune mixin types, so linters could recognize them better (#536)
305+
[Mykola Mokhnach]
306+
307+
Test
308+
~~~~
309+
- Test: Add appium_service functional test (#531) [Mori Atsushi]
310+
311+
* Add appium_service functional test
312+
313+
* Fix expressions
314+
315+
Other
316+
~~~~~
317+
- Bump 1.0.0. [Kazuaki Matsuo]
318+
- Chore: Updates docstring (#533) [Mori Atsushi]
319+
320+
* Updates docstring
321+
322+
* Add description to Returns field
323+
324+
* Remove type from docstring
325+
326+
Since type hint already added to args
327+
328+
* Set default lang to en
329+
330+
* Change usage style in docstring
331+
332+
* Updates
333+
334+
* Remove rtype
335+
336+
unnecessary anymore since type hint works for auto completion
337+
338+
* tweak
339+
340+
* Update return type
341+
342+
* Restore types for keyword args
343+
344+
* Remove types from Return field
345+
346+
Except for property and TypeVar
347+
- Chore: Remove saucetestcase from the client (#539) [Mykola Mokhnach]
348+
- Chore: add py.typed in package, add maintainers (#538) [Kazuaki
349+
Matsuo]
350+
- Docs: Update documentation (#527) [Kazuaki Matsuo]
351+
352+
* Chore: correct license, update readme
353+
354+
* cleanup
355+
356+
* docs: update the url of documentation
357+
- Chore: Update readme and gitchangelog section role (#524) [Kazuaki
358+
Matsuo]
359+
360+
* chore: tweak changelog filter
361+
362+
* address stoping Python 2 support
363+
364+
* 2 instead of 2.0...
365+
366+
* tweak readme
8367
- Update changelog for 0.52. [Kazuaki Matsuo]
9368

10369

@@ -1067,6 +1426,11 @@ Other
10671426
~~~~~
10681427
- Update changelog for 0.38. [Kazuaki Matsuo]
10691428
- Bump 0.38. [Kazuaki Matsuo]
1429+
1430+
1431+
v0.38 (2019-02-11)
1432+
------------------
1433+
- Bump 0.38. [Kazuaki Matsuo]
10701434
- Remove io.open from getting version code (#334) [Kazuaki Matsuo]
10711435

10721436
* remove io.open

0 commit comments

Comments
 (0)