CHANGES
=======

0.8.1
-----

* fix since attrdict doc not readed
* fix get sessionId

0.8.0
-----

* add press method, support args: home, volumeUp, volumeDown

0.7.7
-----

* compatible with old WDA

0.7.6
-----

* merge master
* fix conflict
* fix c.windows\_size() when session not created
* add golang wda client link
* update readme

0.7.5
-----

* fix alert callback missing error

0.7.4
-----

* fix compatibility for old version of wda

0.7.3
-----

* when error:invalid-session-id occurs, retry again

0.7.2
-----

* raise error when return value contains error key

0.7.1
-----

* fix session() with no argument error

0.7.0
-----

* update doc
* move all Session methods to Client

0.6.2
-----

* rename wda\_alibaba to wda\_taobao

0.6.1
-----

* add taobao property

0.6.0
-----

* add alibaba property

0.5.0
-----

* add home function to Session
* add app\_list, even useless

0.4.2
-----

* fix swipe\_up-down-left-right, close #89

0.4.1
-----

* fix python2 support, close #76
* update doc

0.4.0
-----

* update readme
* add more functions
* add method s.xpath(...)
* make httpdo thread safe

0.3.9
-----

* fix app launch stuck, set Quiescence to False

0.3.8
-----

* check url format when create Client

0.3.7
-----

* fix compatible for the latest modified WDA by appium

0.3.6
-----

* fix WDARequestError, format code with yapf

0.3.5
-----

* add pillow depencency

0.3.4
-----

* fix: #65

0.3.3
-----

* fix all the tests

0.3.2
-----

* compatiable with py2

0.3.1
-----

* add retry for status, since status sometime get EmptyReponse

0.3.0
-----

* make session launch more robust
* change json.decoder.JSONDecodeError to WDARequestError

0.2.4
-----

* fix session, can not launch error

0.2.3
-----

* add content-type application/json when send http post
* recommend using appium/WebDriverAgent
* fix set\_callback check error

0.2.2
-----

* fix travis
* try catch response.json()
* add wait\_ready function
* add screenshot in session, add click(support percent), add scale, update readme
* [issue #33]Add escape character for quotes

0.2.1
-----

* fix in py3.6 error
* fix name matches, use string escape fix it
* add test example
* fix nameMatches
