Skip to content

Releases: yashaka/selene

2.0.0a38

05 May 08:32
341d557
Compare
Choose a tag to compare

2.0.0a37

24 Apr 12:43
655806e
Compare
Choose a tag to compare
2.0.0a37 Pre-release
Pre-release

2.0.0a36

30 Mar 19:18
6970d18
Compare
Choose a tag to compare
2.0.0a36 Pre-release
Pre-release

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 and pylint information.

1.0.2

07 May 05:52
Compare
Choose a tag to compare

fixes broken 1.0.1

2.0.0a6

05 Jan 15:04
Compare
Choose a tag to compare
2.0.0a6 Pre-release
Pre-release

fixed entity.with_(...)

2.0.0a1 complete reincarnation of Selene for python version >= 3.7 (yet as an very early alpha)

28 Dec 12:38
Compare
Choose a tag to compare

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;)
  • 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

28 Dec 12:21
Compare
Choose a tag to compare

Marking latest master version as stable:)

releasing 1.0.0a9 with upcoming breaking changes and new api entry point

11 Jan 14:14
4776357
Compare
Choose a tag to compare

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

11 Jan 14:12
4776357
Compare
Choose a tag to compare
  • PhantomJS deleted
  • W3C actions fix