Skip to content

Latest commit

 

History

History
130 lines (87 loc) · 7.36 KB

HISTORY.md

File metadata and controls

130 lines (87 loc) · 7.36 KB

1.0.0 / 2021-12-12

  • (5eb7ba5) Migrate from Travis CI to GitHub Actions
  • (4578b2b) Update Selenium to v4.1.0

1.0.0-beta2 / 2021-04-27

  • (cbfecda) Update Selenium to v4.0.0-beta2 (Adds .NET 5 support)

1.0.0-alpha1 / 2020-11-18

  • (9508018) Update Selenium to v4.0.0-alpha07 (Drops .NET 3.5 & 4.0 support)

0.13.0 / 2019-11-20

  • (fe583f8) Add support to .NET Standard 2.0
  • (b17818e) Update to Selenium.WebDriver v3.141

0.12.0 / 2018-10-01

  • (c4a034e) Update to Selenium.WebDriver v3.14

0.11.0 / 2017-09-09

  • (65dba29) Update to Selenium.WebDriver v3.5.2

0.10.2 / 2017-02-12

  • (c30c04a) Add NgByExactBinding & NgByExactRepeater for exact matching (Supports Page Objects pattern with FindsByAttribute)

0.10.1 / 2017-02-01

  • (1b35fb9) Add 'exactMatch' option to NgByBinding & NgByRepeater locators

0.10.0 / 2017-01-30

  • (7b76ebd) Throw NoSuchElementException in NgBy locators when element is not found
  • (c86613d) Synchronize 'ClientSideScripts.cs' with latest Protractor 5
  • (d599176) Add Firefox support

0.9.2 / 2017-01-17

  • (d9753d9) Add support for $compileProvider.debugInfoEnabled(false)

0.9.1 / 2016-12-01

  • (dbb4074) Fix NgNavigation.Refresh() to reload the injected NgModules

0.9.0 / 2016-11-19

  • (5eeb2fd) Fix AngularJS tutorial based samples (broken since Angular 1.5 is used)
  • (83ae33d) Update to Selenium.WebDriver v3.0.0
  • (9504185) Set By.Description property on NgBy locators to improve ToString() support

0.8.2 / 2016-10-21

  • (95c0ddb) Fix navigating to non-Angular page with IgnoreSynchronization set to true

0.8.1 / 2016-09-18

  • (31d91ed) Add Microsoft Edge support
  • (842ea1d) Fix issue that caused Safari to sometimes hang on page load
  • (e9705d6) Implement IJavaScriptExecutor in NgWebDriver

0.8.0 / 2016-05-11

  • (1ffd373) Add initial Angular 2 support (NgBy locators not supported)
  • (e08080c) Use Angular testability API for NgBy.Model and NgBy.Bindings

0.7.1 / 2016-04-07

  • (9034ae9) Add the NgWebDriver.Location property and NgNavigation.GoToLocation method to perform in-page navigation
  • (373437c) Reset URL on IE and PhantomJS before navigation

0.7.0 / 2016-03-29

  • (77e5191) Use NgWebDriver.WaitForAngular in NgNavigation methods (Fast, Forward and Refresh)
  • (dd6d015) Add support for non-Angular pages
  • (188beec) Made NgWebDriver.WaitForAngular public
  • (487fd34) Add ability to use NgBy methods as custom filter with FindsByAttribute (Page Objects pattern support)
  • (2a89f43) Remove obsolete NgBy methods (Input, TextArea, Select)
  • (ef2a3aa) Update to Selenium.WebDriver v2.53

0.6.0 / 2015-07-14

  • (015799c) Add support for ng-repeat-start and ng-repeat-end elements
  • (1a2af2c) Update to Selenium.WebDriver v2.46
  • (8d85e80) Update WaitForAngular client script (Improve error message and use Angular testability api if available)

0.5.0 / 2015-04-04

  • (3a24008) Add NgBy.Model for getting elements by model regardless of element tag name
  • (633a6e5) Update to Selenium.WebDriver v2.45

0.4.0 / 2014-12-03

  • (4cb2bdc) Add the ability to use the Actions class
  • (762b553) Update to Selenium.WebDriver v2.44

0.3.0 / 2013-10-27

  • (078495e) Add .NET 3.5 support
  • (a1003ef) Add NgWebElement.Evaluate method
  • (068cced) Fix NgWebDriver.Url with IE (IEDriverServer.exe)

0.2.0 / 2013-10-20

  • Initial release