diff options
author | Rob Loach <robloach@gmail.com> | 2014-12-27 22:54:34 -0500 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2014-12-27 22:54:34 -0500 |
commit | 4c6a9d3d38eecb22323662c8b3175e15987ce2ba (patch) | |
tree | b25b3420add500c85a8302e0b8a1123b91ce2e15 | |
parent | 88f0fe1824cd981a27ee8c0ce17f80766b4c74e1 (diff) | |
download | jquery-once-4c6a9d3d38eecb22323662c8b3175e15987ce2ba.zip jquery-once-4c6a9d3d38eecb22323662c8b3175e15987ce2ba.tar.gz jquery-once-4c6a9d3d38eecb22323662c8b3175e15987ce2ba.tar.bz2 |
Update documentation
-rw-r--r-- | HISTORY.md | 8 | ||||
-rw-r--r-- | README.md | 16 | ||||
-rw-r--r-- | once.jquery.json | 2 |
3 files changed, 17 insertions, 9 deletions
@@ -1,5 +1,13 @@ # History +## v2.0.x +- Update documentation + +## v2.0.0-beta.1 October 16, 2014 +- Less dependency on Grunt +- Faster tests from using local copies of dependencies +- Update documentation + ## v2.0.0-alpha.9 October 16, 2014 - `id` parameter of `.once()` now a required parameter - From [@theodoreb](http://github.com/theodoreb) @@ -141,18 +141,20 @@ Install dependencies through [npm](http://npmjs.org): npm install -Use [Grunt](http://gruntjs.com) to run [qunit](http://qunitjs.com) tests: +Use [Grunt](http://gruntjs.com) to test with [QUnit](http://qunitjs.com) and +[ESLint](http://eslint.org): - grunt jshint qunit - -Build the project with: - - npm run-script release + npm install -g grunt-cli + npm test Update project documentation with [Projectz](https://github.com/bevry/projectz): npm run-script projectz +Build the project with: + + npm run-script release + <!-- HISTORY/ --> @@ -203,5 +205,3 @@ These amazing people have contributed code to this project: [Become a contributor!](https://github.com/RobLoach/jquery-once/blob/master/CONTRIBUTING.md#files) <!-- /BACKERS --> - - diff --git a/once.jquery.json b/once.jquery.json index c011458..ea333ca 100644 --- a/once.jquery.json +++ b/once.jquery.json @@ -6,7 +6,7 @@ "jquery", "once" ], - "version": "2.0.0-alpha.9", + "version": "2.0.0-beta.1", "author": { "name": "Rob Loach", "url": "http://robloach.net" |