Skip to content

Commit

Permalink
bump to version 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygoy committed Jul 16, 2024
1 parent bb01d34 commit 7c92df1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Release History
===============

0.0.6 (2024-07-16)
------------------

### New Features

- Added `IsPresent` Resolution, which checks if an element, uh, is present.

### Improvements

- Addressed several issues with the Target class, such as them not appearing as Locators. We had to do some pretty spooky magicks back here, but don't worry; you'll get autocompletion and proper typing!
- Added wrapping around interacting with Playwright Locators to make the error messages a little more readable from a higher level.


0.0.5 (2024-05-22)
------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ split-on-trailing-comma = false

[tool.poetry]
name = "screenpy_playwright"
version = "0.0.5"
version = "0.0.6"
description = "ScreenPy extension to enable interacting with Playwright."
authors = ["Perry Goy <[email protected]>"]
maintainers = ["Marcel Wilson"]
Expand Down

0 comments on commit 7c92df1

Please sign in to comment.