Tagging the 1.5rc1 release.
[jquery.git] / src / core.js
2011-01-23 jaubourgFixes some coding style issues in core.js. In jQuery...
2011-01-21 jeresigMerge branch '8013p' of https://github.com/rwldrn/jquer...
2011-01-20 rwldrnCleaned up; fixes per review
2011-01-20 jeresigMerge branch 'master' of github.com:jquery/jquery
2011-01-20 jeresigBring jQuery('#id') and jQuery('body') logic back into...
2011-01-20 jaubourgMerge branch 'master' of github.com:jquery/jquery
2011-01-20 jaubourgRenames Deferred's fire and fireReject methods as resol...
2011-01-20 jeresigFix typo in regex tweak from previous commit.
2011-01-20 jeresigMove jQuery(...) selector speed-up logic into Sizzle...
2011-01-18 Anton MRemove an unused regex and optimize character escape...
2011-01-17 Brandon SterneDefer scriptEval test until first use to prevent Conten...
2011-01-16 jaubourgPut the split to get the list of promise methods out...
2011-01-16 jaubourgImplements joined jQuery.when statements. Makes it...
2011-01-14 Jared Grippeadded jQuery.subclass
2011-01-10 Colin SnoverEnsure that buildFragment clones elements properly...
2011-01-06 jaubourgRenamed "complete" to "done" in order to avoid conflict...
2011-01-06 jaubourgFixed mixing of tabs & spaces to make JSLint happier.
2011-01-05 Colin SnoverCleaning up trailing whitespace again.
2011-01-05 wycatsRevert "Register as a CommonJS async module if in that...
2011-01-05 jaubourg"then" renamed "complete" and new "then" method defined...
2010-12-31 jaubourgSimplified the way a Promise is tested for (removed...
2010-12-31 jaubourgIntroduced a new promise method on deferreds that retur...
2010-12-31 unknownRemoved custom method in isDeferred and when.
2010-12-31 unknownDeferred cannot be cancelled by returning false in...
2010-12-31 unknownCapitalized Deferred & _Deferred to clearly mark them...
2010-12-31 unknownjQuery.parseXML extracted from ajax & added to core...
2010-12-31 jaubourgRemoved NFE to make old Safari happy and avoid leaks...
2010-12-31 jaubourgFixed a loop that only worked in webkit.
2010-12-31 jaubourgAdded deferred to core. Used internally for DOM readyne...
2010-12-31 jaubourgRemoved NFE to make old Safari happy and avoid leaks...
2010-12-31 jaubourgFixed a loop that only worked in webkit.
2010-12-31 jaubourgAdded deferred to core. Used internally for DOM readyne...
2010-12-30 jaubourgSimplified the way a Promise is tested for (removed...
2010-12-30 Colin SnoverClean trailing whitespace from all files.
2010-12-30 Colin SnoverUpdate CommonJS module registration to check to see...
2010-12-28 jaubourgIntroduced a new promise method on deferreds that retur...
2010-12-28 jaubourgMerge branch 'master' of github.com:jquery/jquery into...
2010-12-27 jrburkeRegister as a CommonJS async module if in that kind...
2010-12-25 unknownRemoved custom method in isDeferred and when.
2010-12-25 unknownDeferred cannot be cancelled by returning false in...
2010-12-24 unknownCapitalized Deferred & _Deferred to clearly mark them...
2010-12-24 unknownjQuery.parseXML extracted from ajax & added to core...
2010-12-24 jaubourgRemoved NFE to make old Safari happy and avoid leaks...
2010-12-24 jaubourgFixed a loop that only worked in webkit.
2010-12-24 jaubourgAdded deferred to core. Used internally for DOM readyne...
2010-12-21 jaubourgRemoved NFE to make old Safari happy and avoid leaks...
2010-12-20 jaubourgFixed a loop that only worked in webkit.
2010-12-20 jaubourgAdded deferred to core. Used internally for DOM readyne...
2010-12-09 jeresigBacking out fb6c038bf00296480234c971a1664ac01ca1479e...
2010-12-09 jeresigMerge branch 'explain-map-concat' of https://github...
2010-12-09 jeresigMerge branch 'bug_7413' of https://github.com/rwldrn...
2010-11-27 adam j. sontagAdd a comment explaining that jQuery.map flattens arrays
2010-11-19 Anton MImprove performance of get() for negative indices....
2010-11-09 rwldrnFixes #7413; isEmptyObject() check to see if obj passes...
2010-11-09 John ResigMake sure that if an additional load event is triggered...
2010-11-09 John ResigMake sure that when multiple variables are being declar...
2010-10-22 jeresigMake sure that the ready event doesn't double-fire...
2010-10-17 John ResigVar wasn't being explicitly declared. Fixes #7226.
2010-09-27 jeresigMake sure that opacity is being reset properly on a...
2010-09-24 jeresigMake sure that the body element exists before doing...
2010-09-24 jeresigIncrease the speed of the single setTimeout calls for...
2010-09-23 jeresigMerge branch 'master' of github.com:jquery/jquery
2010-09-23 Robert KaticMade jQuery.type more consistent with host objects.
2010-09-23 Robert KaticEnsured that arrays are not considered same as plain...
2010-09-23 jeresigDelay the result of the readyState check to give script...
2010-09-22 jeresigAdd some tests for jQuery.isWindow and make sure that...
2010-09-22 jeresigUnify the means of detecting a window across the librar...
2010-09-22 jeresigSome minor lint fixes for the RegExp.
2010-09-22 jeresigApplied the RegExp issues reported by Jeff Robinson...
2010-09-22 jeresigRe-work the document scoping.
2010-09-21 John ResigFix bug with the readyWait DOM ready addition.
2010-09-20 John ResigAllow plugins to delay the exeuction of the ready event...
2010-09-14 jeresigWrap the core return in parens to fix a confused JSLint.
2010-09-09 jeresigMake sure that jQuery is being exposed outside of core...
2010-09-08 jeresigMake sure that the removeEvent and buildFragment privat...
2010-08-27 John ResigSwitched to use 'in' for the setInterval/window check...
2010-08-27 John ResigBlackberry 4.6 is capable of finding elements that...
2010-08-27 John ResigUse the native isArray whenever possible. See perf...
2010-08-27 John ResigSimplify the logic in $.type, thanks to jdalton for...
2010-08-27 John ResigAdded some tweaks to $.type to handle null and undefine...
2010-08-25 John ResigAdding in a jQuery.type(obj) method (a simple map to...
2010-08-25 John ResigTweaked logic for working around Blackberry 4.7 makeArr...
2010-08-23 John ResigFixing getting/setting classes and makeArray(RegExp...
2010-06-20 jeresigMade it so that you no longer need to build jQuery...
2010-03-23 jeresigMade it so that you no longer need to build jQuery...
2010-03-11 jeresigSwitch to using String.prototype.trim from String.trim...
2010-03-09 jeresigLanding a faster trim method. Based upon the work by...
2010-03-02 jeresigMore changes to get jQuery in line with JSLint.
2010-03-01 jeresigLand some additional tweaks related to running through...
2010-03-01 jeresigMade some code tweaks related to running jQuery through...
2010-02-13 jeresigIf .attr() is run on no elements undefined should be...
2010-02-13 jeresigMake sure leading whitespace is trimmed for parseJSON...
2010-02-13 jeresigRemove the need for the internal setArray method, it...
2010-01-29 jeresigThe context for 'body' should still be document, in...
2010-01-28 jeresigLanding some minor perf optimization to jQuery().
2010-01-28 jeresigOptimize for the case where a fragment-bound element...
2010-01-23 jeresigMake empty strings (and other non-string values) simply...
2010-01-23 jeresigExpose the JSON parsing logic. Fixes #5914.
2010-01-23 jeresigCentralize the logic for throwing exceptions. Fixes...
2010-01-23 Ben AlmanSimplification of uaMatch, based upon the patch by...
next