diff options
| author | Igor Minar | 2010-11-02 16:23:12 -0700 |
|---|---|---|
| committer | Igor Minar | 2010-11-03 09:44:54 -0700 |
| commit | 0bd4a473a717d5ed9b9c07fbdbc5c336beeef4e5 (patch) | |
| tree | 991b68c0f04ac39a044f67cb36a14d60681724ca /CHANGELOG.md | |
| parent | dcf76e681624dca350d00a4a2e5f5d63deffcb17 (diff) | |
| download | angular.js-0bd4a473a717d5ed9b9c07fbdbc5c336beeef4e5.tar.bz2 | |
adding regular expressions support for binding() DSL
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9067d87c..fc9baa3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,16 @@ - binding DSL in Scenario can now match bindings without specifying filters - dsl statements now accept a label argument to make test output more readable (issue #94) - dsl element() statement now implements most of the jQuery API (issue #106) -- file:// URLs are no longer supported for running a scenario. You must use a web server that implements HEAD - new browser() dsl statement for getting info about the emulated browser running the app (issue #109) -- navigateTo() is now browser().navigateTo(). Old code must be updated -- navigating to about:blank is no longer supported. It results in a sandbox error - scenario runner is now compatible with IE8 (issue #93) - scenarior runner checks if URL would return a non-success status code (issue #100) +- binding() DSL now accepts regular expressions + +### Breaking changes +#### Scenario Runner +- navigating to about:blank is no longer supported. It results in a sandbox error +- navigateTo() is now browser().navigateTo(). Old code must be updated +- file:// URLs are no longer supported for running a scenario. You must use a web server that implements HEAD # <angular/> 0.9.1 repulsion-field (2010-10-26) # |
