]> source.dussan.org Git - jquery.git/shortlog
jquery.git
2013-01-31 Timmy WillisonMinor updates. All parameters of an internal function...
2013-01-31 Timmy WillisonRevert change to visible/hidden selectors until 1.10...
2013-01-30 Dave MethvinFix #13349. No need to sort simple .find() cases.
2013-01-27 Dave MethvinUpdate author list.
2013-01-27 adamcoulombeFix #13150, .has() w/o args checks for any callbacks...
2013-01-27 Dave MethvinFix #12656. Make event shorthands excludable.
2013-01-27 Dave MethvinFix #12846. Restore overflow when animation is stopped.
2013-01-26 Dave MethvinFix build until next grunt rc, disable compare_size.
2013-01-26 Dave MethvinFix #13316. Use minified version in unit testing.
2013-01-25 Richard GibsonFix #13274: Wrap sourceMap directive in multiline comme...
2013-01-25 Richard GibsonFix #13281: update Sizzle
2013-01-24 Richard GibsonFix #13315: compare typeof node.method to var instead...
2013-01-24 byrootDon't try and convert data for 204 No Content responses...
2013-01-23 Timmy WillisonIgnore file inputs when serializing forms. File input...
2013-01-21 Timmy WillisonFix failing tests, add support for empty spans in Opera...
2013-01-21 Timmy WillisonTreat elements as hidden when either offsetWidth OR...
2013-01-21 jaubourgNever use the XML as parsed by the XHR instance. Use...
2013-01-20 Ryunosuke SATOFix requirements and dependencies in README, close...
2013-01-20 Ryunosuke SATOFix broken link in CONTRIBUTING.md, close gh-1132.
2013-01-18 Timmy WillisonUpdate Sizzle: fixes native slice usage
2013-01-17 Richard GibsonFix jQuery #13251: use slice instead of substring
2013-01-16 Richard GibsonRef 8f72967e: use acceptData to determine when it is...
2013-01-16 danilsomsikovFix #8335: Avoid memory leak by never setting data...
2013-01-16 Richard GibsonFix #13233: re-allow .replaceWith of text nodes. Close...
2013-01-16 Richard GibsonNo ticket: improve replaceWith testing
2013-01-16 Richard GibsonFix #13182: update Sizzle
2013-01-16 Richard GibsonFix #13208: only check elements for delegation matches
2013-01-16 Mike SherovFix #13183: Wrong animation initial value calc. Close...
2013-01-15 Dave MethvinUpdating the source version to 1.9.1pre
2013-01-15 Dave MethvinTagging the 1.9.0 release.
2013-01-15 Dave MethvinSimplify release notes generator script.
2013-01-14 Richard Gibson0a3a424e with moar guard for IE6
2013-01-14 Richard GibsonFix #13203: delegated events with selector matching...
2013-01-14 Richard GibsonFix f860e0bd Firefox failures
2013-01-14 Richard GibsonNo ticket: sync with master @ b75b9ef8
2013-01-14 Richard GibsonFix #13180: don't delegate into SVG <use>
2013-01-14 Richard Gibsonreduce size
2013-01-14 Richard GibsonjQuery.event.handlers delegate matching hook point
2013-01-14 Richard Gibson #13180 unit test
2013-01-13 OlegAdd a comment 1128/head
2013-01-13 OlegFixes #13200 - innerHTML in buildFragment need end...
2013-01-13 Richard GibsonFix 9cf812d7 oldIE failures
2013-01-12 Richard GibsonNo ticket: compress event.js
2013-01-11 Dave MethvinUpdate copyrights used in file headers.
2013-01-11 Richard GibsonUpdate Sizzle
2013-01-11 OlegRef 0ed497b. Close gh-1125.
2013-01-10 Richard GibsonUpdate Sizzle
2013-01-10 Dave MethvinFix map file reference in .min.js file.
2013-01-09 Corey FrangAdding some more test coverage for .finish()
2013-01-09 OlegRef gh-1117: Don't stop on a falsy value in buildFragment.
2013-01-09 Dave MethvinUpdating the source version to 1.9.0pre
2013-01-09 Dave MethvinTagging the 1.9.0rc1 release. 1.9.0rc1
2013-01-08 nantoPropagate context of returned deferred object in Deferr...
2013-01-08 jaubourgOpera 12.0 still implements an older version of the...
2013-01-08 Dave MethvinResurrect buildFragment and sacrifice jQuery.clean...
2013-01-08 OlegRef #8908. Update IE9 css clone fix. Close gh-1120.
2013-01-08 Corey Frang Fix #13103. Add .finish() method. Cherry picked from...
2013-01-07 Dave MethvinFix #12863. Prevent oldIE from calling `.removeAttribute`
2013-01-06 Dave MethvinFix #12336. Ensure oldIE really does .empty() selects.
2013-01-06 Dave MethvinFix #12471. Use consistent line endings in jquery.js
2013-01-04 Dave MethvinFix #12945. Check for .getAttribute so IE9 is happy.
2012-12-31 Mike SherovFixes #13088: under IE8, $(selector).attr('style')...
2012-12-29 Dave MethvinAdd release support for map files.
2012-12-23 Dave MethvinFollowup to gh-1089. Avoid duplicate typeof check.
2012-12-23 Sebi BurkhardFix #13075. Optimize $.type by preferring `typeof`...
2012-12-23 Sebi BurkhardFix #13076. Speed up $() with strings, part of gh-1089.
2012-12-23 Dave MethvinPut .min.js file at the end so compare_size will work.
2012-12-22 Dave MethvinKnow when to hold em, know when to fold em.
2012-12-22 Dave MethvinPut the map in the dist directory.
2012-12-22 Dave MethvinPost-process map file so it has the right path.
2012-12-21 Richard GibsonUpdate Sizzle
2012-12-21 Richard GibsonFix 00bbbe20 test failures
2012-12-21 OlegDo not perform support check for old Opera. Close gh...
2012-12-21 OlegFix #12569. Improve feature detect for event bubbling...
2012-12-21 Richard GibsonFix #13070: better unescaping logic in Sizzle
2012-12-21 OlegFix #13094. Pass index to .before(fn) fn as documented...
2012-12-20 Mike SherovBetter dependency versions for grunt packages, thanks...
2012-12-20 Mike SherovMake sure Jenkins can grunt jQuery right from npm install
2012-12-20 Mike SherovAdd comment about where to locate grunt TODO's
2012-12-19 Mike SherovUpdate to Grunt 0.4, and Uglify2 with Source Maps! 1092/head
2012-12-19 Dave MethvinDo not assume new versions are back compatible.
2012-12-18 Dave MethvinRemove .live() tests now in Migrate plugin.
2012-12-18 Dave MethvinFix #13078. Remove .live() and .die(). Great rejoicing.
2012-12-18 Timmy WillisonSizzle: :lang updates for handling backslashes, xml...
2012-12-17 Timmy WillisonSizzle: QA for :lang from gibson
2012-12-17 Timmy WillisonSizzle: add support for :lang selector
2012-12-17 Dave MethvinUpdating the source version to 1.9.0pre
2012-12-17 Dave MethvinTagging the 1.9.0b1 release. 1.9.0b1
2012-12-16 Dave MethvinUse the right repo.
2012-12-16 Dave MethvinUpdate the build script so it runs on Windows.
2012-12-16 Dave MethvinUpdate version in release notes builder.
2012-12-16 Richard GibsonFix #13064: better test fixture cleanup. Close gh-1075.
2012-12-16 Richard Gibsonlet .attr(checked|selected, true) update the property
2012-12-16 Richard GibsonResolve a763ae72 test failures
2012-12-16 Richard GibsonFix #11115: Normalize boolean attributes/properties...
2012-12-15 Timmy WillisonSizzle: size optimization
2012-12-15 Timmy WillisonSizzle: initialize with default document on load to...
2012-12-15 Timmy WillisonSizzle: assume window.document in Sizzle.matches; massi...
2012-12-15 Timmy WillisonUpdate Sizzle
2012-12-15 Timmy WillisonUpdate Sizzle: avoid calling setDocument when possible
next