summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Loach <robloach@gmail.com>2014-12-27 22:54:34 -0500
committerRob Loach <robloach@gmail.com>2014-12-27 22:54:34 -0500
commit4c6a9d3d38eecb22323662c8b3175e15987ce2ba (patch)
treeb25b3420add500c85a8302e0b8a1123b91ce2e15
parent88f0fe1824cd981a27ee8c0ce17f80766b4c74e1 (diff)
downloadjquery-once-4c6a9d3d38eecb22323662c8b3175e15987ce2ba.zip
jquery-once-4c6a9d3d38eecb22323662c8b3175e15987ce2ba.tar.gz
jquery-once-4c6a9d3d38eecb22323662c8b3175e15987ce2ba.tar.bz2
Update documentation
-rw-r--r--HISTORY.md8
-rw-r--r--README.md16
-rw-r--r--once.jquery.json2
3 files changed, 17 insertions, 9 deletions
diff --git a/HISTORY.md b/HISTORY.md
index d7c5d5a..4735d01 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -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)
diff --git a/README.md b/README.md
index 7180d83..2a196c3 100644
--- a/README.md
+++ b/README.md
@@ -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"