]> source.dussan.org Git - jquery.git/shortlog
jquery.git
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
2016-04-05 Joe TrumbullSerialize: Treat literal and function-returned null...
2016-04-04 Oleg GaidarenkoAjax: execute jQuery#load callback with correct context
2016-04-04 Oleg GaidarenkoTests: do not run IE9 effect tests if inside testswarm
2016-04-04 Richard GibsonCore: Simplify isPlainObject
2016-04-04 Timmy WillisonCore: set the base href of the context in parseHTML
2016-04-04 Timmy WillisonCore: implement ready without Deferred
2016-03-30 Michał GołębiowskiDocs: Update support comments to follow the new syntax 3014/head
2016-03-30 Michał GołębiowskiDocs: Update support comments related to IE
2016-03-30 Michał GołębiowskiDocs:Tests: Remove legacy code & add support comments...
2016-03-28 Oleg GaidarenkoSupport: improve support properties computation
2016-03-28 Oleg GaidarenkoBuild: add "Support" module to commitplease list
2016-03-17 Timmy WillisonAttributes: strip/collapse whitespace for set values...
2016-03-14 Oleg GaidarenkoBuild: try insight package to get info about custom...
2016-03-14 Richard GibsonCore: Restore 1.x isPlainObject constructor checks
2016-03-14 Timmy WillisonRelease: set version in source for releases
2016-03-12 Oleg GaidarenkoTests: add additional test for jQuery.isPlainObject 2992/head 2993/head 2994/head
2016-03-09 Alexander LisianoiTests: Restrict "p > * > *" selection in selector.js...
2016-03-09 Timmy WillisonRelease: update AUTHORS.txt
2016-03-09 Timmy WillisonBuild: combine intro and outro
2016-03-08 Michał GołębiowskiDocs:Tests: Remove obsolete code from tests, update... 2949/head
2016-03-07 Timmy WillisonAttributes: remove redundant parent check
2016-03-07 Timmy WillisonSelector: filters -> pseudos
2016-03-07 Timmy WillisonCore: restore enumeration behavior in isPlainObject
2016-03-04 Oleg GaidarenkoBuild: update husky dependency
2016-03-03 Oleg GaidarenkoBuild: update grunt-contrib-jshint and grunt-jscs while...
2016-03-02 Michał GołębiowskiCore: Deprecate jQuery.parseJSON
2016-02-24 Timmy WillisonRelease: include external/sizzle in releases
2016-02-24 Vitaliy TerzievDimensions: Add tests for negative borders & paddings
2016-02-22 Alexander LisianoiTests: limit selection to #qunit-fixture in attributes.js
2016-02-17 William RobinetTests: fix typos
2016-02-17 Michał GołębiowskiAttributes: remove the lower-casing logic for attribute...
2016-02-13 Oleg GaidarenkoBuild: add `npm-debug.log` to `.gitignore`
2016-02-13 Oleg GaidarenkoBuild: remove npm-debug file
2016-02-13 Oleg GaidarenkoTests: use `jQuery` variable instead of `$`
2016-02-11 Oleg GaidarenkoBuild: simplify and correct .editorconfig
2016-02-11 Oleg GaidarenkoTests: test element position outside view
2016-02-10 Timmy WillisonBuild: use hard-coded path to sizzle in selector-sizzle
2016-02-10 Michał GołębiowskiBuild: Drop testing on jsdom with Node 0.10 & 0.12
2016-02-10 Michał GołębiowskiBuild: Move the stripJSONComments variable to the funct...
2016-02-09 Michał GołębiowskiBuild: Stop removing the JSHint onevar option, it's...
2016-02-08 Oleg GaidarenkoTests: account for new offset tests
2016-02-08 Oleg GaidarenkoRevert "Offset: account for scroll when calculating...
2016-02-03 Michał GołębiowskiAttributes: Add a support comment & fix a link @ tabInd... 2903/head
2016-01-31 Oleg GaidarenkoTests: fix another traverse test
2016-01-29 Oleg GaidarenkoTests:Build: update qunit and fix incorrect test
2016-01-28 Oleg GaidarenkoBuild: add scripts.precommit script
2016-01-28 Jha NamanBuild: run linters on git-commit
2016-01-28 Timmy WillisonSelector: add jQuery.escapeSelector
2016-01-27 Timmy WillisonCSS: Add test for gh-2867
2016-01-27 Todor PrikumovCSS: Make sure elem.ownerDocument.defaultView is not...
2016-01-27 Bernhard M... Docs: use https where possible
2016-01-27 Michał GołębiowskiBuild: switch from win-spawn to cross-spawn
2016-01-27 Michał GołębiowskiBuild: Update npm deps, fix Sinon npmcopy config
2016-01-27 Michał GołębiowskiBuild: Add .npmrc with save-exact=true
2016-01-27 Michał GołębiowskiBuild: enable JSCS for test/unit/support.js, fix stylin...
2016-01-27 Zack HallTests: Set Edge's expected support for clearCloneStyle...
2016-01-27 Michał GołębiowskiTests: Fix manipulation tests in Android 4.4
2016-01-25 Richard GibsonCore: Update isNumeric tests for pre-ES2015 safety
2016-01-25 Steve MaoCore: Improve isNumeric logic and test coverage
2016-01-21 Timmy WillisonEffects: remove width/height exception for oldIE
2016-01-21 Timmy WillisonCSS: isHidden -> isHiddenWithinTree
2016-01-20 Timmy WillisonTraversing: restore jQuery push behavior in .find
2016-01-20 Michał GołębiowskiTests: Fix Deferred tests in Android 5.0's stock Chrome...
2016-01-19 Timmy WillisonAjax: add serialize to AMD dependencies
2016-01-19 Devin WilsonEvent: Fix chaining .on() with null handlers
2016-01-19 Timmy WillisonAttributes: fix setting selected on an option in IE<=11
2016-01-14 Richard GibsonCSS: Stop Firefox from treating disconnected elements...
2016-01-14 Timmy WillisonDocs: add note about code organization with AMD
2016-01-14 Timmy WillisonDocs: remove compat references
2016-01-13 Timmy WillisonRelease: update AUTHORS.txt
2016-01-13 Richard GibsonCSS: Restore cascade-override behavior in .show
2016-01-13 Richard GibsonTraversing: Never let .closest() match positional selectors
2016-01-13 Martijn W.... Traversing: .not/.filter consistency with non-elements
2016-01-13 Jon DufresneDocs: Updated links to https where they are supported.
2016-01-13 Richard GibsonDocs: Reference new feature guidelines and API tenets
2016-01-13 Henry WongTests: fixed grammar in comment
2016-01-13 Josh SorefDocs: Fix various spelling errors
2016-01-13 Dave MethvinDeferred: Warn on exceptions that are likely programmin...
2016-01-13 Dave MethvinDeferred: Remove undocumented progress notifications...
2016-01-11 Timmy WillisonBuild: Encode non-ASCII as \uXXXX
2016-01-11 Timmy WillisonSelector: update Sizzle to 2.3.0
2016-01-07 Leonardo BragaManipulation: Bring tagname regexes up to spec
2016-01-07 Jun SunCSS: Add animation-iteration-count to cssNumber, fix...
2016-01-07 Timmy WillisonRevert "Attributes: Remove undocumented .toggleClass...
2015-12-03 Jae Sung ParkEvent: Remove duplicated word text on comment 2771/head
2015-12-02 Timmy WillisonAttributes: exclusively lowercase A-Z in attribute...
2015-12-02 Oleg GaidarenkoCore: do not expose second argument of the `jQuery...
2015-12-01 Dave MethvinAjax: Preserve URL hash on requests
2015-11-19 Richard GibsonAjax: Golf away 21 bytes
next