Skip to content

Commit 7411b24

Browse files
committed
updating the release notes for 0.9.3 release
1 parent ae5f6f4 commit 7411b24

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
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
210

311
### Api
412
- date filter now accepts strings that angular.String.toDate can convert to Date objects
513
- 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
616

717
### Breaking changes
818
- we now support ISO 8601 extended format datetime strings (YYYY-MM-DDTHH:mm:ss.SSSZ) as defined
@@ -11,6 +21,8 @@
1121
- angular.Date.toString
1222
- angular.String.fromDate
1323
- 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.
1426

1527

1628
# <angular/> 0.9.2 faunal-mimicry (2010-11-03) #

0 commit comments

Comments
 (0)