aboutsummaryrefslogtreecommitdiffstats
path: root/src/data/Data.js
Commit message (Expand)AuthorAgeFilesLines
* Data: Refactor to reduce sizeRichard Gibson2024-01-221-1/+1
* Core: Use named exports in `src/`Michał Gołębiowski-Owczarek2023-09-121-7/+5
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-041-1/+1
* Data:Event:Manipulation: Prevent collisions with Object.prototypeMichał Gołębiowski-Owczarek2020-03-021-1/+1
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-181-10/+5
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-291-1/+1
* Core: make camelCase function available only for internal usageNilton Cesar2018-01-081-6/+7
* Core: Deprecate jQuery.isArrayManoj Kumar2016-11-301-1/+1
* Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapseTimmy Willison2016-09-151-3/+3
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-251-0/+2
* Docs: Update support comments to follow the new syntaxMichał Gołębiowski2016-03-301-1/+1
* Docs:Tests: Remove obsolete code from tests, update support commentsMichał Gołębiowski2016-03-081-1/+1
* Data: Combine register and cache methodsJason Bedard2015-09-141-33/+27
* Data: avoid using delete on DOM nodesJason Bedard2015-09-081-5/+13
* Data: do not create data cache when fetching single propertyJason Bedard2015-09-081-4/+2
* Data: Don't expose jQuery.acceptDataJason Bedard2015-09-081-4/+3
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-4/+4
* Data: remove the expando when there's no more dataTimmy Willison2015-05-121-4/+6
* Data: remove some unused codeTimmy Willison2015-05-121-9/+4
* Data: always camelCase keys in .data()Timmy Willison2015-05-041-30/+27
* Data: updates to element[expando] cacheRick Waldron2015-03-051-36/+23
* Data: move element cache to element[expando]Rick Waldron2015-03-041-46/+48
* Data: avoid Object.defineProperties for nodesJason Bedard2015-03-041-13/+9
* Data: avoid non-alphanumeric chars in expando propertiesJason Bedard2014-09-261-1/+1
* Support: clean up comments and Support notationDave Methvin2014-06-101-2/+2
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-0/+181