Skip to content

Commit 74dc747

Browse files
authored
add changelog (#448)
1 parent 4e8a449 commit 74dc747

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

CHANGELOG.md

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# Changelogs
2+
Commit based release not is [release_notes.md](./release_notes.md)
3+
4+
Release tags are https://github.com/appium/ruby_lib/releases .
5+
6+
## v9.1.3
7+
8+
Support selenium-webdriver 3.0.4+
9+
10+
### 1. Enhancements
11+
- Improve performance for button/s and text/s #442
12+
- Should use `open_timeout` or `read_timeout` instead of `timeout` #436
13+
- add documentation for alternative long_press method #440
14+
15+
### 2. Bug fixes
16+
17+
### 3. Deprecations
18+
19+
## v9.1.2
20+
### 1. Enhancements
21+
- add `appium_client_version`: https://github.com/appium/ruby_lib/issues/260
22+
- add some tests and fix some rubocop syntax errors
23+
24+
### 2. Bug fixes
25+
- fix `set_immediate_value`: https://github.com/appium/ruby_lib/issues/263
26+
27+
### 3. Deprecations
28+
29+
## v9.1.1
30+
### 1. Enhancements
31+
32+
### 2. Bug fixes
33+
- fix Finds exact in ios does not return an array #423
34+
35+
### 3. Deprecations
36+
37+
Thanks @slipy12
38+
39+
## v9.1.0
40+
### 1. Enhancements
41+
- update dependencies
42+
- Support selenium-webdriver 3.0.2+
43+
- If you'd like to use `selenium-webdriver2.x`, please use `appium_lib9.0.0`
44+
45+
### 2. Bug fixes
46+
47+
### 3. Deprecations
48+
- Drop Ruby 1.9.3, 2.0, 2.1 support
49+
- Because these ruby versions have already stop updating.
50+
51+
## v9.0.0
52+
### 1. Enhancements
53+
- Support `XCUITest` strategy for iOS
54+
- Basically, `XCUITest` strategy is compatible with `Appium` strategy in this library.
55+
- But users who use XPath should be check [this document](https://github.com/appium/ruby_lib/blob/master/docs/ios_xcuitest.md) since XPath has performance issue
56+
- Users who use `find_element/s` should work fine.
57+
- tests for elements are [here](https://github.com/appium/ruby_lib/tree/master/ios_tests/lib/ios/specs/ios/element)
58+
59+
Special thanks to @montdidier
60+
61+
### 2. Bug fixes
62+
63+
### 3. Deprecations
64+
65+
66+
## v8.2.1
67+
- fix arguments for `move_to` in `swipe` method.
68+
- https://github.com/appium/ruby_lib/pull/405
69+
- Please set `:delta_x` and `:delta_y` as the distance from start to move.

0 commit comments

Comments
 (0)