]> source.dussan.org Git - jquery.git/shortlog
jquery.git
2015-01-11 Richard GibsonCallbacks: Don't abort execution on .lock()
2015-01-11 Richard GibsonCallbacks: No object starts out locked
2015-01-11 Richard GibsonBuild: Specify valid components for commit messages
2015-01-09 Dave MethvinDocs: Fix README uppercase
2015-01-07 Dave MethvinDocs: Clarify custom build instructions
2015-01-07 Dave MethvinRelease: Remove copying of jquery-latest files
2015-01-07 Victor HomyakovAjax: Fix cross-domain detection test for non-default...
2015-01-07 Dave MethvinMisc: Mac OS is now OS X, thanks @xfq
2015-01-05 Aditya RaghavanEvent: Normalize mouse event properties in drag events
2015-01-03 Anne-Gaelle... Build: Remove dates from copyright notice
2015-01-03 Michał GołębiowskiREADME: update the Homebrew site address
2014-12-26 Michał GołębiowskiBuild: Don't assume the browser environment; smoke...
2014-12-25 Nicolas HENRYDeferred: Fix $.when with resolved deferred and progres...
2014-12-25 Shivaji VarmaAjax: simplify jQuery.parseXML method
2014-12-25 Oleg GaidarenkoOffset: don't run scrollTop/scrollLeft iframe test...
2014-12-23 Oleg GaidarenkoCSS: simplify "defaultDisplay" module
2014-12-23 Oleg GaidarenkoManipulation: make wrapAll funarg execute only once
2014-12-23 Mike SidorovData: shave off a couple of bytes
2014-12-23 Victor HomyakovData: speed up $.fn.data() for camel-cased key
2014-12-23 Aditya RaghavanCSS: Add unit tests for negative margins and positioning
2014-12-23 Aditya RaghavanEvent: fix incorrect window bug with scrollTop/Left...
2014-12-17 Timmy WillisonBuild: Sizzle version labels must start with a dash
2014-12-17 Timmy WillisonBuild: update node dependencies
2014-12-17 Timmy WillisonBuild: account for version labels in Sizzle versions
2014-12-17 Dave MethvinAuthors: Update AUTHORS.TXT and .mailmap
2014-12-15 Timmy WillisonSizzle: update to 2.1.1
2014-12-15 Oleg GaidarenkoREADME: various text fixes
2014-12-13 Michał GołębiowskiSupport: Correct iOS 8 support test results, re-arrange...
2014-12-11 Ben ToewsAjax: use anchor tag for parsing urls
2014-12-10 Timmy WillisonCore: re-introduce createHTMLDocument in parseHTML...
2014-12-10 Dave MethvinEvent: Empty namespaces should be uneventfully ignored
2014-12-09 Timmy WillisonCore: revert addition of createHTMLDocument. Thanks...
2014-12-09 Dave MethvinCss: Remove non-functional unit test for negative margin
2014-12-09 Timmy WillisonCore: pass empty string to createHTMLDocument to appease IE
2014-12-09 Timmy WillisonCore: remove unnecessary support test for createHTMLDoc...
2014-12-09 Timmy WillisonBuild: fix tests in AMD mode
2014-12-09 Frederic HembergerCore: use document.implemenation.createHTMLDocument...
2014-12-09 Michał GołębiowskiSupport: Re-organize browser order, add Safari 8
2014-12-09 Daniel HusarCore: Simplify and speed up .each
2014-12-08 Michał GołębiowskiAttributes: Use the option val hook in select val hook... 1901/head
2014-12-08 Oleg GaidarenkoManipulation: improve test for data-URI
2014-12-08 Veaceslav GrimalschiEvent: Fully clean up events in unit test
2014-12-08 Dave MethvinCallbacks: Disabling a callback should prevent firing
2014-12-06 Richard GibsonTests: Tilt at a few style guide windmills
2014-12-06 Richard GibsonTests: Accommodate page changes from the QUnit HTML...
2014-12-05 Richard GibsonTests: Minor updates for QUnit 1.16 compatibility
2014-12-05 Richard GibsonTests: Update QUnit
2014-12-04 David CorbachoBuild: Remove empty define({}) from build output
2014-12-04 Dave MethvinCONTRIBUTING: Condense info and add directions to other...
2014-12-03 Dave MethvinEvent: Copy detail property to jQuery.Event on native...
2014-12-03 Dave MethvinCore: Throw an error on $("#") rather than returning...
2014-12-03 Dave MethvinREADME: Add selector-native.js link. Thanks @randsonjs!
2014-12-03 Bin XinManipulation: support data-URI scripts insertion
2014-12-02 Dave MethvinCSS: Clean up memory leak in reliableMarginRight
2014-11-16 Oleg GaidarenkoDimensions: allow modification of coordinates argument
2014-11-10 Oleg GaidarenkoDocs: correct grunt command in README.md
2014-11-08 Oleg GaidarenkoBuild: Fix various typos
2014-11-06 Michał GołębiowskiManipulation: Check state lost if the name is set for...
2014-11-04 Michał GołębiowskiMisc: Adjust comments & docs to dropping IE<8 in jQuery...
2014-11-03 Michał GołębiowskiMisc: Remove leftover -moz-box-sizing in tests
2014-11-03 Michał GołębiowskiMisc: Drop support for older browsers; update support...
2014-11-03 Timmy WillisonDocs: 1.x-master branch -> compat branch; 2.x branch...
2014-11-03 Timmy WillisonBuild: update version to 3.0.0-pre
2014-11-01 Dan HartAjax: Fix for request aborted in ajaxSend
2014-10-30 Arthur VerschaeveChange broken url to wayback one
2014-10-30 Michał GołębiowskiREADME: Update the description of the deprecated module
2014-10-30 Michał GołębiowskiDeprecated: Drop size and andSelf methods 1822/head
2014-10-22 Jörn ZaeffererBuild: Upgrade to commitplease 2.0.0
2014-10-19 Arthur VerschaeveMisc: Update all references to bugs.jquery.com
2014-10-19 Dave MethvinMisc: Need for speed removed by 9ad6e7e
2014-10-14 Oleg GaidarenkoAjax: remove event dependency from the ajax module 1697/head
2014-10-06 Dave MethvinReadme: Fix minor style issues. Thanks @MightyBranch!
2014-09-26 Oleg GaidarenkoREADME: Improve build instructions
2014-09-26 Jason BedardData: avoid non-alphanumeric chars in expando properties
2014-09-04 Daniel HermanEvent: Restore the `constructor` property on jQuery...
2014-09-04 Richard GibsonManipulation: Tolerate XMLNode host object input to...
2014-09-03 Amit MerchantCONTRIBUTING: Close parenthesis
2014-09-02 Oleg GaidarenkoCSS: Correct typo in the comment
2014-09-02 Oleg GaidarenkoCSS: Use pre-defined displays for html and body
2014-09-02 Nazar MokrynskyiCSS: Remove use of getDefaultComputedStyle
2014-09-02 Oleg GaidarenkoAttr: Use typeof check for getAttribute method
2014-09-02 Chris AntakiBuild: Moved JSHint directives to .jshintrc file
2014-09-02 Chris AntakiOffset: Simplified a conditional
2014-09-02 Chris AntakiCore: Drop strundefined variable
2014-09-02 Aurelio De... CSS: Removed redundant "to the number" in comment
2014-07-28 Michał GołębiowskiCss: Fix the "sanity check" test
2014-07-18 Timmy WillisonCSS: elements are hidden when either offsetWidth or...
2014-07-17 Timmy WillisonBuild: update source map options for the new grunt...
2014-07-17 Timmy WillisonBuild: update grunt-jscs-checker and pass with the...
2014-07-17 Timmy WillisonBuild: update node dependencies barring jscs
2014-07-17 Timmy WillisonBuild: update front-end dependencies 1620/head
2014-07-17 Timmy WillisonBuild: drop bower; use npm for front-end deps
2014-07-12 Chris AntakiAjax: Remove workaround for IE6/7
2014-07-12 upisfreeReadme: Fix punctuation in tile
2014-07-12 Timo TijhofCore: Consistently use local reference to access()
2014-07-01 Timmy WillisonBuild: update Sizzle to 2.0.0
2014-06-30 Michał GołębiowskiSelector: Remove "#" exception for identifier tokens
2014-06-27 Scott GonzálezBuild: Update license
2014-06-25 Timmy WillisonBuild: update grunt-bowercopy
2014-06-25 Timmy WillisonBuild: update Sizzle to 1.11.1 and include license
next