X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=ChangeLog.txt;h=c91bf667ae38b7771401299164efdda20ed30881;hb=5acecf6e2814701f9e22f91f17fcb33ef910e88a;hp=10ab7eaafb7cf4be96d406599ea8af9e488e53da;hpb=865706d2fe6c13066e5097561e39ad1d48adfb9a;p=jquery.git diff --git a/ChangeLog.txt b/ChangeLog.txt index 10ab7ea..c91bf66 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -22,9 +22,12 @@ New and Noteworthy - Implemented a better error handling for ajax requests. Exceptions caused by dropping connections are now handled, too. - Added global settings for AJAX (in addition to timeout), use $.ajaxSetup() to modify them - You can now unbind event handlers from within themselves - - Documented filter(Function) + - Documented filter(Function), a very powerful approach for custom filtering - Improved docs for FX module, merging method descriptions and marking optional arguments - Improved docs for append, prepend, before and after, merging the three pairs into one + - Improved show/hide animations to show only hidden and hide only visible elements + - Added attr(String,Function) to calculate the value and support for attr("key", "${formula}") syntax, a shortcut for the former + - text(String) now escapes HTML per default and optionally stris tags completely 1.0.4 -----