• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Change Log
2
3All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
5<a name="2.3.1"></a>
6## [2.3.1](https://github.com/npm/gentle-fs/compare/v2.3.0...v2.3.1) (2020-03-25)
7
8
9
10<a name="2.3.0"></a>
11# [2.3.0](https://github.com/npm/gentle-fs/compare/v2.2.1...v2.3.0) (2019-12-11)
12
13
14### Features
15
16* add option to gently create bin links/shims ([a929196](https://github.com/npm/gentle-fs/commit/a929196))
17
18
19
20<a name="2.2.1"></a>
21## [2.2.1](https://github.com/npm/gentle-fs/compare/v2.2.0...v2.2.1) (2019-08-15)
22
23
24### Bug Fixes
25
26* **link:** properly detect that we should chown the link ([1c69beb](https://github.com/npm/gentle-fs/commit/1c69beb))
27
28
29
30<a name="2.2.0"></a>
31# [2.2.0](https://github.com/npm/gentle-fs/compare/v2.1.0...v2.2.0) (2019-08-14)
32
33
34### Bug Fixes
35
36* don't chown if we didn't make any dirs ([c4df8a8](https://github.com/npm/gentle-fs/commit/c4df8a8))
37
38
39### Features
40
41* export mkdir method ([4891c09](https://github.com/npm/gentle-fs/commit/4891c09))
42
43
44
45<a name="2.1.0"></a>
46# [2.1.0](https://github.com/npm/gentle-fs/compare/v2.0.1...v2.1.0) (2019-08-14)
47
48
49### Features
50
51* infer ownership of created dirs and links ([0dd2879](https://github.com/npm/gentle-fs/commit/0dd2879))
52
53
54
55<a name="2.0.1"></a>
56## [2.0.1](https://github.com/npm/gentle-fs/compare/v2.0.0...v2.0.1) (2017-11-28)
57
58
59### Bug Fixes
60
61* **pkglock:** regenerate lock to fix version issues ([a41cbd0](https://github.com/npm/gentle-fs/commit/a41cbd0))
62* **rm:** make sure logic for vacuuming matches original npm ([673e82c](https://github.com/npm/gentle-fs/commit/673e82c))
63
64
65
66<a name="2.0.0"></a>
67# [2.0.0](https://github.com/npm/gentle-fs/compare/v1.0.2...v2.0.0) (2017-10-07)
68
69
70### Features
71
72* **api:** switch to callbacks for now. ([236e886](https://github.com/npm/gentle-fs/commit/236e886))
73
74
75### BREAKING CHANGES
76
77* **api:** switches from Promises to callbacks for async control flow.
78
79
80
81<a name="1.0.2"></a>
82## [1.0.2](https://github.com/npm/gentle-fs/compare/v1.0.1...v1.0.2) (2017-10-07)
83
84
85### Bug Fixes
86
87* **link:** properly resolve linkIfExists promise ([f06acf2](https://github.com/npm/gentle-fs/commit/f06acf2))
88
89
90
91<a name="1.0.1"></a>
92## [1.0.1](https://github.com/npm/gentle-fs/compare/v1.0.0...v1.0.1) (2017-09-25)
93
94
95### Bug Fixes
96
97* **files:** include required lib files in tarball ([e0be6a8](https://github.com/npm/gentle-fs/commit/e0be6a8))
98
99
100
101<a name="1.0.0"></a>
102# 1.0.0 (2017-09-15)
103
104
105### Bug Fixes
106
107* **docs:** Flesh out API descriptions. ([b056a34](https://github.com/npm/gentle-fs/commit/b056a34))
108* **docs:** update usage examples ([5517ff5](https://github.com/npm/gentle-fs/commit/5517ff5))
109
110
111### BREAKING CHANGES
112
113* **docs:** api docs added
114