]> source.dussan.org Git - jquery.git/shortlog
jquery.git
2020-09-02 Michał Gołębiowski... Tests: Recognize callbacks with dots in the Node.js... 4785/head
2020-09-02 Michał Gołębiowski... Tests: Skip the "jQuery.ajax() on unload" test in Safari
2020-09-02 Michał Gołębiowski... Build: Make the import/no-unused-modules ESLint rule...
2020-09-01 Michał Gołębiowski... Attributes: Drop the `toggleClass(boolean|undefined...
2020-08-31 Michał Gołębiowski... Ajax: Make responseJSON work for erroneous same-domain...
2020-08-26 Michał Gołębiowski... Event: Remove the event.which shim
2020-08-25 Dallas FraserAjax: Execute JSONP error script responses
2020-08-25 Michał Gołębiowski... Ajax: Avoid CSP errors in the script transport for...
2020-08-13 Wonhyoung ParkTests: Remove an unused local variable
2020-07-27 Ed SandersBuild: Append .eslintignore paths to grunt eslint paths
2020-07-27 Michał Gołębiowski... Ajax: Drop the json to jsonp auto-promotion logic
2020-07-22 Necmettin KarakayaBuild: Use the US spelling of "favor"
2020-07-20 Beatriz RezenerBuild: Fix commitplease husky config
2020-07-15 Michał Gołębiowski... Build: Update dependencies
2020-06-25 Timmy Willisonbuild: set up periodic code scanning analysis
2020-06-10 Michał Gołębiowski... Manipulation: Avoid concatenating strings in buildFragment
2020-06-08 Michał Gołębiowski... Docs: Update Frequently Reported Issues in the GitHub...
2020-06-02 Michał Gołębiowski... Build:Event: Make sure all source modules' exports...
2020-05-18 Michał Gołębiowski... Deprecated: Remove jQuery.trim
2020-05-18 Michał Gołębiowski... Release: Remove an unused chalk dependency
2020-05-18 Michał Gołębiowski... Build: Update eslint-config-jquery, fix linting violations
2020-05-18 Michał Gołębiowski... Tests: Remove remaining obsolete jQuery.cache references
2020-05-18 Michał Gołębiowski... Docs: Change JS Foundation mentions to OpenJS Foundation
2020-05-12 Timmy WillisonDocs: add SECURITY.md, show security email address
2020-05-05 Michał Gołębiowski... Build: Followups after introducing ES modules compiled...
2020-05-05 Michał Gołębiowski... CSS: Include `show`, `hide` & `toggle` methods in the...
2020-05-05 Wonseop KimBuild: Correct code indentations based on jQuery Style...
2020-04-30 Michał Gołębiowski... Tests: Workaround failures in recent XSS tests in iOS...
2020-04-29 Pierre GrimaudDocs: Fix typos
2020-04-29 Michał Gołębiowski... Tests: Add tests for recently fixed manipulation XSS...
2020-04-27 Michał Gołębiowski... Build: Reduce the slim build header comment & jQuery...
2020-04-27 Michał Gołębiowski... Tests: Use only one focusin/out handler per matching...
2020-04-27 Ed SBuild: Move ESLint max-len disable-directive to dist...
2020-04-27 Michał Gołębiowski... Tests: Fix flakiness in the "jQuery.ajax() - JSONP...
2020-04-25 Michał Gołębiowski... Docs: Update the link to the jsdom repository
2020-04-23 Michał Gołębiowski... Build: Test on Node.js 14, stop testing on Node.js...
2020-04-20 Ed SBuild: Enable reportUnusedDisableDirectives in ESLint
2020-04-17 JonathanDocs: Use https for hyperlinks in README
2020-04-06 Christian WenzAjax: Overwrite s.contentType with content-type header...
2020-03-16 Michał Gołębiowski... Manipulation: Make jQuery.htmlPrefilter an identity...
2020-03-13 Michał Gołębiowski... Build: Resolve Travis config warnings
2020-03-02 Michał Gołębiowski... Data:Event:Manipulation: Prevent collisions with Object...
2020-03-02 Michał Gołębiowski... Release: Use an in-repository dist README fixture
2020-03-02 Michał Gołębiowski... Build: Enable ESLint one-var rule for var declarations...
2020-03-02 Michał Gołębiowski... Tests: Pass a number of necessary done() calls to asser...
2020-02-24 Michał Gołębiowski... Build: Add Christian Oliff to .mailmap & AUTHORS.txt
2020-02-10 Michał Gołębiowski... Core: Fire iframe script in its context, add doc param...
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...
next