| Age | Commit message (Expand) | Author |
| 2011-09-26 | fix(scenario): workaround for FF6 dispatchEvent issue #684208 | Igor Minar |
| 2011-09-26 | Revert "fix(scenario): temporary fix for FF6" | Igor Minar |
| 2011-09-16 | fix(scenarioRunner): navigateTo should use prop('contentWindow') | Igor Minar |
| 2011-09-16 | feat(scenarioRunner): adding support for element().prop() | Igor Minar |
| 2011-09-16 | fix(scenario dsl): jQuery getters must have no value | Igor Minar |
| 2011-09-16 | feat (jquery): upgrade everything to jQuery 1.6.4 | Igor Minar |
| 2011-09-08 | fix(scenario): temporary fix for FF6 | Vojta Jina |
| 2011-09-08 | fix(scenario): do not navigate if click event was cancelled | Vojta Jina |
| 2011-09-08 | feat(scenario): browserTrigger returns false if preventDefault() | Vojta Jina |
| 2011-08-15 | style(*): remove extra semicolons | Igor Minar |
| 2011-08-02 | feat(scope): new and improved scope implementation | Misko Hevery |
| 2011-07-22 | chore(license): update license headers + add version num | Igor Minar |
| 2011-07-18 | feat(strict mode): adding strict mode flag to all js files | Igor Minar |
| 2011-07-18 | refactor($browser): hide startPoll and poll methods | DiPeng |
| 2011-06-15 | Fix test for scenario.Application - should remove old iframe | Vojta Jina |
| 2011-06-15 | Fix scenario runner on IE7, IE8 | Misko Hevery |
| 2011-06-06 | added input#val method | Di Peng |
| 2011-06-05 | renamed $pause to $sleep AND $wait to $pause | Di Peng |
| 2011-05-19 | JSTD adapter for running e2e tests | Vojta Jina |
| 2011-05-19 | Don't check url (by HEAD request) before navigateTo | Vojta Jina |
| 2011-04-25 | Fix some typos, missing semi-colons, etc... | Vojta Jina |
| 2011-04-22 | fix typo in scenario jsdocs | Igor Minar |
| 2011-04-11 | fix e2e runner's navigateTo when url contains # fragment | Igor Minar |
| 2011-04-09 | fix build for IE9 | Igor Minar |
| 2011-04-08 | fix e2e runner's browser.location methods | Igor Minar |
| 2011-02-16 | reformated multiline trinary expressions to have a leading ?/:. | Misko Hevery |
| 2011-02-16 | rewrite of JQuery lite implementation, which now better supports selected sets | Misko Hevery |
| 2011-02-16 | allow jquery to be declared after angular in the script loading order | Misko Hevery |
| 2011-01-24 | fixed example rendering, add tests for it. | Misko Hevery |
| 2011-01-10 | Rename angular.foreach to angular.forEach to make the api consistent. | Igor Minar |
| 2011-01-10 | bootstrap angular on "document ready" instead of window.onload | Igor Minar |
| 2011-01-07 | change to keydown from keyup; add delayed $updateView | Misko Hevery |
| 2011-01-07 | rename nodeName due to conflicts with jquery | Igor Minar |
| 2010-11-10 | scenario repeater should match only visible stuff | Igor Minar |
| 2010-11-09 | Support substring matching of bindings with repeater(). Closes #123 | Elliott Sprehn |
| 2010-11-09 | Add key/value jQuery methods in a loop. Support 'css' method. | Elliott Sprehn |
| 2010-11-07 | Added documentation for validators. | Misko Hevery |
| 2010-11-03 | fix the linky filter | Misko Hevery |
| 2010-11-03 | binding() should return value for input/text area, innerHTML for the rest | Igor Minar |
| 2010-11-03 | adding textarea() DSL for scenario runner | Igor Minar |
| 2010-11-03 | adding regular expressions support for binding() DSL | Igor Minar |
| 2010-11-02 | Provide better sandbox error messages, and disallow running from file:// URLs | Elliott Sprehn |
| 2010-11-02 | Make future names consistent and handle falsy values in jQuery generated meth... | Elliott Sprehn |
| 2010-11-01 | Add browser().reload() to simulate a refresh from a user | Elliott Sprehn |
| 2010-11-01 | Provide browser DSL with location() to expect the iframe URL parts. Also move... | Elliott Sprehn |
| 2010-10-29 | Auto generate all the jQuery get/set methods | Elliott Sprehn |
| 2010-10-29 | Check if file exists (not a 404) and that document is accessible and not usin... | Elliott Sprehn |
| 2010-10-28 | add optional label to dsl with selectors to improve test and output readability | Andres Ornelas |
| 2010-10-27 | Correctly fail tests if no binding matches and add better test cases for fail... | Elliott Sprehn |
| 2010-10-27 | Fix failing tests for ie, and mark elements as ng-widget, ng-directive, and n... | Misko Hevery |