Changelog
=========

1.0 - Unreleased
----------------

- First implementation of iOS/Android/FFOS capabilities
  [ggozad, erlendfh, leosobral]

- @multiplatform decorator to handle seperately devices and the browser
  [ggozad]

- Clone persona step, n elements with css selector steps
  [zeveshe]

0.8 - 2014-08-18
----------------

- Cookie handling
  [ggozad]

- Execute/evaluate JS
  [ggozad]

- Try not to open multiple browser sessions
  [rosselliott]

- Make persona_vars available to more steps
  [rosselliott]

- Updated step "given browser '{name}'" to retry up to three times if the webdriver fails to initialize
  [kageurufu]

0.7 - 2014-04-07
----------------

- Python 3 compatibility, Travis CI integration
  [fgimian]

- Step click the link in the email received at "{email}" now uses the most recently received email
  [kageurufu]

0.6 2014-02-07
--------------

- Fix multipart mime emails.
  [kageurufu]

0.5 2014-02-04
--------------

- Take a screenshot manually (in a step) or automatically on failures.
  [ggozad]

- Set browser viewport size.
  [ggozad]

- Set browser window size.
  [kageurufu, ggozad]

0.4 2013-11-08
--------------

- Speed up find_by in cases where we search by id, name, text etc.
  [antych]

- Various bud fixes.
  [antych]

- Make I select "{value}" from "{name}" to work with radio as well.
  [ggozad]

0.3 2013-09-5
-------------

- Check if fields are/are not required.
  [ggozad]

- Allow to parse urls and set persona expressions.
  [ggozad]

- Check for element visibility by xpath.
  [ggozad]

- Fix for wait_time when checking an element is not present.
  [moreandres]

0.2 2013-04-19
--------------

- Step matchers for setting variables to attributes of
  elements returned from XPATH expressions.
  [ggozad]

- Parse persona variables inside expressions.
  [ggozad]

- Simplify step decorators.
  [lrowe]

- Support for remote webdriver.
  [lrowe]

- Prepare integration with pytest.
  [lrowe]

0.1 2013-04-09
--------------

- Initial release.
  [ggozad]
