Comparing version 0.1.1 to 0.2.0
@@ -0,7 +1,16 @@ | ||
### 0.2.0 (April 24, 2016) | ||
* Rename the `src` directory to `lib` | ||
* Add new methods: | ||
* `parseUrl` | ||
* `delegate` | ||
* `dispatch` | ||
* `closest` | ||
### 0.1.1 (August 18, 2013) | ||
* Add a release build script. | ||
* Add a release build script | ||
### 0.1.0 (August 16, 2013) | ||
* First public release. | ||
* First public release |
{ | ||
"name": "dom-utils", | ||
"version": "0.1.1", | ||
"description": "A small, modular DOM travesal and manipulation library.", | ||
"version": "0.2.0", | ||
"description": "A small, modular DOM utilities library", | ||
"scripts": { | ||
"test": "grunt test" | ||
"test": "make test" | ||
}, | ||
@@ -24,11 +24,60 @@ "repository": { | ||
"devDependencies": { | ||
"grunt": "*", | ||
"grunt-contrib-jshint": "*", | ||
"grunt-browserify": "*", | ||
"grunt-mocha-phantomjs": "*", | ||
"mocha": "*", | ||
"chai": "*", | ||
"mout": "*", | ||
"moment": "*" | ||
"browserify": "^13.0.0", | ||
"easy-sauce": "^0.2.0", | ||
"eslint": "^2.8.0", | ||
"mocha": "^2.4.5", | ||
"mocha-phantomjs": "^4.0.2", | ||
"sinon": "^1.17.3" | ||
}, | ||
"easySauce": { | ||
"path": "/test/", | ||
"port": "8080", | ||
"platforms": [ | ||
[ | ||
"Windows 10", | ||
"chrome", | ||
"latest" | ||
], | ||
[ | ||
"OS X 10.11", | ||
"firefox", | ||
"latest" | ||
], | ||
[ | ||
"OS X 10.11", | ||
"safari", | ||
"9" | ||
], | ||
[ | ||
"OS X 10.8", | ||
"safari", | ||
"6" | ||
], | ||
[ | ||
"Windows 10", | ||
"MicrosoftEdge", | ||
"latest" | ||
], | ||
[ | ||
"Windows 8.1", | ||
"internet explorer", | ||
"11" | ||
], | ||
[ | ||
"Windows 8", | ||
"internet explorer", | ||
"10" | ||
], | ||
[ | ||
"Windows 7", | ||
"internet explorer", | ||
"9" | ||
], | ||
[ | ||
"Windows XP", | ||
"internet explorer", | ||
"8" | ||
] | ||
] | ||
} | ||
} |
@@ -5,3 +5,2 @@ # DOM Utils | ||
A small, modular DOM travesal and manipulation library. | ||
A small, modular DOM utilities library. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
30880
6
22
679
0
6
1