summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/gentle-fs/CHANGELOG.md
blob: e9bb23d98b891be7e3cdd612e9f0026be7d25a59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="2.0.1"></a>
## [2.0.1](https://github.com/npm/gentle-fs/compare/v2.0.0...v2.0.1) (2017-11-28)


### Bug Fixes

* **pkglock:** regenerate lock to fix version issues ([a41cbd0](https://github.com/npm/gentle-fs/commit/a41cbd0))
* **rm:** make sure logic for vacuuming matches original npm ([673e82c](https://github.com/npm/gentle-fs/commit/673e82c))



<a name="2.0.0"></a>
# [2.0.0](https://github.com/npm/gentle-fs/compare/v1.0.2...v2.0.0) (2017-10-07)


### Features

* **api:** switch to callbacks for now. ([236e886](https://github.com/npm/gentle-fs/commit/236e886))


### BREAKING CHANGES

* **api:** switches from Promises to callbacks for async control flow.



<a name="1.0.2"></a>
## [1.0.2](https://github.com/npm/gentle-fs/compare/v1.0.1...v1.0.2) (2017-10-07)


### Bug Fixes

* **link:** properly resolve linkIfExists promise ([f06acf2](https://github.com/npm/gentle-fs/commit/f06acf2))



<a name="1.0.1"></a>
## [1.0.1](https://github.com/npm/gentle-fs/compare/v1.0.0...v1.0.1) (2017-09-25)


### Bug Fixes

* **files:** include required lib files in tarball ([e0be6a8](https://github.com/npm/gentle-fs/commit/e0be6a8))



<a name="1.0.0"></a>
# 1.0.0 (2017-09-15)


### Bug Fixes

* **docs:** Flesh out API descriptions. ([b056a34](https://github.com/npm/gentle-fs/commit/b056a34))
* **docs:** update usage examples ([5517ff5](https://github.com/npm/gentle-fs/commit/5517ff5))


### BREAKING CHANGES

* **docs:** api docs added