]> source.dussan.org Git - jquery.git/shortlog
jquery.git
2019-10-08 Michał Gołębiowski... Build: Require strict mode in Node.js scripts via ESLint
2019-10-08 Michał Gołębiowski... Manipulation:Selector: Use the nodeName util where...
2019-10-07 Christian OliffDocs: Convert link to Homebrew from HTTP to HTTPS
2019-10-05 Michał Gołębiowski... Build: Support jquery-release --dry-run flag
2019-10-04 Michał Gołębiowski... Build: Stop copying src/core.js to dist on release
2019-09-26 Michał Gołębiowski... Release: Update AUTHORS.txt
2019-09-26 Sean RobinsonAjax: Do not execute scripts for unsuccessful HTTP...
2019-09-24 Ahmed.S.ElAfifiCore: Use Array.prototype.flat where supported
2019-09-24 Michał Gołębiowski... Selector: Use shallow document comparisons to avoid...
2019-09-24 Michał Gołębiowski... Core: Remove private copies of push, sort & splice...
2019-09-24 Michał Gołębiowski... Core: Implement .even() & .odd() to replace POS :even...
2019-08-30 Michał Gołębiowski... Deprecated: Fix AMD parameter order
2019-08-26 Michał Gołębiowski... Selector: reduce size, simplify setDocument
2019-08-26 Michał Gołębiowski... Ajax: Simplify jQuery.ajaxSettings.xhr
2019-08-26 Michał Gołębiowski... Build: Remove the external directory, read from node_mo...
2019-08-22 Shashanka NatarajCore: Deprecate jQuery.trim
2019-08-20 Richard GibsonTests: Port changes from Sizzle
2019-08-19 Michał Gołębiowski... Selector: Leverage the :scope pseudo-class where possible
2019-08-19 Michał Gołębiowski... Tests: Fix a comment in testinit.js
2019-08-12 Timmy WillisonTests: update npo.js and include unminified source...
2019-08-09 Michał Gołębiowski... Selector: Bring back querySelectorAll shortcut usage
2019-07-29 Michał Gołębiowski... Selector: Inline Sizzle into the selector module
2019-06-26 Michał Gołębiowski... Selector: Port Sizzle tests to jQuery
2019-05-13 Michał Gołębiowski... Build: ESLint: forbid unused function parameters
2019-05-13 Michał Gołębiowski... Build: Fix the regex parsing AMD var-modules (#4389)
2019-05-13 Michał Gołębiowski... Core: Remove IE-specific support tests, rely on documen...
2019-05-08 Michał Gołębiowski... Traversing: Fix `contents()` on `<object>`s with childr...
2019-05-06 Pat O'CallaghanTraversing: Fix `contents()` on `<object>`s with children
2019-05-01 Wonseop KimEffect: Fix a unnecessary conditional statement in...
2019-04-30 Michał Gołębiowski... Build: Fix AMD dependencies in curCSS
2019-04-29 Michał Gołębiowski... Core: Drop support for IE <11, iOS <11, Firefox <65...
2019-04-29 Richard GibsonTests: Restrict an event test fallback to TestSwarm
2019-04-29 Michał Gołębiowski... Core: Remove deprecated jQuery APIs
2019-04-29 Michał Gołębiowski... Tests: Fix the new focusin/focusout test in IE
2019-04-29 Michał Gołębiowski... Event: Stop shimming focusin & focusout events
2019-04-29 Michał Gołębiowski... Data: Separate data & css/effects camelCase implementations
2019-04-29 Richard GibsonEvent: Prevent leverageNative from registering duplicat...
2019-04-29 Richard GibsonEvent: Fix handling of multiple async focus events
2019-04-23 Michał Gołębiowski... Build: Test on Node.js 12, stop testing on Node.js...
2019-04-17 Michał Gołębiowski... Build: Fix unresolved jQuery reference in finalPropName
2019-04-09 Timmy WillisonRelease: update AUTHORS.txt
2019-04-09 Michał Gołębiowski... Build: Update Sizzle from 2.3.3 to 2.3.4
2019-04-08 Michał Gołębiowski... CSS: Don't automatically add "px" to properties with... 4055/head
2019-04-08 Michał Gołębiowski... Build: Update the master version to 4.0.0-pre
2019-04-04 Michał Gołębiowski... Tests: Fix the core-js polyfill inclusion method
2019-04-04 Michał Gołębiowski... Build: Update Sinon from 2.3.7 to 7.3.1, other updates
2019-04-02 Timmy WillisonUpdate README.md
2019-03-27 Michał Gołębiowski... Tests: Make Android Browser 4.0-4.3 dimensions tests...
2019-03-27 Michał Gołębiowski... Tests: Make Android Browser 4.0-4.3 AJAX tests green
2019-03-25 buddh4Core: Preserve CSP nonce on scripts with src attribute... 4328/head
2019-03-25 Richard GibsonEvent: Prevent leverageNative from double-firing focusin
2019-03-25 Michał Gołębiowski... Core: Prevent Object.prototype pollution for $.extend...
2019-03-20 Richard GibsonEvent: Leverage native events for focus/blur/click...
2019-03-18 Michał Gołębiowski... CSS: Avoid forcing a reflow in width/height getters...
2019-03-11 Michał Gołębiowski... Build: Run the basic test suite in jsdom
2019-03-11 Michał Gołębiowski... Build: Remove manual QUnit fixture resetting
2019-03-11 Michał Gołębiowski... Build: Make Promises/A+ tests use the dot reporter...
2019-03-04 Michał Gołębiowski... Build: Update QUnit from 1.23.1 to 2.9.2 4314/head
2019-03-04 Michał Gołębiowski... Build: Run Karma browser tests on Node.js 10 instead...
2019-03-04 Michał Gołębiowski... Build: Update jsdom; migrate a test with Symbol polyfil...
2019-02-19 Michał Gołębiowski... Build: Remove obsolete globals from ESLint configuration
2019-02-19 abnud1Build: Update most dependencies
2019-02-18 abnud1Build: Update test code for compatibility with QUnit...
2019-01-29 Michał Gołębiowski... Build: Advise to create test cases on JS Bin or CodePen...
2019-01-21 Michał Gołębiowski... Core: Support passing nonce through jQuery.globalEval
2019-01-21 Michał Gołębiowski... Manipulation: Respect script nomodule attribute in...
2019-01-14 Michał Gołębiowski... Tests: Skip nonce tests in old iOS/Android as well
2019-01-14 Michał Gołębiowski... Core: Preserve CSP nonce on scripts in DOM manipulation
2018-12-14 Michał Gołębiowski... Tests: Exclude Android 4.x from repeated header names...
2018-12-13 Richard GibsonManipulation: Restore _evalUrl jQuery.ajax calls to...
2018-12-12 Richard GibsonManipulation: Only evaluate HTTP-successful script src
2018-12-12 Marja HölttäCore: Tiny efficiency fix to jQuery.extend / jQuery...
2018-12-03 Timmy WillisonTests: fix dimensions tests in testswarm
2018-11-27 Timmy WillisonDimensions: fall back to offsetWidth/Height for border...
2018-11-27 Timmy WillisonTests: add IE launcher for debugging IE11 on Windows
2018-11-26 Timmy WillisonTests: fix ajax test failure; add to header instead...
2018-11-26 Andrei FangliAjax: Fix getResponseHeader(key) for IE11
2018-11-12 Michał Gołębiowski... Tests: Add Safari 12 & iOS 12 results
2018-11-12 Michał Gołębiowski... Tests: Move latest Firefox before Firefox 60 test results
2018-11-09 Saptak SenguptaCore: Recognize Shadow DOM in attachment checks
2018-10-31 Michał Gołębiowski... Build: Run tests on Node.js 11 as well
2018-10-08 Michał Gołębiowski... CSS: Don't read styles.position in the width/height...
2018-10-03 Michał Gołębiowski... Tests: Add tests for not auto-appending "px" to CSS...
2018-09-07 Richard GibsonTests: Allow Karma to load unminfied source
2018-08-29 Bert ZhangCSS: Don't auto-append "px" to possibly-unitless CSS...
2018-08-21 Jason BedardTests: use width style instead of SVG width attribute...
2018-08-01 Michał Gołębiowski... Tests: Account for the iPad with iOS 11.3 user agent
2018-07-30 Michał Gołębiowski... Tests: Skip module tests in Edge
2018-07-30 Michał Gołębiowski... Tests: Make support tests pass in Firefox 52
2018-07-27 Timmy WillisonDocs: add gitter badge to README.md
2018-07-13 Richard Gibson Manipulation: Properly detect HTML elements with singl...
2018-07-09 Michał Gołębiowski... Tests: Add support test results for Firefox 61+
2018-06-21 Jason BedardDimensions: fix computing outerWidth on SVGs
2018-06-20 Timmy WillisonSerialize: jQuery.param: return empty string when given...
2018-06-20 Timmy WillisonUpdate node dependencies (sans jsdom, qunit, and sinon)
2018-06-18 Ed SBuild: Remove unnecessary ESLint exception
2018-06-18 Michał Gołębiowski... Test: enable a spec testing CSS whitespace preserving...
2018-06-17 Dave MethvinMisc: Add config for lockbot
2018-06-04 Michał Gołębiowski... CSS: Don't auto-append "px" to CSS variables (#4064)
2018-05-15 Kris BorchersREADME: Add FOSSA license scan status badge
next