aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorElliott Sprehn2010-10-29 16:02:57 -0700
committerElliott Sprehn2010-11-01 15:21:37 -0700
commit6bb2cd6ee2a35768ac4422395596daf1438e62ff (patch)
tree86c52c03c886116176b8df9afa482fb886538963 /CHANGELOG.md
parent2d61040fb085f5d3a226d39726e105c1e6bd7006 (diff)
downloadangular.js-6bb2cd6ee2a35768ac4422395596daf1438e62ff.tar.bz2
Provide browser DSL with location() to expect the iframe URL parts. Also move navigateTo() under the browser DSL.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b0b2add6..9067d87c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
# <angular/> 0.9.2 faunal-mimicry (in-progress) #
+### Testability
+- 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)
+
# <angular/> 0.9.1 repulsion-field (2010-10-26) #