index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/npm_and_yarn/rollup-4.22.4
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Core: Prevent Object.prototype pollution for $.extend( true, ... )
Michał Gołębiowski-Owczarek
2019-03-25
1
-1
/
+2
*
Core: Support passing nonce through jQuery.globalEval
Michał Gołębiowski-Owczarek
2019-01-21
1
-2
/
+2
*
Core: Tiny efficiency fix to jQuery.extend / jQuery.fn.extend (#4246)
Marja Hölttä
2018-12-12
1
-6
/
+8
*
Build: Remove unnecessary ESLint exception
Ed S
2018-06-18
1
-3
/
+0
*
Core: deprecate jQuery.type
Jason Bedard
2018-01-16
1
-14
/
+4
*
Core: deprecate jQuery.isNumeric
Jason Bedard
2018-01-15
1
-14
/
+0
*
Core: deprecate jQuery.isFunction
Jason Bedard
2018-01-15
1
-12
/
+4
*
Core: deprecate jQuery.proxy (not slated for removal)
Timmy Willison
2018-01-08
1
-29
/
+0
*
Core: deprecate jQuery.now
Timmy Willison
2018-01-08
1
-2
/
+0
*
Core: make camelCase function available only for internal usage
Nilton Cesar
2018-01-08
1
-17
/
+1
*
Core: Deprecate jQuery.isWindow
Shashanka Nataraj
2017-07-10
1
-6
/
+3
*
Docs:Tests: Update IE/Edge-related support comments & tests
Michał Gołębiowski
2017-05-15
1
-1
/
+1
*
Core: Update isFunction to handle unusual-@@toStringTag input
Richard Gibson
2017-04-24
1
-2
/
+7
*
Core: Deprecate jQuery.nodeName
karan-96
2017-03-01
1
-4
/
+0
*
Core: Deprecate jQuery.isArray
Manoj Kumar
2016-11-30
1
-4
/
+2
*
Build: .eslintrc -> .eslintrc.json
Oleg Gaidarenko
2016-08-02
1
-1
/
+1
*
Build: Update eslint config and fix associated errors
Oleg Gaidarenko
2016-07-15
1
-5
/
+6
*
Build: ESLint details
Oleg Gaidarenko
2016-06-11
1
-6
/
+8
*
Build: Put all AMD modules in "src/" in strict mode
Michał Gołębiowski
2016-04-25
1
-0
/
+2
*
Core: Simplify isPlainObject
Richard Gibson
2016-04-04
1
-18
/
+18
*
Docs: Update support comments to follow the new syntax
Michał Gołębiowski
2016-03-30
1
-5
/
+5
*
Docs: Update support comments related to IE
Michał Gołębiowski
2016-03-30
1
-1
/
+1
*
Core: Restore 1.x isPlainObject constructor checks
Richard Gibson
2016-03-14
1
-1
/
+3
*
Core: restore enumeration behavior in isPlainObject
Timmy Willison
2016-03-07
1
-3
/
+6
*
Core: Improve isNumeric logic and test coverage
Steve Mao
2016-01-24
1
-1
/
+5
*
Core: do not expose second argument of the `jQuery.globalEval`
Oleg Gaidarenko
2015-12-02
1
-8
/
+6
*
Manipulation: execute scripts from iframe in the iframe's context
Timmy Willison
2015-11-09
1
-3
/
+4
*
Core: make isNumeric limited to strings and numbers
Timmy Willison
2015-10-21
1
-6
/
+6
*
Core: make isNumeric test work on Symbol
Liza Ramo
2015-10-17
1
-1
/
+2
*
Core: Support Symbol wrapper objects in jQuery.type
Christian Grete
2015-10-13
1
-1
/
+1
*
Core: Remove unnecessary parameter to jQuery#constructor
Yongwoo Jeon
2015-09-08
1
-1
/
+1
*
Build: Update jscs and lint files
Oleg Gaidarenko
2015-09-07
1
-21
/
+29
*
Core: .each/.map should accept an undefined/null value
Thomas Tortorini
2015-07-27
1
-11
/
+9
*
Core: Make jQuery objects iterable
Michał Gołębiowski
2015-06-13
1
-0
/
+10
*
Core: remove isArraylike check for nodes
Mu Haibao
2015-05-05
1
-4
/
+0
*
Data: camelCasing should not ignore case
Timmy Willison
2015-05-04
1
-1
/
+1
*
Data: do not include digits when camelCasing
Timmy Willison
2015-05-03
1
-1
/
+1
*
Core: add workaround for iOS JIT error in isArrayLike
Timmy Willison
2015-04-29
1
-1
/
+6
*
Core: change jQuery.each and jQuery#each signatures
Oleg Gaidarenko
2015-02-19
1
-31
/
+10
*
Core: Remove deprecated context and selector properties
Dave Methvin
2015-01-11
1
-4
/
+0
*
Build: Don't assume the browser environment; smoke test on Node w/ jsdom
Michał Gołębiowski
2014-12-26
1
-4
/
+2
*
Core: remove unnecessary support test for createHTMLDocument
Timmy Willison
2014-12-09
1
-1
/
+1
*
Core: use document.implemenation.createHTMLDocument in jQuery.parseHTML
Frederic Hemberger
2014-12-09
1
-1
/
+1
*
Core: Simplify and speed up .each
Daniel Husar
2014-12-09
1
-14
/
+5
*
Misc: Drop support for older browsers; update support comments
Michał Gołębiowski
2014-11-03
1
-1
/
+3
*
Build: update grunt-jscs-checker and pass with the new rules
Timmy Willison
2014-07-17
1
-2
/
+5
*
Ajax: Always use script injection in globalEval
Oleg Gaidarenko
2014-06-16
1
-19
/
+4
*
Support: clean up comments and Support notation
Dave Methvin
2014-06-10
1
-6
/
+4
*
Core: Work around loss of precision from parseFloat
Richard Gibson
2014-06-07
1
-1
/
+2
*
Core: Fix comments for .get() method
Benjy Cui
2014-03-20
1
-2
/
+2
[next]