Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallen23 committed Apr 20, 2013
1 parent 5bf54e7 commit 0f7a710
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions history.md
@@ -1,4 +1,27 @@

0.3.0 / 2013-04-19
==================

* removed 2.0.0b1
* added 2.0.0 files
* run grunt when doing a checkout
* removed ajax submodules (for now)
* updated generate for new module setup
* clean / from filenames
* updated bin to point to tagged dist folder
* added jquery to npmignore
* updated bin to show modules based on version
* updated to allow for each version to define their own modules
* added dev task and added data.json to watch
* tweaked cmd run for grunt-build
* changed test checkout to 1.9.1
* assertions for grunt-build
* updated timeout for mocha
* added .npmignore
* moved dist files back to main repo
* updated deps
* updated readme

0.2.0 / 2013-03-15
==================

Expand Down
2 changes: 1 addition & 1 deletion jquery
Submodule jquery updated 62 files
+12 −9 .jshintrc
+25 −1 AUTHORS.txt
+177 −184 Gruntfile.js
+2 −2 README.md
+22 −17 build/release-notes.js
+0 −27 build/release-notes.txt
+67 −28 build/release.js
+12 −4 package.json
+22 −26 src/.jshintrc
+293 −329 src/ajax.js
+12 −19 src/ajax/jsonp.js
+11 −10 src/ajax/script.js
+19 −22 src/ajax/xhr.js
+171 −142 src/attributes.js
+1 −1 src/callbacks.js
+174 −132 src/core.js
+140 −113 src/css.js
+173 −176 src/data.js
+17 −17 src/deferred.js
+2 −61 src/deprecated.js
+1 −1 src/dimensions.js
+73 −18 src/effects.js
+254 −284 src/event.js
+2 −1 src/intro.js
+297 −323 src/manipulation.js
+31 −47 src/offset.js
+3 −2 src/queue.js
+12 −14 src/serialize.js
+1 −1 src/sizzle
+58 −88 src/support.js
+19 −40 src/traversing.js
+3 −0 test/.jshintignore
+53 −55 test/.jshintrc
+4 −1 test/csp.php
+2 −0 test/data/jquery-1.8.2.ajax_xhr.min.js
+2 −2 test/data/manipulation/iframe-denied.html
+3 −1 test/data/offset/body.html
+23 −0 test/data/support/shrinkWrapBlocks.html
+1 −1 test/data/support/testElementCrash.html
+2 −2 test/data/test.js
+102 −74 test/data/testinit.js
+215 −18 test/data/testrunner.js
+29 −7 test/data/testsuite.css
+3 −3 test/data/with_fries.xml
+44 −32 test/index.html
+1,604 −2,117 test/unit/ajax.js
+465 −410 test/unit/attributes.js
+31 −26 test/unit/callbacks.js
+314 −340 test/unit/core.js
+171 −15 test/unit/css.js
+131 −163 test/unit/data.js
+98 −80 test/unit/deferred.js
+0 −27 test/unit/deprecated.js
+9 −7 test/unit/dimensions.js
+316 −203 test/unit/effects.js
+371 −737 test/unit/event.js
+1,130 −827 test/unit/manipulation.js
+100 −53 test/unit/offset.js
+10 −10 test/unit/queue.js
+59 −24 test/unit/selector.js
+134 −17 test/unit/support.js
+52 −36 test/unit/traversing.js
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jquery-builder",
"version": "0.2.0",
"version": "0.3.0",
"author": "Greg Allen <@jgaui> (http://jga.me)",
"homepage": "http://projects.jga.me/jquery-builder/",
"repository": {
Expand Down

0 comments on commit 0f7a710

Please sign in to comment.