Dave Methvin
Dave Methvin
The release script currently updates the `package.json` file manually which leaves `package-lock.json` with the old version. Switch the release script to use `npm version`, it's probably easiest to use the...
See discussion in https://github.com/jquery/sizzle/issues/293 . They aren't being removed in jQuery 3.0 but we should warn since they are being deprecated.
It's undocumented but that's never stopped anyone. https://github.com/jquery/jquery/issues/2297
If none of these are breaking changes, stay with 3.x version. See #142.
Revealed by #1577. Probably good to add tests for all filters working properly.
Fixes #1359 ## Description Issue #312 fixed the `/lib` directory for git dependencies. Merely grabbing the git repo doesn't generate that directory, and it's not good to save build artifacts...