X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=newandnoteworthy.txt;h=cf8dcd58f7014edf9666eadafda6d42b1e24bf9d;hb=651116df95cb7e77f04d5a6411775c27f627d0ed;hp=722ded8847b71883a47cff34b1168fb775bf96da;hpb=9c073265de00b196ddeb298fa01328210ccffd89;p=jquery.git diff --git a/newandnoteworthy.txt b/newandnoteworthy.txt index 722ded8..cf8dcd5 100644 --- a/newandnoteworthy.txt +++ b/newandnoteworthy.txt @@ -1,14 +1,14 @@ New and Noteworthy ----------------- -1.0.5/1.1 +1.1 ----- - Massive speed-ups (4x-10x) in the selector engine - Fixed synchronous requests - $.get, $.getIfModified, $.post, $.getScript and $.getJSON now all pass through the XMLHttpRequest as returned by $.ajax - - Improved AJAX docs (eg. more examples for $.ajax - - Improved event fixingFixed event fixing (Opera provides event.srcElement, must ignore it if target is available; only create pageX if clientX is available) + - Improved AJAX docs (eg. more examples for $.ajax) + - Improved event fixing (Opera provides event.srcElement, must ignore it if target is available; only create pageX if clientX is available) - Fixed ID with context selectors (eg. div #id doesn't ignore "div" anymore) - Fixed nth-child selectors to start on the right number - Improved jQuery.merge to avoid unnecessary loops @@ -17,6 +17,8 @@ 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) + - Improved docs for FX module, merging method descriptions and marking optional arguments 1.0.4 -----