]> source.dussan.org Git - jquery.git/shortlog
jquery.git
2016-12-19 Michał GołębiowskiBuild: Drop jscs.json from .npmignore
2016-12-19 Michał GołębiowskiBuild: ESLint setup improvements
2016-12-16 Richard GibsonDeferred: Stop inventing jQuery.when() resolution values
2016-12-13 Jason BedardOffset: report offset for 0 sized elements
2016-12-05 Michał GołębiowskiBuild: Make the @CODE-replacing regex more robust
2016-12-05 Timmy WillisonBuild: jQuery Foundation -> JS Foundation
2016-11-30 Manoj KumarCore: Deprecate jQuery.isArray
2016-10-31 Michał GołębiowskiBuild: Stop testing on Node.js 0.10
2016-10-31 Michał GołębiowskiDocs: Remove supported jQuery versions from ISSUE_TEMPL...
2016-10-26 Michał GołębiowskiBuild: Run tests on Node.js 7
2016-09-22 Timmy WillisonBuild: Updating the master version to 3.1.2-pre.
2016-09-22 Timmy WillisonRelease: fix quotes for releasing on Windows
2016-09-22 Timmy WillisonRelease: add email to .mailmap, update AUTHORS
2016-09-19 Steve MaoCore: remove precautionary variable `readyFiring`
2016-09-19 Dave MethvinBuild: Make sourcemap updates in two .replace() passes
2016-09-19 Michał GołębiowskiTests: Add test results for Safari 10/iOS 10, remove...
2016-09-19 Richard GibsonCore: Compress stripAndCollapse
2016-09-15 Timmy WillisonCore: rnotwhite -> rhtmlnotwhite and jQuery.trim -...
2016-09-12 Michał GołębiowskiBuild: Update promises-aplus-tests for compat with...
2016-09-12 Michał GołębiowskiTests: Disable a whitespace-setting test in Edge 14
2016-08-15 Timmy WillisonCore: expose noConflict in AMD mode 3279/head
2016-08-10 Dave MethvinTraversing: Let .not(arraylike) pass non-element nodes
2016-08-08 Richard GibsonBuild: Update Sizzle to 2.3.3 3266/head 3267/head
2016-08-08 Richard GibsonBuild: Update Sizzle to 2.3.2
2016-08-08 Dave MethvinAjax: Don't mangle the URL when removing the anti-cache...
2016-08-08 Richard GibsonBuild: Update Sizzle to 2.3.1
2016-08-05 Richard GibsonEvent: Optimize delegated event processing
2016-08-02 Oleg GaidarenkoBuild: .eslintrc -> .eslintrc.json
2016-08-02 Oleg GaidarenkoBuild: Simplify Gruntfile constructions
2016-08-02 Timmy WillisonBuild: add new email to mailmap
2016-07-25 Michał GołębiowskiBuild: Don't lint every file in dist/ (#3245)
2016-07-25 Alexander LisianoiBuild: use commitplease via husky, prohibit #NNNN githu...
2016-07-15 Oleg GaidarenkoBuild: Update eslint config and fix associated errors
2016-07-13 Michał GołębiowskiBuild: Upgrade ESLint to 3.x again 3225/head
2016-07-13 Michał GołębiowskiBuild: Skip running ESLint on Node.js 0.x
2016-07-13 Michał GołębiowskiBuild: Fix the regex removing the ESLint comment from...
2016-07-08 Oleg GaidarenkoBuild: Don't use ESLint 3.x
2016-07-08 Oleg GaidarenkoBuild: More ESLint related changes
2016-07-07 Timmy WillisonBuild: Updating the master version to 3.1.1-pre.
2016-07-07 Timmy WillisonBuild: ignore cdn and slim files when linting
2016-07-07 Timmy WillisonBuild: Updating the master version to 3.1.0-pre.
2016-07-07 Michał GołębiowskiCore: Re-throw errors that happened in callbacks wrappe... 3210/head
2016-06-22 Oleg GaidarenkoBuild: Improve ESLint configuration (#3188)
2016-06-11 Oleg GaidarenkoBuild: ESLint details 3148/head
2016-06-11 Oleg GaidarenkoTests: Move promise/A+ adapters for tests to dedicated...
2016-06-11 Oleg GaidarenkoBuild: Switch from jscs+jshint to eslint
2016-06-09 Timmy WillisonBuild: Updating the master version to 3.0.1-pre.
2016-06-09 Scott GonzálezEvent: Add the most commonly used pointer event properties
2016-06-09 Michał GołębiowskiDeferred: Propagate progress correctly from unwrapped... 3150/head
2016-06-03 Michał GołębiowskiAttributes: Avoid infinite recursion on non-lowercase... 3134/head
2016-06-03 Michał GołębiowskiDocs: Fix an incorrect comment in the attributes module
2016-06-03 Michał GołębiowskiTests: Remove side-effects of one attributes test
2016-06-03 Dave MethvinEvent: Allow constructing a jQuery.Event without a... 3141/head
2016-05-29 Michał GołębiowskiBuild: Drop testing on Node.js 5
2016-05-20 Michał GołębiowskiDocs: Use HTTPS URLs for jsfiddle & jsbin
2016-05-20 Michał GołębiowskiDocs: Tweak formatting of ISSUE_TEMPLATE.md
2016-05-20 Timmy WillisonRelease: update AUTHORS.txt
2016-05-19 Oleg GaidarenkoEvents: don't execute native stop(Immediate)Propagation...
2016-05-16 Christophe... CSS: Remove units from a 0 width/height element
2016-05-13 Timmy WillisonRelease: remove extraneous files from dist during release
2016-05-13 Timmy WillisonRelease: copy sizzle separately into an 'external'...
2016-05-12 Dave MethvinDeferred: Give better stack diagnostics on exceptions
2016-05-11 Timmy WillisonRelease: update AUTHORS.txt
2016-05-09 Dave MethvinEvent: Add touch event properties, eliminates need...
2016-05-09 Richard GibsonDeferred: Make jQuery.when synchronous when possible
2016-05-07 Richard GibsonEvent: Cover invalid delegation selector edge cases
2016-05-07 Felipe SatelerEvent: Evaluate delegate selectors at add time
2016-05-06 Dave MethvinEvent: Remove pageX/pageY fill for event object
2016-05-04 Jason BedardEvent: Remove fixHooks, propHooks; switch to ES5 getter...
2016-05-02 Michał GołębiowskiTests: Make the regex catching Safari 9.0/9.1 more...
2016-05-02 Michał GołębiowskiTests: take Safari 9.1 into account
2016-05-02 Richard GibsonDeferred: Separate the two paths in jQuery.when
2016-04-29 Ralin ChimevAjax: Remove unnecessary use of jQuery.trim
2016-04-29 Michał GołębiowskiBuild: Don't lint the built file in the husky precommit...
2016-04-27 Dave MethvinDocs: Add FAQ to reduce noise in issues 3088/head
2016-04-27 Oleg GaidarenkoRevert "Effects: Remove additional parameters of easings"
2016-04-27 Richard GibsonDeferred: Provide explicit undefined context for jQuery...
2016-04-27 Damian SennEvent: Make event dispatch optimizable by JavaScript...
2016-04-27 Dave MethvinAjax: Ensure ajaxSettings.traditional is still honored
2016-04-27 Alexander KSerialize: .param - don't use ajaxSettings.traditional
2016-04-26 Michał GołębiowskiBuild: Strip the strict-mode related comment in exports... 3078/head
2016-04-26 Michał GołębiowskiBuild: Strip excessive "use strict" pragmas when building
2016-04-26 Michał GołębiowskiBuild: test on Node.js 6
2016-04-26 Michał GołębiowskiCSS: Don't workaround the IE 11 iframe-in-fullscreen...
2016-04-26 Richard GibsonTests: Weaken sync-assumption from jQuery.when to jQuer...
2016-04-25 Michał GołębiowskiBuild: Put all AMD modules in "src/" in strict mode
2016-04-24 Richard GibsonBuild: Fix grunt-compare-size branch-tip storage
2016-04-24 Richard GibsonBuild: A more modest block-level function proposal
2016-04-24 Richard GibsonBuild: Update dependencies
2016-04-23 Michał GołębiowskiBuild: Revert grunt from 1.0.1 to 0.4.5
2016-04-23 Michał GołębiowskiBuild: Workaround strict mode violations caused by...
2016-04-23 Michał GołębiowskiBuild: Update dependencies (except jsdom)
2016-04-23 Richard GibsonOffset: Resolve strict mode ClientRect "no setter"...
2016-04-23 Richard GibsonDeferred: Remove default callback context
2016-04-22 Dave MethvinMisc: Add issue and pull request templates
2016-04-11 Dave MethvinTests: Refactor testIframe() to make it DRYer and more...
2016-04-11 Dave MethvinTests: Make iframe tests wait after checking isReady
2016-04-11 Richard GibsonCSS: Toggle detached elements as visible unless they...
2016-04-08 Oleg GaidarenkoCore: add test for `jQuery.isPlainObject(localStorage)`
2016-04-05 Richard GibsonSerialize: Reduce size
next