diff options
| author | Misko Hevery | 2011-02-10 11:20:49 -0800 | 
|---|---|---|
| committer | Misko Hevery | 2011-02-16 08:59:42 -0500 | 
| commit | 00cc9eb32a9387040d0175fcfd21cf9dcab6514f (patch) | |
| tree | 0edaac339a3ec69ff769e20b28b6ebe51d040272 /CHANGELOG.md | |
| parent | ef4bb28be13e99f96c9ace5936cf26a174a0e5f0 (diff) | |
| download | angular.js-00cc9eb32a9387040d0175fcfd21cf9dcab6514f.tar.bz2 | |
rewrite of JQuery lite implementation, which now better supports selected sets
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 04d511d0..579dd61b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@  <a name="0.9.12"><a/>  # <angular/> 0.9.12 thought-implanter (in-progress) # +### API +- rewrite of JQuery lite implementation for better supports operations on multiple nodes when +  matched by a selector. +  ### Breaking changes  - Removed the $init() method after the compilation. The old way of compiling the DOM element was    angular.compile(element).$init(); The $init was there to allow the users to do any work to the  | 
