aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Build: Make sure `*.cjs` & `*.mjs` files use UNIX line endings as wellMichał Gołębiowski-Owczarek2023-07-101-0/+3
* Build: switch preferred email for timmywilTimmy Willison2023-07-101-4/+4
* Build: Bump github/codeql-action & actions/checkoutdependabot[bot]2023-07-022-5/+5
* Docs: Fix typos found by codespellDimitri Papadopoulos Orfanos2023-06-284-7/+7
* Build: Drop individual AMD modulesMichał Gołębiowski-Owczarek2023-06-2713-110/+12
* Tests: Disable the ":lang respects escaped backslashes" testMichał Gołębiowski-Owczarek2023-06-271-3/+13
* Docs: remove stale gitter badge from readmeTimmy Willison2023-06-231-1/+3
* Build: Reference GitHub Actions by commit SHAsGabriela Gutierrez2023-06-132-7/+7
* Core: Fix regression in jQuery.text() on HTMLDocument objectsTimo Tijhof2023-06-122-4/+12
* Selector: Re-expose jQuery.find.{tokenize,select,compile,setDocument}Michał Gołębiowski-Owczarek2023-06-123-5/+242
* Build: Switch the minifier from UglifyJS to TerserMichał Gołębiowski-Owczarek2023-05-314-18/+19
* Docs: Remove the "Grunt build" section from the PR templateMichał Gołębiowski-Owczarek2023-05-311-1/+0
* Build: Make the `eslint:dev` task not lint the `dist/` folderMichał Gołębiowski-Owczarek2023-05-311-1/+5
* Deprecated: Define `.hover()` using non-deprecated methodsMichał Gołębiowski-Owczarek2023-05-221-1/+3
* Build: Test on Node.js 20, stop testing on Node.js 14 & 19Michał Gołębiowski-Owczarek2023-05-221-1/+1
* Tests: Indicate Chrome 112 & Safari 16.4 pass the cssHas support testMichał Gołębiowski-Owczarek2023-04-052-15/+27
* CSS: Make `offsetHeight( true )`, etc. include negative marginsMichał Gołębiowski-Owczarek2023-04-042-4/+12
* Event: Avoid collisions between jQuery.event.special & Object.prototypeMichał Gołębiowski-Owczarek2023-04-032-2/+22
* Event: Simplify the check for saved data in leverageNativeMichał Gołębiowski-Owczarek2023-04-031-1/+1
* Event: Make trigger(focus/blur/click) work with native handlersMichał Gołębiowski-Owczarek2023-03-272-6/+73
* Event: Simulate focus/blur in IE via focusin/focusoutMichał Gołębiowski-Owczarek2023-03-272-166/+258
* Ajax: Don't treat array data as binaryMichał Gołębiowski-Owczarek2023-03-212-67/+202
* Build: Only install Playwright dependencies when neededMichał Gołębiowski-Owczarek2023-03-201-1/+1
* Ajax: Allow `processData: true` even for binary dataMichał Gołębiowski-Owczarek2023-03-202-2/+28
* Tests: Test AJAX deprecated event aliases properlyMichał Gołębiowski-Owczarek2023-03-151-5/+5
* Deferred: Rename `getStackHook` to `getErrorHook`Michał Gołębiowski-Owczarek2023-03-143-12/+15
* Release: add support for md5 sums in windowsTimmy Willison2023-03-091-2/+15
* Selector: Stop relying on CSS.supports( "selector(...)" )Michał Gołębiowski-Owczarek2023-02-145-64/+36
* Selector: Backport jQuery selection context logic to selector-nativeMichał Gołębiowski-Owczarek2023-02-1323-414/+516
* Build: Bump actions/setup-node from 3.5.1 to 3.6.0dependabot[bot]2023-02-021-1/+1
* Ajax: Support binary data (including FormData)Michał Gołębiowski-Owczarek2023-02-018-5/+109
* Deferred: Respect source maps in jQuery.Deferred.exceptionHookMichał Gołębiowski-Owczarek2023-02-012-5/+5
* Ajax: Support `headers` for script transport even when cross-domainMichał Gołębiowski-Owczarek2023-02-012-34/+98
* Build: Run GitHub Action browser tests on Playwright WebKitMichał Gołębiowski-Owczarek2023-01-237-38/+69
* Build: Migrate middleware-mockserver to modern JSMichał Gołębiowski-Owczarek2023-01-232-60/+80
* Build: remove stale Insight package from custom buildsTimmy Willison2022-12-202-42/+1
* Selector: Make selector lists work with `qSA` againMichał Gołębiowski-Owczarek2022-12-194-7/+34
* Core:Selector: Move jQuery.contains from the selector to the core moduleMichał Gołębiowski-Owczarek2022-12-127-74/+70
* Build: Limit permissions for GitHub workflowsAlex2022-12-012-0/+10
* Selector: Implement the `uniqueSort` chainable methodMichał Gołębiowski-Owczarek2022-11-282-22/+61
* Tests: Indicate Firefox 106+ passes the `cssSupportsSelector` testMichał Gołębiowski-Owczarek2022-11-252-2/+8
* Selector: Re-introduce selector-native.jsMichał Gołębiowski-Owczarek2022-11-219-27/+161
* Build: Test on Node.js 18 & 19, stop testing on Node 12Michał Gołębiowski-Owczarek2022-11-171-1/+1
* Selector:Manipulation: Fix DOM manip within template contentsMichał Gołębiowski-Owczarek2022-11-143-4/+56
* Build: Bump actions/setup-node from 3.5.0 to 3.5.1dependabot[bot]2022-11-011-1/+1
* Docs: Remove stale badge from READMETimmy Willison2022-10-241-2/+0
* Ajax: Support `null` as success functions in `jQuery.get`Michał Gołębiowski-Owczarek2022-10-174-7/+27
* Selector: Drop support for legacy pseudos, test custom pseudosMichał Gołębiowski-Owczarek2022-10-112-21/+76
* Manipulation: Extract domManip to a separate fileMichał Gołębiowski-Owczarek2022-10-103-107/+113
* Build: Update Grunt from 1.4.1 to 1.5.3Michał Gołębiowski-Owczarek2022-10-031-1/+1