Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CHANGELOG.md « arborist « workspaces - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3cd36d027b631812769c7ba4c3479b5eee108896 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# CHANGELOG

## 2.0

* BREAKING CHANGE: root node is now included in inventory
* All parent/target/fsParent/etc. references set in `root` setter, rather
  than the hodgepodge of setters that existed before.
* `treeCheck` function added, to enforce strict correctness guarantees when
  `ARBORIST_DEBUG=1` in the environment (on by default in Arborist tests).

## 1.0

* Release for npm v7 beta
* Fully functional

## 0.0

* Proof of concept
* Before this, it was [`read-package-tree`](http://npm.im/read-package-tree)