diff options
-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" |