File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
- # <angular /> 0.9.3 cold-resistance (in-progress) #
1
+ # <angular /> 0.9.3 cold-resistance (2010-11-10) #
2
+
3
+ ### Docs
4
+ - prettier docs app with syntax highlighting for examples, etc
5
+ - added documentation, examples and scenario tests for many more apis including:
6
+ - all directives
7
+ - all formatters
8
+ - all validators
9
+ - some widgets
2
10
3
11
### Api
4
12
- date filter now accepts strings that angular.String.toDate can convert to Date objects
5
13
- angular.String.toDate supports ISO8061 formated strings with all time fractions being optional
14
+ - ng: repeat now exposes $position with values set to 'first', 'middle' or 'last'
15
+ - ng: switch now supports ng: switch-default as fallback switch option
6
16
7
17
### Breaking changes
8
18
- we now support ISO 8601 extended format datetime strings (YYYY-MM-DDTHH:mm: ss .SSSZ) as defined
11
21
- angular.Date.toString
12
22
- angular.String.fromDate
13
23
- JSON serialization and deserialization (used by json filter, $xhr and $resource)
24
+ - removed SSN validator. It's unlikely that most people will need it and if they do, it can be added
25
+ simple RegExp validator.
14
26
15
27
16
28
# <angular /> 0.9.2 faunal-mimicry (2010-11-03) #
You can’t perform that action at this time.
0 commit comments