| Age | Commit message (Expand) | Author |
| 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 |
| 2010-10-27 | Revert performance optimization of using setTimeout in SpecRunner every 10 st... | Elliott Sprehn |
| 2010-10-26 | fixes IE related failures, and form submit event handling in ie | Misko Hevery |
| 2010-10-26 | Lots of bug fixes in the scenario runner and a bunch of new features. | Elliott Sprehn |
| 2010-10-22 | Workaround for http://bugs.jquery.com/ticket/7292 | Misko Hevery |
| 2010-10-22 | Horrible IE + jQuery hack to make the tests pass | Misko Hevery |
| 2010-10-22 | fixed issue with ie .data() method failing tests | Misko Hevery |
| 2010-10-20 | fix some of the failing ie tests | Misko Hevery |
| 2010-10-20 | Lots of stability and performance updates and UI polish too. | Elliott Sprehn |
| 2010-10-19 | fixed Scenario.js so that it does not clobber global vars | Misko Hevery |
| 2010-10-19 | fixed tests | Misko Hevery |
| 2010-10-19 | Fix browser triggering in scenario to always do native events. | Misko Hevery |
| 2010-10-19 | Significantly clean up the way the scenario DSL works and implement many more... | Elliott Sprehn |
| 2010-10-15 | fixed lint warnings and one flaky test | Misko Hevery |
| 2010-10-14 | New Angular Scenario runner and DSL system with redesigned HTML UI. | Elliott Sprehn |
| 2010-09-23 | cleanup underscore.js form rakefile | Misko Hevery |
| 2010-09-14 | Fixed all trivial jslint violations | Misko Hevery |
| 2010-08-18 | stringify names for better compression, remove dead functions, removed unders... | Misko Hevery |
| 2010-08-13 | Fix issue with jquery not being visible in production | Shyam Seshadri |
| 2010-08-13 | Provide all jquery functions as futures | Shyam Seshadri |
| 2010-08-13 | Revert click dsl, since what is returned by element is a jquery object | Shyam Seshadri |
| 2010-08-13 | Pull in Rajat's changes to add click and url checking dsl | Shyam Seshadri |
| 2010-08-11 | Fix toEqual matcher to use angular.equals instead of simple == comparison, wh... | Shyam Seshadri |
| 2010-08-11 | modify element dsl to understand angular bindings and return jquery object fo... | Shyam Seshadri |
| 2010-08-10 | Change repeater dsl to collect and return an array of string contents based o... | Shyam Seshadri |
| 2010-08-10 | Fix test breakage in Chrome. Chrome JQuery doesn't like malformed table html ... | Shyam Seshadri |
| 2010-08-10 | Inject jquery into future scope, and rename outer scenario to _window, which ... | Shyam Seshadri |
| 2010-08-09 | Add element DSL, to find an element. Has knowledge of finding ng:bind element... | Shyam Seshadri |
| 2010-08-06 | added repeater.collect to E2E DSL | Andres Ornelas |
| 2010-08-05 | fix build breakage by returning the added futures in the DSL | Andres Ornelas |