diff options
author | Rob Loach <robloach@gmail.com> | 2014-10-05 17:54:28 -0400 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2014-10-05 17:54:28 -0400 |
commit | b9d4116966d6c4f61a421061e3bf4da28bfb0764 (patch) | |
tree | 8fdcdceb2019c9c04909b90a2646486295fadafd | |
parent | 1bdebcdbd76f9de013a3f5d7785977a4c847b135 (diff) | |
download | jquery-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.md | 3 | ||||
-rw-r--r-- | LICENSE.md | 2 | ||||
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | bower.json | 2 | ||||
-rw-r--r-- | component.json | 2 | ||||
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | jquery.once.js | 4 | ||||
-rw-r--r-- | jquery.once.min.js | 4 | ||||
-rw-r--r-- | once.jquery.json | 4 | ||||
-rw-r--r-- | package.json | 11 |
10 files changed, 22 insertions, 18 deletions
@@ -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 @@ -3,7 +3,7 @@ # License -Copyright © Rob Loach <robloach@gmail.com> (http://github.com/robloach) +Copyright © Rob Loach (http://github.com/robloach) ## GPL-2.0 [GPL-2.0](http://opensource.org/licenses/gpl-2.0.php) @@ -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 © Rob Loach <robloach@gmail.com> (http://github.com/robloach) +Copyright © 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) @@ -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 +} |