| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-11-08 | angular.Date.toString should use toISOString if available | Igor Minar | |
| 2010-11-08 | Support 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-08 | Add isDate method + fix old code | Igor Minar | |
| 2010-10-26 | Reverted change 841013a4c4d25acf6fc9ff40e449c3d0a4b82ec3 which does not work ↵ | Misko Hevery | |
| on all browsers | |||
| 2010-10-26 | Simplify implementation of angular.String.toDate() | Igor Minar | |
| 2010-09-26 | Added support for functions to $orderBy method | Misko Hevery | |
| http://github.com/angular/angular.js/issues#issue/23 | |||
| 2010-08-18 | stringify names for better compression, remove dead functions, removed ↵ | Misko Hevery | |
| underscore.js compatibility | |||
| 2010-08-11 | removed undocumented/unneeded methods from Array API | Misko Hevery | |
| 2010-07-20 | fixed xhtml compatibility, fix console in chrome | Misko Hevery | |
| 2010-07-19 | added equals method to angular.equals and $equals | Misko Hevery | |
| 2010-05-30 | imrove $orderBy performance | Misko Hevery | |
| 2010-05-30 | use expressionCompile function directly | Misko Hevery | |
| 2010-05-30 | compiler exposos both self and this function calling convention | Misko Hevery | |
| 2010-05-30 | improve error handling with elements | Misko Hevery | |
| 2010-05-30 | remove the uneeded call to createScope when evaluating expressions | Misko Hevery | |
| 2010-04-09 | various bug fixes | Misko Hevery | |
| 2010-03-29 | dissabled a lot of tests, and made the core test set pass. | Misko Hevery | |
| 2010-03-26 | moved all uneeded files out, widgets.html works, tests horribly broken | Misko Hevery | |
