Comparing version 0.3.0 to 1.0.0
# Changes | ||
## v0.3.0 | ||
## 1.0.0 | ||
- Use `min-iterator` 1.0 | ||
- Use `live-list` 1.0 | ||
- Simplify build by using Mochify | ||
- Run tests in real browsers with SauceLabs | ||
## 0.3.0 | ||
- Added `removeAll` | ||
## v0.2.0 | ||
## 0.2.0 | ||
@@ -14,4 +21,4 @@ - Iterator now inherits from [min-iterator][] and therefore supports | ||
## v0.1.0 | ||
## 0.1.0 | ||
- Initial release |
{ | ||
"name" : "live-tree", | ||
"version" : "0.3.0", | ||
"version" : "1.0.0", | ||
"description" : "Fast tree with live iterator", | ||
@@ -10,7 +10,9 @@ "keywords" : ["tree", "iterator"], | ||
"engines" : { | ||
"node" : ">=0.8" | ||
"node" : ">=0.10" | ||
}, | ||
"scripts" : { | ||
"start" : "mocha --watch", | ||
"test" : "make" | ||
"start" : "mochify --watch --node --cover", | ||
"lint" : "jslint --color \"**/*.js\"", | ||
"wd" : "mochify --wd", | ||
"test" : "npm run lint && mocha && mochify --cover" | ||
}, | ||
@@ -22,14 +24,10 @@ "repository" : { | ||
"dependencies" : { | ||
"live-list" : "~0.3.0", | ||
"min-iterator" : "~0.1.0", | ||
"inherits" : "~2.0.1" | ||
"live-list" : "^1.0", | ||
"min-iterator" : "^1.0", | ||
"inherits" : "^2.0" | ||
}, | ||
"devDependencies" : { | ||
"mocha" : ">=1.17 <2", | ||
"jslint" : "~0.2.6", | ||
"browserify" : ">=3.19 <4", | ||
"coverify" : "~1.0.4", | ||
"mocaccino" : "~0.1.1", | ||
"consolify" : "~0.7.0", | ||
"phantomic" : "~0.2.1" | ||
"mocha" : "^1.21", | ||
"jslint" : "^0.6", | ||
"mochify" : "^1.1" | ||
}, | ||
@@ -36,0 +34,0 @@ "files" : ["lib", "README.md", "CHANGES.md", "LICENSE"], |
@@ -1,10 +0,10 @@ | ||
# live-tree.js [![Build Status](https://secure.travis-ci.org/mantoni/live-tree.js.png?branch=master)](http://travis-ci.org/mantoni/live-tree.js) | ||
# live-tree.js | ||
[![Build Status]](https://travis-ci.org/mantoni/live-tree.js) | ||
[![SemVer]](http://semver.org) | ||
[![License]](https://github.com/mantoni/live-tree.js/blob/master/LICENSE) | ||
Fast tree with live iterator. The tree can be modified | ||
while iterating over the nodes. | ||
Repository: <https://github.com/mantoni/live-tree.js> | ||
--- | ||
## Install with npm | ||
@@ -78,1 +78,4 @@ | ||
[Build Status]: http://img.shields.io/travis/mantoni/live-tree.js.svg | ||
[SemVer]: http://img.shields.io/:semver-%E2%9C%93-brightgreen.svg | ||
[License]: http://img.shields.io/npm/l/live-tree.svg |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
9320
3
0
81
+ Addedlive-list@1.0.0(transitive)
+ Addedmin-iterator@1.0.0(transitive)
- Removedlive-list@0.3.0(transitive)
- Removedmin-iterator@0.1.1(transitive)
Updatedinherits@^2.0
Updatedlive-list@^1.0
Updatedmin-iterator@^1.0