| Commit message (Expand) | Author | Age | Files | Lines |
* | Core: Switch `$.parseHTML` from `document.implementation` to `DOMParser` | Michał Gołębiowski-Owczarek | 2024-12-11 | 1 | -11/+4 |
* | Core: Use named exports in `src/` | Michał Gołębiowski-Owczarek | 2023-09-12 | 1 | -5/+5 |
* | Core:Manipulation: Add basic TrustedHTML support | Michał Gołębiowski-Owczarek | 2021-09-30 | 1 | -2/+3 |
* | Core: Migrate from AMD to ES modules 🎉 | Michał Gołębiowski-Owczarek | 2019-11-18 | 1 | -12/+4 |
* | Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJS | Michał Gołębiowski-Owczarek | 2019-04-29 | 1 | -17/+10 |
* | Build: Put all AMD modules in "src/" in strict mode | Michał Gołębiowski | 2016-04-25 | 1 | -0/+2 |
* | Core: set the base href of the context in parseHTML | Timmy Willison | 2016-04-04 | 1 | -8/+22 |
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -6/+7 |
* | Manipulation: privatize buildFragment() function | Timmy Willison | 2015-05-05 | 1 | -6/+4 |
* | Core: Return empty array instead of null for parseHTML("") | Timo Tijhof | 2015-01-19 | 1 | -2/+2 |
* | Build: Don't assume the browser environment; smoke test on Node w/ jsdom | Michał Gołębiowski | 2014-12-26 | 1 | -1/+2 |
* | Core: re-introduce createHTMLDocument in parseHTML; Safari 8 left out | Timmy Willison | 2014-12-10 | 1 | -3/+11 |
* | Core: revert addition of createHTMLDocument. Thanks, Safari 8. | Timmy Willison | 2014-12-09 | 1 | -3/+1 |
* | Core: pass empty string to createHTMLDocument to appease IE | Timmy Willison | 2014-12-09 | 1 | -1/+1 |
* | Core: remove unnecessary support test for createHTMLDocument | Timmy Willison | 2014-12-09 | 1 | -5/+2 |
* | Build: fix tests in AMD mode | Timmy Willison | 2014-12-09 | 1 | -0/+2 |
* | Core: use document.implemenation.createHTMLDocument in jQuery.parseHTML | Frederic Hemberger | 2014-12-09 | 1 | -2/+6 |
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 1 | -1/+2 |
* | Separate jQuery.fn.init into its own module (for lighter core dependencies ac... | Timmy Willison | 2013-09-09 | 1 | -1/+1 |
* | All non-var modules should not indent in their AMD wrappers (just for prettie... | Timmy Willison | 2013-09-09 | 1 | -31/+32 |
* | Move parsing methods to their own files (separates manipulation dependency fr... | Timmy Willison | 2013-09-08 | 1 | -0/+38 |