| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-11-07 | Added tests for angular.service | Vojta Jina | |
| - should allow to override a service - should preserve angular properties on override - should not preserve non-angular properties on override | |||
| 2010-11-07 | Issue #51: Update extensionMap() | Vojta Jina | |
| If user override existing extension, angular properties ($) will be preserved. This piece of logic could be refactored into separate method: Something like we have extend(), addMissingProperties() - I can't find a name for this method... Closes #51 | |||
| 2010-11-07 | Added documentation for validators. | Misko Hevery | |
| BACKWARD INCOMPATIBLE: removed ssn validators, since it is unlikely that most people will need it and if they do, they can added it thorough RegExp | |||
| 2010-11-05 | Refactored toJsonArray(), added isBoolean() function | Vojta Jina | |
| 2010-11-05 | Updated toJson() to not serialize window/document objects. | Vojta Jina | |
| The reason to void these to objects is that they cause all sorts of problems like exceptions being thrown and infinite loops occuring when we iterate over object properties. | |||
| 2010-11-05 | Changed toJson() to not ignore $ properties | Vojta Jina | |
| 2010-11-05 | Json - corrected test descriptions and changed to BDD style expect() | Vojta Jina | |
| 2010-11-05 | fix error in json parser which did not allow 1.2E10 as number | Misko Hevery | |
| 2010-11-05 | added tests for documentation | Misko Hevery | |
| 2010-11-05 | changed to showdown from markup. added validator overview | Misko Hevery | |
| 2010-11-04 | eclipse settings for auto run of docs | Misko Hevery | |
| 2010-11-04 | added documentation for ng:include and ng:widget and test for doc collector. | Misko Hevery | |
| 2010-11-04 | added LICENSE to IDEA | Misko Hevery | |
| 2010-11-04 | rename Index.js to index.js | Misko Hevery | |
| 2010-11-03 | preparations for the 0.9.3 cold-resistance iteration | Igor Minar | |
| 2010-11-03 | cutting the 0.9.2 faunal-mimicry releasev0.9.2 | Igor Minar | |
| 2010-11-03 | updating release notes | Igor Minar | |
| 2010-11-03 | fixing docs scenario runner template | Igor Minar | |
| 2010-11-03 | Fix JSON serialization breakage in WebKit browsers | Elliott Sprehn | |
| 2010-11-03 | Serialize RegExp to string in JSON. Closes #119. | Elliott Sprehn | |
| 2010-11-03 | fix dslSpec for IE | Igor Minar | |
| 2010-11-03 | hide example for angular.filter | Igor Minar | |
| 2010-11-03 | doc parser should recognize the 'defaults' syntax for params | Igor Minar | |
| 2010-11-03 | adding watchr-docs.rb | Igor Minar | |
| 2010-11-03 | fix the linky filter | Misko Hevery | |
| 2010-11-03 | more documentation for filters | Igor Minar | |
| 2010-11-03 | jsdoc parser + generator + viewer + scenario runner | Misko Hevery | |
| - parse jsdocs from source code - generate prerendered (markdown + mustache) partials - generate json - generate scenario runner for examples in docs - basic angular doc viewer | |||
| 2010-11-03 | add jsdocs for angular and filter namespaces + all filters | Igor Minar | |
| 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 ↵ | Elliott Sprehn | |
| methods properly | |||
| 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 ↵ | Elliott Sprehn | |
| move navigateTo() under the browser DSL. | |||
| 2010-10-31 | Small refactor in $location service | Vojta Jina | |
| Added new inner method updateLastLocation() | |||
| 2010-10-31 | Fixing issue #98 (infinite loop when location hash set empty) | Vojta Jina | |
| Added tests and fixed the issue. Closes #98 | |||
| 2010-10-31 | fix typo, and change a list to string for more efficient compression. | Misko Hevery | |
| 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 ↵ | Elliott Sprehn | |
| using file:// URLs in Application | |||
| 2010-10-29 | adding watchr config file watchr.rb | Igor Minar | |
| 2010-10-29 | creating logs/ and tmp/ dirs | Igor Minar | |
| 2010-10-28 | add optional label to dsl with selectors to improve test and output readability | Andres Ornelas | |
| e.g. Before: code: element('.actions ul li a').click(); output: element .actions ul li a click After code: element('.actions ul li a', "'Configuration' link").click(); output: element 'Configuration' link ( .actions ul li a ) click | |||
| 2010-10-27 | Correctly fail tests if no binding matches and add better test cases for ↵ | Elliott Sprehn | |
| failure behavior. | |||
| 2010-10-27 | Fix failing tests for ie, and mark elements as ng-widget, ng-directive, and ↵ | Misko Hevery | |
| ng-binding | |||
| 2010-10-27 | rename src/Parser.js to src/parser.js | Igor Minar | |
| 2010-10-27 | Revert performance optimization of using setTimeout in SpecRunner every 10 ↵ | Elliott Sprehn | |
| steps. Breaks loading partials | |||
| 2010-10-27 | updating version.yaml for the 0.9.2 iteration | Igor Minar | |
| 2010-10-26 | start new release 0.9.2 faunal-mimicry | Misko Hevery | |
| 2010-10-26 | cutting the 0.9.1 repulsion-field releasev0.9.1 | Igor Minar | |
