mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
adding CHANGELOG.md with 0.9.0 release notes
This commit is contained in:
parent
c53a37ed91
commit
68f074c299
1 changed files with 29 additions and 0 deletions
29
CHANGELOG.md
Normal file
29
CHANGELOG.md
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue