Skip to content

Latest commit

 

History

History
114 lines (75 loc) · 3.84 KB

CHANGELOG.md

File metadata and controls

114 lines (75 loc) · 3.84 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[2.0.2] - 2019-11-06

Changed

  • Updated dependencies (six)

[2.0.1] - 2019-09-30

Changed

  • Updated dependencies (selenium, six, and mock)

[2.0.0] - 2019-05-21

Added

  • Support for python 3.7 | 6f02f8d
  • Removed support for python 3.3
  • Bumped major version number to indicate potential for breaking due to parameter renaming.

Changed

  • README
  • Renamed async parameters to asynchronous for python 3.7 compatibility.

[1.11.0] - 2017-10-02

Added

Changed

  • README
  • Modified how metaclasses were registered
  • Removed support for python 3.2

[1.1.10] - 2 Oct 2017

Changed

Bugfixes

[1.1.9] - 2 Oct 2017

Changed

[1.1.8] - 2 Oct 2017

Added

[1.1.7] - 18 Aug 2016

Added

[1.1.6] - 3 Dec 2015

Changed

  • Added a couple of usage examples in Lazy load Element items | dff9561

[1.1.5] - 19 Nov 2015

Bugfixes

  • Add build status to README | 74c1b91

[1.1.4] - 19 Nov 2015

Bugfixes

  • Add Travis CI config file and fixes for Python 3 compatability | d3e9fc1

[1.1.3] - 6 Nov 2015

Bugfixes

  • verion information incorrect | ab273be

[1.1.2] - 6 Nov 2015

Bugfixes

  • select() does not accept i=0 | 8d0da69

[1.1.1] - 15 May 2015

Bugfixes

  • Error ExceptionRetryElementsWaiter wait() not executed | 458b20a

[1.1.0] - 4 Jan 2015

Added

  • Created new Waiter subclasses | 30826bf

Changed

  • Removed the helper with_update(), with_retry() functions from elements.elements.py and replaced them with the new Waiters
  • Removed with_update() and with_retry() methods from the Elements classes and replaced it with a more generic, retried() method
  • Reorganized and cleaned up some code

[1.0.3] - 11 Jul 2014

Bugfixes

  • Map returns | #

[1.0.2] - 10 Jul 2014

Bugfixes

[1.0.1] - 10 Jul 2014

Bugfixes

[1.0.0] - 01 Jul 2014

Added