Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
...
Commits on Jul 07, 2016
Timmy Willison Build: Updating the master version to 3.1.1-pre. 93f7062
Commits on Jul 08, 2016
@markelog markelog Build: More ESLint related changes 522f546
@markelog markelog Build: Don't use ESLint 3.x
Since it is not supported by older node versions :/
02c5e29
Commits on Jul 13, 2016
@mgol mgol Build: Fix the regex removing the ESLint comment from wrapper.js
The new regex from after the switch from JSHint to ESLint wasn't catching
the ESLint pragma correctly.

Also, the spacing of the pragma comment was updated to match other comments.
6e605af
@mgol mgol Build: Skip running ESLint on Node.js 0.x
ESLint 3.0 drops support for Node.js older than 4.x. To be able to update
to this version and yet not block our contributors from building jQuery
on older Node.js (at least until it's supported by upstream) this commit
makes ESLint skipped on older Node; a proper message is displayed then.

Fixes gh-3222
030191a
@mgol mgol Build: Upgrade ESLint to 3.x again
ESLint is now skipped in Node older than 4.x so we're safe.

Refs gh-3222
96966c0
Commits on Jul 15, 2016
@markelog markelog Build: Update eslint config and fix associated errors e4fd41f
Commits on Jul 25, 2016
@all3fox @mgol all3fox + mgol Build: use commitplease via husky, prohibit #NNNN github-style tickets
Closes gh-3176
04a2e03
@mgol @markelog mgol + markelog Build: Don't lint every file in dist/ (#3245)
Currently the "all" target for the eslint task includes way more than
the "dev" & "dist" targets combined and those 2 tasks are the one run in
`npm test`.
edf7a43
Commits on Aug 02, 2016
@timmywil timmywil Build: add new email to mailmap 9c90be9
@markelog markelog Build: Simplify Gruntfile constructions
Fixes gh-3246
308e4b5
@markelog markelog Build: .eslintrc -> .eslintrc.json 6acf4a7
Commits on Aug 05, 2016
@gibson042 gibson042 Event: Optimize delegated event processing
Closes gh-3255
76c5237
Commits on Aug 08, 2016
@gibson042 gibson042 Build: Update Sizzle to 2.3.1
Fixes gh-3224
9526557
@dmethvin dmethvin Ajax: Don't mangle the URL when removing the anti-cache param
Fixes gh-3229
Closes gh-3253
cd4ad00
@gibson042 gibson042 Build: Update Sizzle to 2.3.2 6160523
@gibson042 gibson042 Build: Update Sizzle to 2.3.3
Fixes gh-3263
cca2aa2
Commits on Aug 10, 2016
@dmethvin dmethvin Traversing: Let .not(arraylike) pass non-element nodes
Fixes gh-3226
Closes gh-3261
560c0c6
Commits on Aug 15, 2016
@timmywil timmywil Core: expose noConflict in AMD mode
- For compability reasons, we had already added the global
  in AMD mode, but without noConflict. This adds back noConflict
  to AMD (which fixes noConflict mode in the tests).

Fixes gh-2930
52e2447
Commits on Sep 12, 2016
@mgol mgol Tests: Disable a whitespace-setting test in Edge 14
Working around this problem would require us to skip setting whitespace-only
values except when they're valid which would be very fragile. Another option
would be to set the value and see if it succeeded and then react to that.

We've tried something like that in the past to be able to overwrite !important
styles (see 24e5879) but it broke the CSS cascade (see
https://bugs.jquery.com/ticket/14836#comment:5) and was triggering
MutationObserver callbacks too often so it was reverted in PR gh-1532.

Ref gh-3204
Ref gh-1532
3f5f543
@mgol mgol Build: Update promises-aplus-tests for compat with Node 7
The older promises-aplus-tests was relying on old Mocha that, in turn,
used an obsolete graceful-fs version that is not guaranteed to work fine
with the upcoming Node 7 and later.
2d4f534
Commits on Sep 15, 2016
@timmywil timmywil Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapse
- Renames and changes rnotwhite to focus on HTML whitespace chars
- Change internal use of jQuery.trim to more accurate strip and collapse
- Adds tests to ensure HTML space characters are retained where valid
- Doesn't add tests where the difference is inconsequential and
  existing tests are adequate.

Fixes gh-3003
Fixes gh-3072
Close gh-3316
3bbcce6
Commits on Sep 19, 2016
@gibson042 @timmywil gibson042 + timmywil Core: Compress stripAndCollapse
Close gh-3318
b5d09b9
@mgol mgol Tests: Add test results for Safari 10/iOS 10, remove for Safari 8 223ed99
@dmethvin dmethvin Build: Make sourcemap updates in two .replace() passes
Fixes gh-3260
Closes gh-3321
37f1da6
@stevemao @timmywil stevemao + timmywil Core: remove precautionary variable `readyFiring`
Close gh-3284
fcb8a1b
Commits on Sep 22, 2016
@timmywil timmywil Release: add email to .mailmap, update AUTHORS
- Not sure how that got there. I did check the privacy box at one point,
but can't find any commits with that email
cc16f11
@timmywil timmywil Release: fix quotes for releasing on Windows 51c29dc
@timmywil timmywil 3.1.1 ee2e377