Releases: yashaka/selene
Releases · yashaka/selene
2.0.0a38
- Upgrade webdriver-manager 3.3.0 -> 3.4.1 (see changes)
2.0.0a37
- Upgrade webdriver-manager 2.3.0 -> 3.3.0 #299
- New release and publish process of selene #246
2.0.0a36
Release notes in one word: poetry!
We moved to poetry for better dependency resolving.
But don't worry! It affects only selene development lifecycle and selene contributors.
- Moved from Pipenv to Poetry as a greater python dependency resolver of 2021 (see #302).
- Moved to a new release process with Poetry: added bash aliases (see #304).
- Moved from setup.py and setup.cfg to Poetry's pyproject.toml config-file.
- Updated README.md Release process with new poetry aliases.
- Updated CONTRIBUTING.md with
black
andpylint
information.
1.0.2
fixes broken 1.0.1
2.0.0a6
2.0.0a1 complete reincarnation of Selene for python version >= 3.7 (yet as an very early alpha)
2.0.0a1 complete reincarnation of Selene for python version >= 3.7 (yet as an very early alpha)
Pre-release
Pre-release
Complete reincarnation of Selene for python version >= 3.7 :)
Current limitations
-
no test coverage;
-
do updated docs
- you can check the only one working test at
tests/acceptance/shared_browser/straightforward_style_test.py
- and use it as a fast intro
- keep in mind that it describes old style + new style;
- so you will not see there some guides for newer style; wait for that;)
- you can check the only one working test at
-
no hooks (and so no screenshots in error messages);
-
no temporal support for 1.0.0 aliases for some methods
- will be added as deprecated and kept for some time to allow smoother migration
-
old implementation of everything still exists in
selene.support.past.*
1.0.1
releasing 1.0.0a9 with upcoming breaking changes and new api entry point
releasing 1.0.0a9 with selene.browser.* over deprecated selene.tools.*; config.base_url over deprecated config.app_host; and new selene api entry point as 'from selene.api import *'
v1.0.0a13 Alpha release
- PhantomJS deleted
- W3C actions fix