Skip to content

Releases: leviable/explicit

0.1.3 Fix setup.cfg formatting

Choose a tag to compare

@leviable leviable released this 28 May 23:33
Merge pull request #31 from levi-rs/update-setup-cfg

Fix setup.cfg formatting

0.1.2 Fix bad requirement in requirements.txt

Choose a tag to compare

@leviable leviable released this 20 May 13:18
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

Choose a tag to compare

@leviable leviable released this 07 May 01:57
Merge pull request #29 from levi-rs/switch-from-versioneer-to-pbr

Switch version management to PBR

0.1.0 Initial beta release

Choose a tag to compare

@leviable leviable released this 16 Apr 17:54

Initial beta release
Adds find_one method to waiter module.

0.0.8 Use official Python 3.6 for testing

Choose a tag to compare

@leviable leviable released this 11 Jan 13:29

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

0.0.7 Add importable Selenium By types

Choose a tag to compare

@leviable leviable released this 18 Dec 20:34
Merge pull request #26 from levi-rs/fix-pypi-deploy

Fix PyPI deployment

0.0.6

Choose a tag to compare

@leviable leviable released this 17 Oct 02:02

Add find_elements method to waiter.

0.0.5

Choose a tag to compare

@leviable leviable released this 10 Oct 16:08

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

0.0.4

Choose a tag to compare

@leviable leviable released this 07 Oct 16:01

Update README and add usage example.

0.0.3

Choose a tag to compare

@leviable leviable released this 05 Oct 16:24

Add initial find_element function to waiter module.