]> source.dussan.org Git - jquery.git/shortlog
jquery.git
2020-02-10 Michał Gołębiowski... Event: remove jQuery.event.global
2020-01-27 Michał Gołębiowski... Docs: Remove a mention of the event/alias.js module...
2020-01-27 Michał Gołębiowski... Build: Lint the minified jQuery file as well - a Gruntf...
2020-01-21 Michał Gołębiowski... Ajax: Deprecate AJAX event aliases, inline event/alias...
2020-01-21 Michał Gołębiowski... CSS: Remove the opacity CSS hook
2020-01-21 Michał Gołębiowski... Build: Lint the minified jQuery file as well
2020-01-20 Michał Gołębiowski... Build: Add intuitive names to Travis jobs
2020-01-20 Michał Gołębiowski... Core: Exclude callbacks & deferred modules in the slim...
2020-01-13 Michał Gołębiowski... Attributes: Refactor val(): don't strip carriage return...
2020-01-13 Michał Gołębiowski... Tests: Remove obsolete jQuery data tests
2020-01-13 Michał Gołębiowski... Attributes: Don't set the type attr hook at all outside...
2020-01-07 Michał Gołębiowski... Build: Make dev mode work in Karma again, serve source...
2020-01-07 Michał Gołębiowski... Build:Tests: Fix custom build tests, verify on Travis
2020-01-07 Michał Gołębiowski... Docs: Update links to EdgeHTML issues to go through...
2020-01-07 Michał Gołębiowski... Build: Create a `grunt custom:slim` alias for the Slim...
2019-12-16 Michał Gołębiowski... Selector: Remove the "a:enabled" workaround for Chrome...
2019-12-16 Timmy WillisonDocs: direct users to GitHub docs for cloning the repo
2019-12-16 Michał Gołębiowski... Build: Make Karma work in ES modules mode
2019-12-09 Michał Gołębiowski... Build: Auto-convert sources to AMD
2019-12-09 Michał Gołębiowski... Event: Only attach events to objects that accept data...
2019-12-03 Christian OliffDocs: Change OS X to macOS in README
2019-12-02 Michał Gołębiowski... Build: Fix the Windows build
2019-11-25 Michał Gołębiowski... Build: Require extensions for ES6 imports, prevent...
2019-11-19 Michał Gołębiowski... Build: Fix the import path to serialize.js from ajax.js
2019-11-18 Michał Gołębiowski... Selector: Make empty attribute selectors work in IE...
2019-11-18 Michał Gołębiowski... Core: Migrate from AMD to ES modules 🎉
2019-10-28 Michał Gołębiowski... Tests: Skip a "width/height on a table row with phantom...
2019-10-28 Michał Gołębiowski... Tests: Don't test synchronous XHR on unload in Chrome
2019-10-22 Michał Gołębiowski... Build: Run tests on Travis only on browsers defined...
2019-10-22 Michał Gołębiowski... Build: Run tests on Firefox ESR as well
2019-10-22 Michał Gołębiowski... Build: Run tests on Node.js 13 in addition to 8, 10...
2019-10-21 Michał Gołębiowski... Build: Run tests on Travis on FirefoxHeadless as well
2019-10-21 Michał Gołębiowski... Selector: Use shallow document comparisons in uniqueSort
2019-10-21 Michał Gołębiowski... Docs: Update most URLs to HTTPS
2019-10-21 Michał Gołębiowski... Selector: Add a test for throwing on post-comma invalid...
2019-10-21 Michał Gołębiowski... Tests: Stop using jQuery.find in tests
2019-10-14 Michał Gołębiowski... CSS: Workaround buggy getComputedStyle on table rows...
2019-10-14 Michał Gołębiowski... Selector: Make selectors with leading combinators use...
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
next