Initial commit
[yaffs-website] / node_modules / cosmiconfig / CHANGELOG.md
1 # Changelog
2
3 ## 2.1.1
4
5 - Fixed: swapped `graceful-fs` for regular `fs`, fixing a garbage collection problem.
6
7 ## 2.1.0
8
9 - Added: Node 0.12 support.
10
11 ## 2.0.2
12
13 - Fixed: Node version specified in `package.json`.
14
15 ## 2.0.1
16
17 - Fixed: no more infinite loop in Windows.
18
19 ## 2.0.0
20
21 - Changed: module now creates cosmiconfig instances with `load` methods (see README).
22 - Added: caching (enabled by the change above).
23 - Removed: support for Node versions <4.
24
25 ## 1.1.0
26
27 - Add `rcExtensions` option.
28
29 ## 1.0.2
30
31 - Fix handling of `require()`'s within JS module configs.
32
33 ## 1.0.1
34
35 - Switch Promise implementation to pinkie-promise.
36
37 ## 1.0.0
38
39 - Initial release.