Skip to content

Commit

Permalink
release: prepare 1.0.0-alpha09
Browse files Browse the repository at this point in the history
  • Loading branch information
yashaka committed May 18, 2021
1 parent d8b2b9e commit 6bf4c33
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@
- do we need SeleneDriver anymore? (if we go the direction of SeleneBrowser)


## 1.0.0-alpha09 (to be released on 2021.05.??)
## 1.0.0-alpha1x (to be released on 2021.05.??)
- deprecate the majority of Selene.* (except S, SS) when providing alternative API via Browser.*

## 1.0.0-alpha08 (to be released on 2021.05.18)
## 1.0.0-alpha09 (to be released on 2021.05.19)
- improved error messages for cases of inner element search
- like error on S(".parent").Find(".child").Click() when .parent is absent or not visible
- FIXED experimental Configuration._HookWaitAction application to Should methods on SeleneElement and SeleneCollection
(was not working, just being skipped)

## 1.0.0-alpha08 (released on 2021.05.18)
- added waiting to SeleneElementJsExtensions:
- JsClick
- JsType
Expand Down
10 changes: 5 additions & 5 deletions NSelene/NSelene.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>NSelene</PackageId>
<Version>1.0.0-alpha08</Version>
<Version>1.0.0-alpha09</Version>
<Authors>yashaka</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>Copyright (c) 2015-2021 Iakiv Kramarenko</Copyright>
Expand All @@ -23,10 +23,10 @@
</PackageDescription>

<PackageReleaseNotes>
- added waiting to SeleneElementJsExtensions:
- JsClick
- JsType
- JsSetValue
- improved error messages for cases of inner element search
- like error on S(".parent").Find(".child").Click() when .parent is absent or not visible
- FIXED experimental Configuration._HookWaitAction application to Should methods on SeleneElement and SeleneCollection
(was not working, just being skipped)
</PackageReleaseNotes>

<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ For docs see tests in the [NSeleneTests](https://github.com/yashaka/NSelene/blob

## Versions

* Upcomig version to use is just released [1.0.0-alpha08](https://www.nuget.org/packages/NSelene/1.0.0-alpha08)
* Upcomig version to use is just released [1.0.0-alpha09](https://www.nuget.org/packages/NSelene/1.0.0-alpha09)
* targets netstandard2.0
* net45 support may be added later
* it differs from [0.0.0.7](https://www.nuget.org/packages/NSelene/0.0.0.7) in the following:
Expand Down

0 comments on commit 6bf4c33

Please sign in to comment.