From 7411b24812eb370e65dd6bd2ba3a33a20f90ba26 Mon Sep 17 00:00:00 2001
From: Igor Minar
Date: Wed, 10 Nov 2010 22:14:16 -0800
Subject: updating the release notes for 0.9.3 release
---
CHANGELOG.md | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5b4f21d3..eecec546 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,18 @@
-# 0.9.3 cold-resistance (in-progress) #
+# 0.9.3 cold-resistance (2010-11-10) #
+
+### Docs
+- prettier docs app with syntax highlighting for examples, etc
+- added documentation, examples and scenario tests for many more apis including:
+ - all directives
+ - all formatters
+ - all validators
+ - some widgets
### Api
- date filter now accepts strings that angular.String.toDate can convert to Date objects
- angular.String.toDate supports ISO8061 formated strings with all time fractions being optional
+- ng:repeat now exposes $position with values set to 'first', 'middle' or 'last'
+- ng:switch now supports ng:switch-default as fallback switch option
### Breaking changes
- we now support ISO 8601 extended format datetime strings (YYYY-MM-DDTHH:mm:ss.SSSZ) as defined
@@ -11,6 +21,8 @@
- angular.Date.toString
- angular.String.fromDate
- JSON serialization and deserialization (used by json filter, $xhr and $resource)
+- removed SSN validator. It's unlikely that most people will need it and if they do, it can be added
+ simple RegExp validator.
# 0.9.2 faunal-mimicry (2010-11-03) #
--
cgit v1.2.3