diff options
| author | Igor Minar | 2010-10-20 17:00:36 -0700 |
|---|---|---|
| committer | Igor Minar | 2010-10-20 17:00:36 -0700 |
| commit | 68f074c29968ea8b43a987757fa5defee2ffcefc (patch) | |
| tree | 5d7e8554b98b4b987bc26572999ff9e8972d3183 | |
| parent | c53a37ed9149c1437b8a6da3047c3154371823ec (diff) | |
| download | angular.js-68f074c29968ea8b43a987757fa5defee2ffcefc.tar.bz2 | |
adding CHANGELOG.md with 0.9.0 release notes
| -rw-r--r-- | CHANGELOG.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..f12f9952 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ +# <angular/> 0.9.0 dragon-breath (2010-10-20) # + +### Security +- angular.fromJson not safei (issue #57) +- readString consumes invalid escapes (issue #56) +- use new Function instead of eval (issue #52) + +### Speed +- css cleanup + inline all css and images in the main js (issue #64) + +### Testability +- initial version of the built-in end-to-end scenario runner (issues #50, #67, #70) + +### API +- allow ng:controller nesting (issue #39) +- new built-in date format filter (issue #45) +- $location needs method you call on updates (issue #32) + + +### Chores +- release versioning + file renaming (issue #69) + +### Breaking changes +- $location.parse was replaced with $location.update +- all css and img files were inlined into the main js file, to support IE7 and older app must host + angular-ie-compat.js file + +### Big Thanks to Our Community Contributors +- Vojta Jina |
