summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Loach <robloach@gmail.com>2014-10-05 17:54:28 -0400
committerRob Loach <robloach@gmail.com>2014-10-05 17:54:28 -0400
commitb9d4116966d6c4f61a421061e3bf4da28bfb0764 (patch)
tree8fdcdceb2019c9c04909b90a2646486295fadafd
parent1bdebcdbd76f9de013a3f5d7785977a4c847b135 (diff)
downloadjquery-once-b9d4116966d6c4f61a421061e3bf4da28bfb0764.zip
jquery-once-b9d4116966d6c4f61a421061e3bf4da28bfb0764.tar.gz
jquery-once-b9d4116966d6c4f61a421061e3bf4da28bfb0764.tar.bz2
Update to 2.0.0-alpha.42.0.0-alpha.4
-rw-r--r--HISTORY.md3
-rw-r--r--LICENSE.md2
-rw-r--r--README.md6
-rw-r--r--bower.json2
-rw-r--r--component.json2
-rw-r--r--composer.json2
-rw-r--r--jquery.once.js4
-rw-r--r--jquery.once.min.js4
-rw-r--r--once.jquery.json4
-rw-r--r--package.json11
10 files changed, 22 insertions, 18 deletions
diff --git a/HISTORY.md b/HISTORY.md
index f8e3b75..4bae44c 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,5 +1,8 @@
# History
+## v2.0.0-alpha.4 October 4, 2014
+- Updated documentation
+
## v2.0.0-alpha.3 October 1, 2014
- Updated version dependency on Projectz
- Updated documentation
diff --git a/LICENSE.md b/LICENSE.md
index 19ef5f9..12db316 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -3,7 +3,7 @@
# License
-Copyright &copy; Rob Loach <robloach@gmail.com> (http://github.com/robloach)
+Copyright &copy; Rob Loach (http://github.com/robloach)
## GPL-2.0
[GPL-2.0](http://opensource.org/licenses/gpl-2.0.php)
diff --git a/README.md b/README.md
index a0be1b0..ce0bfa1 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ be used to ensure that a function is only applied once to an element.
### [Browserify](http://browserify.org/)
- Use: `require('jquery-once')`
- Install: `npm install --save jquery-once`
-- CDN URL: `//wzrd.in/bundle/jquery-once@2.0.0-alpha.3`
+- CDN URL: `//wzrd.in/bundle/jquery-once@2.0.0-alpha.4`
### [Ender](http://ender.jit.su/)
- Use: `require('jquery-once')`
@@ -120,7 +120,7 @@ Licensed under:
- [GPL-2.0](http://opensource.org/licenses/gpl-2.0.php)
- the incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT license](http://opensource.org/licenses/MIT)
-Copyright &copy; Rob Loach <robloach@gmail.com> (http://github.com/robloach)
+Copyright &copy; Rob Loach (http://github.com/robloach)
<!-- /LICENSE -->
@@ -146,7 +146,7 @@ No sponsors yet! Will you be the first?
These amazing people have contributed code to this project:
- [JohnAlbin](https://github.com/JohnAlbin) — [view contributions](https://github.com/RobLoach/jquery-once/commits?author=JohnAlbin)
-- [Rob Loach](https://github.com/robloach) <robloach@gmail.com> — [view contributions](https://github.com/RobLoach/jquery-once/commits?author=robloach)
+- [Rob Loach](https://github.com/RobLoach) <robloach@gmail.com> — [view contributions](https://github.com/RobLoach/jquery-once/commits?author=RobLoach)
- [theodoreb](https://github.com/theodoreb) — [view contributions](https://github.com/RobLoach/jquery-once/commits?author=theodoreb)
[Become a contributor!](https://github.com/RobLoach/jquery-once/blob/master/CONTRIBUTING.md#files)
diff --git a/bower.json b/bower.json
index 3f15425..4f8cb9b 100644
--- a/bower.json
+++ b/bower.json
@@ -2,7 +2,7 @@
"name": "jquery-once",
"homepage": "http://github.com/robloach/jquery-once",
"description": "jQuery Once Plugin",
- "version": "2.0.0-alpha.3",
+ "version": "2.0.0-alpha.4",
"main": "jquery.once.js",
"ignore": [
"*.json",
diff --git a/component.json b/component.json
index a03a835..21c69e0 100644
--- a/component.json
+++ b/component.json
@@ -4,7 +4,7 @@
"homepage": "http://github.com/robloach/jquery-once",
"description": "Act on jQuery elements only once.",
"license": "GPL-2.0",
- "version": "2.0.0-alpha.3",
+ "version": "2.0.0-alpha.4",
"keywords": [
"jquery"
],
diff --git a/composer.json b/composer.json
index 92a0a43..c5c7ab3 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
{
"name": "robloach/jquery-once",
- "description": "Filters out all elements that had the same filter applied on them before. It can be used to ensure that a function is only applied once to an element.",
+ "description": "Act on jQuery elements only once.",
"type": "component",
"license": [
"MIT",
diff --git a/jquery.once.js b/jquery.once.js
index f419baf..143a835 100644
--- a/jquery.once.js
+++ b/jquery.once.js
@@ -1,5 +1,5 @@
-/**
- * jQuery Once Plugin 2.0.0-alpha.3
+/*!
+ * jQuery Once Plugin 2.0.0-alpha.4
* http://github.com/robloach/jquery-once
*
* Dual licensed under the MIT and GPL licenses:
diff --git a/jquery.once.min.js b/jquery.once.min.js
index 13cfa6c..288a3cd 100644
--- a/jquery.once.min.js
+++ b/jquery.once.min.js
@@ -1,4 +1,4 @@
-/*! jQuery Once - v2.0.0-alpha.3 - 10/1/2014 - https://github.com/RobLoach/jquery-once
- * (c) 2014 Rob Loach <robloach@gmail.com> (http://github.com/robloach)
+/*! jQuery Once - v2.0.0-alpha.4 - 10/5/2014 - https://github.com/RobLoach/jquery-once
+ * (c) 2014 Rob Loach (http://github.com/robloach)
* Licensed GPL-2.0, MIT */
!function(a){"use strict";"object"==typeof exports?a(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],a):a(jQuery)}(function(a){"use strict";var b={},c=0;a.fn.once=function(d,e){"string"!=typeof d&&(d in b||(b[d]=++c),e||(e=d),d=b[d]);var f="jquery-once-"+d,g=this.filter(function(){return a(this).data(f)!==!0}).data(f,!0);return a.isFunction(e)?g.each(e):g},a.fn.removeOnce=function(b,c){var d="jquery-once-"+b,e=this.filter(function(){return a(this).data(d)===!0}).removeData(d);return a.isFunction(c)?e.each(c):e}}); \ No newline at end of file
diff --git a/once.jquery.json b/once.jquery.json
index c858b0b..cc76ad1 100644
--- a/once.jquery.json
+++ b/once.jquery.json
@@ -1,12 +1,12 @@
{
"name": "once",
"title": "jQuery Once",
- "description": "Filters out all elements that had the same filter applied on them before. It can be used to ensure that a function is only applied once to an element.",
+ "description": "Act on jQuery elements only once.",
"keywords": [
"jquery",
"once"
],
- "version": "2.0.0-alpha.2",
+ "version": "2.0.0-alpha.4",
"author": {
"name": "Rob Loach",
"url": "http://robloach.net"
diff --git a/package.json b/package.json
index b16b8c1..f19c87e 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "jquery-once",
"title": "jQuery Once",
"description": "Act on jQuery elements only once.",
- "version": "2.0.0-alpha.3",
+ "version": "2.0.0-alpha.4",
"keywords": [
"jquery"
],
@@ -15,14 +15,14 @@
},
"repo": "RobLoach/jquery-once",
"homepage": "https://github.com/RobLoach/jquery-once",
- "author": "Rob Loach <robloach@gmail.com> (http://github.com/robloach)",
+ "author": "Rob Loach (http://github.com/robloach)",
"maintainers": [
"Rob Loach (https://github.com/robloach)"
],
"main": "jquery.once.js",
"contributors": [
"JohnAlbin (https://github.com/JohnAlbin)",
- "Rob Loach <robloach@gmail.com> (https://github.com/robloach)",
+ "Rob Loach <robloach@gmail.com> (https://github.com/RobLoach)",
"theodoreb (https://github.com/theodoreb)"
],
"repository": {
@@ -57,6 +57,7 @@
},
"scripts": {
"test": "grunt jshint qunit",
- "projectz": "node_modules/.bin/projectz compile"
+ "projectz": "node_modules/.bin/projectz compile",
+ "release": "grunt release"
}
-} \ No newline at end of file
+}