aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-11-09updating watchr-docs.rbIgor Minar
2010-11-09added spec for auto bootstrap with #autobindIgor Minar
2010-11-09Support substring matching of bindings with repeater(). Closes #123Elliott Sprehn
2010-11-09Added formatter documentation.Misko Hevery
2010-11-09Add key/value jQuery methods in a loop. Support 'css' method.Elliott Sprehn
Closes #134
2010-11-09Updated parser tests to use jasmine expectsVojta Jina
And some formatting as well and a bit of rafactor...
2010-11-09Updated filters tests to use jasmine expectsVojta Jina
And some small formatting...
2010-11-08make angular.String.toDate consider all time fractions as optionalIgor Minar
2010-11-08angular.Date.toString should use toISOString if availableIgor Minar
2010-11-08Support ISO 8601 extended datetime format troughout angular.Igor Minar
Support ISO 8601 extended format datetime strings (YYYY-MM-DDTHH:mm:ss.SSSZ) as defined in EcmaScript 5 throughout angular. This means that the following apis switched from YYYY-MM-DDTHH:mm:ssZ to YYYY-MM-DDTHH:mm:ss.SSSZ (note the added millis) when representing dates: - angular.Date.toString - angular.String.toDate - JSON serialization and deserialization (used by json filter, $xhr and $resource)
2010-11-08Add isDate method + fix old codeIgor Minar
2010-11-08fixing spec description for the date filterIgor Minar
2010-11-08date filter should accept ISO 8601 formatted string as inputIgor Minar
Closes #125
2010-11-08TzDate should support various UTC methodsIgor Minar
2010-11-07Update AngularSpec tests to use BDD style - jasmine expectVojta Jina
2010-11-07Added tests for angular.serviceVojta Jina
- should allow to override a service - should preserve angular properties on override - should not preserve non-angular properties on override
2010-11-07Issue #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-07Added 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-05Refactored toJsonArray(), added isBoolean() functionVojta Jina
2010-11-05Updated 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-05Changed toJson() to not ignore $ propertiesVojta Jina
2010-11-05Json - corrected test descriptions and changed to BDD style expect()Vojta Jina
2010-11-05fix error in json parser which did not allow 1.2E10 as numberMisko Hevery
2010-11-05added tests for documentationMisko Hevery
2010-11-05changed to showdown from markup. added validator overviewMisko Hevery
2010-11-04eclipse settings for auto run of docsMisko Hevery
2010-11-04added documentation for ng:include and ng:widget and test for doc collector.Misko Hevery
2010-11-04added LICENSE to IDEAMisko Hevery
2010-11-04rename Index.js to index.jsMisko Hevery
2010-11-03preparations for the 0.9.3 cold-resistance iterationIgor Minar
2010-11-03cutting the 0.9.2 faunal-mimicry releasev0.9.2Igor Minar
2010-11-03updating release notesIgor Minar
2010-11-03fixing docs scenario runner templateIgor Minar
2010-11-03Fix JSON serialization breakage in WebKit browsersElliott Sprehn
2010-11-03Serialize RegExp to string in JSON. Closes #119.Elliott Sprehn
2010-11-03fix dslSpec for IEIgor Minar
2010-11-03hide example for angular.filterIgor Minar
2010-11-03doc parser should recognize the 'defaults' syntax for paramsIgor Minar
2010-11-03adding watchr-docs.rbIgor Minar
2010-11-03fix the linky filterMisko Hevery
2010-11-03more documentation for filtersIgor Minar
2010-11-03jsdoc parser + generator + viewer + scenario runnerMisko 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-03add jsdocs for angular and filter namespaces + all filtersIgor Minar
2010-11-03binding() should return value for input/text area, innerHTML for the restIgor Minar
2010-11-03adding textarea() DSL for scenario runnerIgor Minar
2010-11-03adding regular expressions support for binding() DSLIgor Minar
2010-11-02Provide better sandbox error messages, and disallow running from file:// URLsElliott Sprehn
2010-11-02Make future names consistent and handle falsy values in jQuery generated ↵Elliott Sprehn
methods properly
2010-11-01Add browser().reload() to simulate a refresh from a userElliott Sprehn
2010-11-01Provide browser DSL with location() to expect the iframe URL parts. Also ↵Elliott Sprehn
move navigateTo() under the browser DSL.