jquery.requestanimationframe
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "jquery.requestanimationframe", | ||
"description": "Replaces the standard jQuery timer loop with requestAnimationFrame where supported. Requires jQuery >=1.8", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"main": "dist/jquery.requestanimationframe.js", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/gnarf37/jquery-requestAnimationFrame", |
@@ -50,2 +50,9 @@ # jQuery requestAnimationFrame | ||
* 0.2.1 - Oct 26 2016 | ||
* README updates | ||
* 0.2.0 - Oct 26 2016 | ||
* Started publishing to npm :tada: | ||
* Added Browserify/RequireJS/Webpack support | ||
* Dropped the rAF polyfill | ||
* Stopped using the vendor-prefixed rAF version; such browsers are now treated as if they didn't have rAF at all | ||
* 0.1.2 - Apr 15 2013 | ||
@@ -52,0 +59,0 @@ * Removed `o` prefix - opera only ships with unprefixed rAF |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8300
67