Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maik-hasler committed Apr 21, 2023
1 parent a536774 commit 20d4991
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/maik-hasler/SeleniumSharper/compare/v1.0.0...HEAD)
## [Unreleased](https://github.com/maik-hasler/SeleniumSharper/compare/v1.1.0...HEAD)

## [v1.1.0](https://github.com/maik-hasler/SeleniumSharper/releases/tag/v1.1.0)
**Published:** 21th April 2023
### Added
- `IWebDriverManager<TOptions>` and first implementation for Chrome to automatically install driver binaries
- Helper classes related to `IWebDriverManager<TOptions>`
- Enum and extension method to fire JavaScript event
### Changed
- Upgrade dependencies: Selenium.WebDriver, Selenium.Support etc.
### Removed
- Custom result classes

## [v1.0.0](https://github.com/maik-hasler/SeleniumSharper/releases/tag/v1.0.0)
**Published:** 19th April 2023
Expand All @@ -26,4 +37,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Waiter<T>` to wait for a specified condition to be satisfied
- Collection of commonly used selenium wait conditions
- Extension method to create a `Waiter<T>` object from an `ISearchContext`
- Various `IJavaScriptExecutor` extension methods
- Various `IJavaScriptExecutor` extension methods

0 comments on commit 20d4991

Please sign in to comment.