]> source.dussan.org Git - jquery.git/shortlog
jquery.git
2016-05-11 Timmy WillisonCSS: disconnected elements should be hidden
2016-05-09 Timmy WillisonRelease: copy sizzle separately into an 'external'...
2016-05-02 Michał GołębiowskiTests: Make the regex catching Safari 9.0/9.1 more...
2016-05-02 Michał GołębiowskiTests: take Safari 9.1 into account
2016-04-26 Michał GołębiowskiRevert "Build: remove node .10 from travis"
2016-04-26 Michał GołębiowskiBuild: test on Node.js 6
2016-04-26 Michał GołębiowskiCSS: Don't workaround the IE 11 iframe-in-fullscreen...
2016-04-05 Timmy WillisonBuild: Updating the 1.12-stable version to 1.12.4-pre. 3069/head
2016-04-04 Oleg GaidarenkoAjax: execute jQuery#load callback with correct context
2016-03-23 Michał GołębiowskiRevert "Ajax: Mitigate possible XSS vulnerability"
2016-03-17 Timmy WillisonBuild: Updating the 1.12-stable version to 1.12.3-pre.
2016-03-17 Timmy WillisonAttributes: ignore option value mismatch on untrimmed...
2016-03-17 Timmy WillisonAttributes: strip/collapse whitespace for set values...
2016-03-07 Timmy WillisonCore: fix isPlainObject(Object.create) test in IE 2989/head
2016-03-07 Timmy WillisonAttributes: fix setting selected on an option in IE<=11
2016-03-07 Timmy WillisonCore: restore enumeration behavior in isPlainObject
2016-03-02 Michał GołębiowskiCore: drop the document.implementation.createHTMLDocume...
2016-02-24 Timmy WillisonRelease: include external/sizzle in releases
2016-02-22 Timmy WillisonBuild: Updating the 1.12-stable version to 1.12.2-pre.
2016-02-22 Timmy WillisonBuild: update AUTHORS
2016-02-22 Timmy WillisonCSS: fix for disconnected elems on doc fragments in...
2016-02-22 Timmy WillisonBuild: use hard-coded path to sizzle in selector-sizzle
2016-02-13 Zack HallTests: Set Edge's expected support for clearCloneStyle...
2016-02-13 Oleg GaidarenkoBuild: add `npm-debug.log` to `.gitignore`
2016-02-13 Oleg GaidarenkoTests: use `jQuery` variable instead of `$`
2016-02-11 Oleg GaidarenkoBuild: use tabs in CSS, also simplify and correct ...
2016-02-11 Oleg GaidarenkoTests: test element position outside view
2016-02-08 Oleg GaidarenkoRevert "Offset: account for scroll when calculating...
2016-01-27 Timmy WillisonCSS: Add test for gh-2867
2016-01-27 Todor PrikumovCSS: Make sure elem.ownerDocument.defaultView is not...
2016-01-15 Devin WilsonEvent: Add tests for chaining .on() with null handlers 2843/head
2016-01-14 Timmy WillisonCore: use interactive to evaluate dom ready, barring...
2016-01-11 Michał GołębiowskiTests: compat -> 1.x in comments
2016-01-08 Timmy WillisonBuild: Updating the 1.12-stable version to 1.12.1-pre.
2016-01-08 Timmy WillisonRelease: update AUTHORS.txt again
2016-01-08 Timmy WillisonManipulation: re-expose domManip until 3.0
2016-01-08 Timmy WillisonRelease: ensure files are copied to dist
2016-01-08 Timmy WillisonRelease: allow local and github dists
2016-01-08 Timmy WillisonRelease: update AUTHORS.txt
2016-01-08 Timmy WillisonRelease: compat -> 1.x. Remove compat-specific release...
2016-01-07 Michał GołębiowskiTests: Disable/relax a few tests failing in Android 2.3
2016-01-07 Jun SunCSS: Add animation-iteration-count to cssNumber, fix...
2016-01-07 Timmy WillisonAttributes: fix toggleClass(boolean) in ie6/7
2016-01-07 Timmy WillisonTests: use assert syntax in restored test
2016-01-07 Timmy WillisonRevert "Event: remove guard for falsy handler argument...
2016-01-07 Timmy WillisonRevert "Attributes: Remove undocumented .toggleClass...
2016-01-07 Timmy WillisonRevert "Deprecated: Drop size and andSelf methods"
2016-01-07 Timmy WillisonTests: fix support values for android
2016-01-06 Timmy WillisonEffects: add back support.shrinkWrapBlocks() for ie6
2016-01-06 Timmy WillisonRevert "Offset: simplify jQuery#offsetParent method"
2016-01-06 Timmy WillisonTests: fix support tests in ie9
2016-01-06 Timmy WillisonCSS: fix reliableHiddenOffsets support test for IE6-7
2016-01-06 Timmy WillisonRevert "Manipulation: simplify html wrappers"
2016-01-06 Timmy WillisonCSS: fix visible/hidden for IE6/7
2016-01-06 Timmy WillisonAttributes: fix IE6-7 classes
2016-01-06 Timmy WillisonRevert "Ajax: remove "onunload" event handler"
2016-01-06 Timmy WillisonRevert "Ajax: use anchor tag for parsing urls"
2016-01-06 Timmy WillisonRevert "Misc: Drop support for older browsers; update...
2015-12-22 Oleg GaidarenkoWrap: correct tests length 2794/head
2015-12-22 Oleg GaidarenkoBuild: another portion of code style fixes
2015-12-22 Oleg GaidarenkoManipulation: correct wrapMap assign
2015-12-22 Oleg GaidarenkoRevert "Wrap: Support .unwrap( selector) for selective...
2015-12-22 Oleg GaidarenkoRevert "Core: Return empty array instead of null for...
2015-12-22 Oleg GaidarenkoRevert "Manipulation: simplification of manipulation...
2015-12-22 Oleg GaidarenkoRevert "Ajax: simplify one ajax call and add explanator...
2015-12-22 Michał GołębiowskiEffects: Remove tests for jQuery.Animation & jQuery...
2015-12-22 Oleg GaidarenkoBuild: code style fixes
2015-12-22 Oleg GaidarenkoBuild: remove needless file and re-enable jscs
2015-12-22 Oleg GaidarenkoBuild: remove node .10 from travis
2015-12-22 Oleg GaidarenkoBuild: code style fixes after all those reverts
2015-12-22 Oleg GaidarenkoRevert "Ajax: Always use script injection in globalEval"
2015-12-22 Oleg GaidarenkoRevert "Effects: Reintroduce use of requestAnimationFrame"
2015-12-22 Oleg GaidarenkoRevert "Effects: Improve raf logic"
2015-12-22 Oleg GaidarenkoRevert "Core: Remove deprecated context and selector...
2015-12-22 Oleg GaidarenkoRevert "Core: Throw an error on $("#") rather than...
2015-12-22 Oleg GaidarenkoOffset: do not run tests which break without back-incom...
2015-12-22 Oleg GaidarenkoTests: correct revert artefact
2015-12-22 Oleg GaidarenkoRevert "Manipulation: make wrapAll funarg execute only...
2015-12-22 Oleg GaidarenkoRevert "Traversing: simplify jQuery#contents method"
2015-12-22 Oleg GaidarenkoRevert "CSS: simplify hack of css getter for the comput...
2015-12-22 Oleg GaidarenkoRevert "CSS: simplify "defaultDisplay" module"
2015-12-22 Oleg GaidarenkoRevert "Callbacks: Don't abort execution on .lock()"
2015-12-22 Oleg GaidarenkoRevert "Manipulation: don't auto-insert tbody"
2015-12-22 Oleg GaidarenkoRevert "Ajax: remove deprecated extensions from ajax...
2015-12-22 Oleg GaidarenkoRevert "Deferred: Backwards-compatible standards intero...
2015-12-22 Oleg GaidarenkoRevert "Data: do not include digits when camelCasing"
2015-12-22 Oleg GaidarenkoCSS: remove revert artefact
2015-12-22 Oleg GaidarenkoRevert "Data: always camelCase keys in .data()"
2015-12-22 Oleg GaidarenkoRevert "Data: camelCasing should not ignore case"
2015-12-22 Oleg GaidarenkoRevert "Offset: Fix .offset() to correctly work with...
2015-12-22 Oleg GaidarenkoRevert "Offset: remove ownerDocument check in offset...
2015-12-22 Oleg GaidarenkoRevert "Offset: allow offset setter to throw for discon...
2015-12-22 Oleg GaidarenkoBuild: Temprary disable jscs checks
2015-12-22 Oleg GaidarenkoRevert "CSS: Ignore the CSS cascade in show()/hide...
2015-12-22 Oleg GaidarenkoRevert "Core: remove custom ready event"
2015-12-22 Oleg GaidarenkoRevert "Event: remove deprecated event aliases"
2015-12-22 Oleg GaidarenkoRevert "Ajax: Remove remnants of the load event alias...
2015-12-22 Oleg GaidarenkoRevert "Deferred: add .catch handler"
2015-12-22 Oleg GaidarenkoRevert "CSS: Make .css("width") & .css("height") return...
2015-12-22 Oleg GaidarenkoRevert "Effects: Remove additional parameters of easings"
next