aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Build: Don't lint the built file in the husky precommit hookMichał Gołębiowski2016-04-291-1/+1
* Docs: Add FAQ to reduce noise in issuesDave Methvin2016-04-271-0/+3
* Revert "Effects: Remove additional parameters of easings"Oleg Gaidarenko2016-04-272-7/+16
* Deferred: Provide explicit undefined context for jQuery.when raw castsRichard Gibson2016-04-272-2/+8
* Event: Make event dispatch optimizable by JavaScript enginesDamian Senn2016-04-271-5/+9
* Ajax: Ensure ajaxSettings.traditional is still honoredDave Methvin2016-04-272-2/+73
* Serialize: .param - don't use ajaxSettings.traditionalAlexander K2016-04-272-33/+12
* Build: Strip the strict-mode related comment in exports/global.jsMichał Gołębiowski2016-04-262-1/+8
* Build: Strip excessive "use strict" pragmas when buildingMichał Gołębiowski2016-04-261-1/+1
* Build: test on Node.js 6Michał Gołębiowski2016-04-261-0/+1
* CSS: Don't workaround the IE 11 iframe-in-fullscreen sizing issuesMichał Gołębiowski2016-04-261-7/+0
* Tests: Weaken sync-assumption from jQuery.when to jQuery.ready.thenRichard Gibson2016-04-261-11/+35
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-2599-0/+195
* Build: Fix grunt-compare-size branch-tip storageRichard Gibson2016-04-231-1/+1
* Build: A more modest block-level function proposalRichard Gibson2016-04-232-19/+19
* Build: Update dependenciesRichard Gibson2016-04-231-2/+2
* Build: Revert grunt from 1.0.1 to 0.4.5Michał Gołębiowski2016-04-231-1/+1
* Build: Workaround strict mode violations caused by UglifyJSMichał Gołębiowski2016-04-231-0/+1
* Build: Update dependencies (except jsdom)Michał Gołębiowski2016-04-231-16/+16
* Offset: Resolve strict mode ClientRect "no setter" exceptionRichard Gibson2016-04-231-2/+4
* Deferred: Remove default callback contextRichard Gibson2016-04-234-38/+57
* Misc: Add issue and pull request templatesDave Methvin2016-04-222-0/+37
* Tests: Refactor testIframe() to make it DRYer and more consistentDave Methvin2016-04-1142-110/+142
* Tests: Make iframe tests wait after checking isReadyDave Methvin2016-04-1115-72/+48
* CSS: Toggle detached elements as visible unless they have display: noneRichard Gibson2016-04-114-14/+61
* Core: add test for `jQuery.isPlainObject(localStorage)`Oleg Gaidarenko2016-04-081-0/+6
* Serialize: Reduce sizeRichard Gibson2016-04-051-7/+8
* Serialize: Treat literal and function-returned null/undefined the sameJoe Trumbull2016-04-052-2/+8
* Ajax: execute jQuery#load callback with correct contextOleg Gaidarenko2016-04-042-1/+20
* Tests: do not run IE9 effect tests if inside testswarmOleg Gaidarenko2016-04-042-24/+34
* Core: Simplify isPlainObjectRichard Gibson2016-04-045-23/+37
* Core: set the base href of the context in parseHTMLTimmy Willison2016-04-042-8/+31
* Core: implement ready without DeferredTimmy Willison2016-04-045-44/+210
* Docs: Update support comments to follow the new syntaxMichał Gołębiowski2016-03-3028-55/+54
* Docs: Update support comments related to IEMichał Gołębiowski2016-03-308-11/+12
* Docs:Tests: Remove legacy code & add support comments where neededMichał Gołębiowski2016-03-306-55/+38
* Support: improve support properties computationOleg Gaidarenko2016-03-281-19/+15
* Build: add "Support" module to commitplease listOleg Gaidarenko2016-03-281-0/+1
* Attributes: strip/collapse whitespace for set values on selectsTimmy Willison2016-03-172-11/+88
* Build: try insight package to get info about custom buildsOleg Gaidarenko2016-03-142-2/+42
* Core: Restore 1.x isPlainObject constructor checksRichard Gibson2016-03-142-2/+13
* Release: set version in source for releasesTimmy Willison2016-03-142-1/+16
* Tests: add additional test for jQuery.isPlainObjectOleg Gaidarenko2016-03-121-1/+11
* Tests: Restrict "p > * > *" selection in selector.js to #qunit-fixtureAlexander Lisianoi2016-03-092-9/+33
* Release: update AUTHORS.txtTimmy Willison2016-03-091-0/+9
* Build: combine intro and outroTimmy Willison2016-03-095-10/+18
* Docs:Tests: Remove obsolete code from tests, update support commentsMichał Gołębiowski2016-03-0823-151/+70
* Attributes: remove redundant parent checkTimmy Willison2016-03-071-1/+1
* Selector: filters -> pseudosTimmy Willison2016-03-073-4/+6
* Core: restore enumeration behavior in isPlainObjectTimmy Willison2016-03-072-5/+20