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
/
build
Commit message (
Expand
)
Author
Age
Files
Lines
*
Build: add build option for setting the AMD name.
Timmy Willison
2013-12-19
1
-2
/
+9
*
Build: Add the ability to remove global exposure.
Timmy Willison
2013-12-19
1
-0
/
+7
*
Manage bower dependencies with grunt-bowercopy
Timmy Willison
2013-12-06
2
-15
/
+4
*
Release script: Add dist files in multiple commits for a clean final commit w...
Timmy Willison
2013-11-15
1
-3
/
+15
*
Release script: Add .npmignore and keep .gitignore when creating the tag
Timmy Willison
2013-11-15
1
-20
/
+3
*
Release script: create tag after building CDN files
Timmy Willison
2013-11-15
1
-5
/
+6
*
Update sizzle location in release script
Timmy Willison
2013-11-14
1
-1
/
+1
*
Use grunt and bower packages as local dependencies. Close gh-1433.
Timmy Willison
2013-11-14
2
-14
/
+1
*
Modify release script to create a headless tag for bower and publish to NPM
Timmy Willison
2013-11-13
1
-50
/
+158
*
No ticket. Remove the pre-uglify task form build/tasks/build.js. Fix custom b...
Michał Gołębiowski
2013-11-10
1
-1
/
+1
*
Fix #14415. Remove the source map comment in the release script. Close gh-1424.
Michał Gołębiowski
2013-11-10
1
-5
/
+3
*
Remove workarounds for the uglify task mishandling banners when used with sou...
Michał Gołębiowski
2013-11-09
1
-46
/
+0
*
Unify build script capabilities between branches. Specifically, added a speci...
Timmy Willison
2013-10-15
1
-8
/
+9
*
Remove comment
Timmy Willison
2013-10-15
1
-2
/
+1
*
Update requirejs to compatible version, remove r.js
Timmy Willison
2013-10-15
2
-25812
/
+1
*
Add bower install script and release scripts to jshint and pass lint
Timmy Willison
2013-10-07
3
-14
/
+11
*
Edit bower install script based on comments. Close gh-1392.
Timmy Willison
2013-10-07
1
-13
/
+3
*
Warn on npm install if Bower isn't installed.
Scott González
2013-10-07
1
-0
/
+23
*
Gruntfile: Remove project prefix from TestSwarm job name, close gh-1387
Timo Tijhof
2013-10-06
1
-2
/
+2
*
No ticket. Simplify the post-uglify task.
Michał Gołębiowski
2013-10-02
1
-9
/
+5
*
Update release script for sourcmap syntax change
Dave Methvin
2013-09-19
1
-4
/
+4
*
Map Sizzle to a path with config to allow users to put Sizzle wherever they want
Timmy Willison
2013-09-10
1
-1
/
+4
*
Don't keep semicolons if the require call is not a var declaration
Timmy Willison
2013-09-09
1
-3
/
+3
*
Break jQuery.access out into its own module to separate it from core; Adjust ...
Timmy Willison
2013-09-09
1
-1
/
+4
*
Update r.js (running latest master until new r.js is published to NPM)
Timmy Willison
2013-09-09
1
-26
/
+75
*
Add AMD+CommonJS capabilities to the build script (for modules with long unre...
Timmy Willison
2013-09-09
1
-0
/
+8
*
Restore optIn behavior for builds
Timmy Willison
2013-09-08
1
-6
/
+11
*
Fix #13983. Switch to //# for sourcemap directives.
Michał Gołębiowski
2013-09-05
2
-17
/
+1
*
Fix cherry-pick issue. The master branch tests should not be run in oldIE.
Timmy Willison
2013-08-19
1
-1
/
+1
*
Minor build change: remove trailing tabs
Timmy Willison
2013-08-16
1
-2
/
+1
*
When converting the source to AMD, don't forget to AMD
Timmy Willison
2013-08-16
1
-2
/
+5
*
Custom builds: Fix source folder location now that build.js is in the tasks f...
Timmy Willison
2013-08-16
1
-1
/
+1
*
Move jQuery specific tasks to independent files. Close gh-1334.
Oleg Gaidarenko
2013-08-16
4
-7
/
+203
*
Remove log
Timmy Willison
2013-08-15
1
-1
/
+0
*
Fix build for jenkins
Timmy Willison
2013-08-15
1
-1
/
+2
*
AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.
Timmy Willison
2013-08-15
2
-0
/
+26000
*
Revert "Fix #13983. Switch to //# for sourcemaps."
Dave Methvin
2013-07-02
1
-3
/
+3
*
Change the changelog header style
Dave Methvin
2013-07-02
1
-1
/
+1
*
Fix #13983. Switch to //# for sourcemaps.
Dave Methvin
2013-07-02
1
-3
/
+3
*
Do not include the path in map references.
Dave Methvin
2013-05-24
1
-4
/
+5
*
Update the map reference in each minified file.
Dave Methvin
2013-05-16
1
-6
/
+13
*
build: switch from .min.gz to .zip format.
Dave Methvin
2013-05-12
1
-20
/
+10
*
build: update release script to use nodejs archiver.
Chris Talkington
2013-05-12
1
-2
/
+26
*
build: correct paths so that archiving works.
Chris Talkington
2013-05-12
1
-5
/
+7
*
Create CDN archives in the build script.
Dave Methvin
2013-05-08
1
-7
/
+45
*
Make it easier to debug the release script.
Dave Methvin
2013-05-06
1
-4
/
+12
*
Use semantic versions.
Dave Methvin
2013-04-09
1
-4
/
+4
*
Edited comments and minor adjustments. Fixes #13553. Closes gh-1195.
Michał Z. Gołębiowski
2013-03-12
1
-1
/
+1
*
Let version 1.9 claim jquery.js and jquery-latest.js files.
Dave Methvin
2013-01-14
1
-7
/
+8
*
Simplify release notes generator script.
Dave Methvin
2013-01-14
2
-44
/
+22
[next]