Skip to content

Releases: leviable/explicit

0.1.3 Fix setup.cfg formatting

28 May 23:33

Choose a tag to compare

Merge pull request #31 from levi-rs/update-setup-cfg

Fix setup.cfg formatting

0.1.2 Fix bad requirement in requirements.txt

20 May 13:18

Choose a tag to compare

Merge pull request #30 from levi-rs/fix-pypy-tests

Fix bad requirement in requirements.txt

0.1.1 Switch to PBR and remove pypy3 support

07 May 01:57

Choose a tag to compare

Merge pull request #29 from levi-rs/switch-from-versioneer-to-pbr

Switch version management to PBR

0.1.0 Initial beta release

16 Apr 17:54

Choose a tag to compare

Initial beta release
Adds find_one method to waiter module.

0.0.8 Use official Python 3.6 for testing

11 Jan 13:29

Choose a tag to compare

Switch from testing with the beta version of Python 3.6 to the official release.

0.0.7 Add importable Selenium By types

18 Dec 20:34

Choose a tag to compare

Merge pull request #26 from levi-rs/fix-pypi-deploy

Fix PyPI deployment

0.0.6

17 Oct 02:02

Choose a tag to compare

Add find_elements method to waiter.

0.0.5

10 Oct 16:08

Choose a tag to compare

Add find_write function and update README with example usage of find_write.

0.0.4

07 Oct 16:01

Choose a tag to compare

Update README and add usage example.

0.0.3

05 Oct 16:24

Choose a tag to compare

Add initial find_element function to waiter module.