- (31d91ed) Add Microsoft Edge support
- (842ea1d) Fix issue that caused Safari to sometimes hang on page load
- (e9705d6) Implement IJavaScriptExecutor in NgWebDriver
- (1ffd373) Add initial Angular 2 support (NgBy locators not supported)
- (e08080c) Use Angular testability API for NgBy.Model and NgBy.Bindings
- (9034ae9) Add the NgWebDriver.Location property and NgNavigation.GoToLocation method to perform in-page navigation
- (373437c) Reset URL on IE and PhantomJS before navigation
- (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
- (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)
- (3a24008) Add NgBy.Model for getting elements by model regardless of element tag name
- (633a6e5) Update to Selenium.WebDriver v2.45
- (078495e) Add .NET 3.5 support
- (a1003ef) Add NgWebElement.Evaluate method
- (068cced) Fix NgWebDriver.Url with IE (IEDriverServer.exe)
- Initial release