1 | # Changelog
|
2 |
|
3 | ## 2.1.2
|
4 |
|
5 | - Fixed: bug where an `ENOENT` error would be thrown is `searchPath` referenced a non-existent file.
|
6 | - Fixed: JSON parsing errors in Node v7.
|
7 |
|
8 | ## 2.1.1
|
9 |
|
10 | - Fixed: swapped `graceful-fs` for regular `fs`, fixing a garbage collection problem.
|
11 |
|
12 | ## 2.1.0
|
13 |
|
14 | - Added: Node 0.12 support.
|
15 |
|
16 | ## 2.0.2
|
17 |
|
18 | - Fixed: Node version specified in `package.json`.
|
19 |
|
20 | ## 2.0.1
|
21 |
|
22 | - Fixed: no more infinite loop in Windows.
|
23 |
|
24 | ## 2.0.0
|
25 |
|
26 | - Changed: module now creates cosmiconfig instances with `load` methods (see README).
|
27 | - Added: caching (enabled by the change above).
|
28 | - Removed: support for Node versions <4.
|
29 |
|
30 | ## 1.1.0
|
31 |
|
32 | - Add `rcExtensions` option.
|
33 |
|
34 | ## 1.0.2
|
35 |
|
36 | - Fix handling of `require()`'s within JS module configs.
|
37 |
|
38 | ## 1.0.1
|
39 |
|
40 | - Switch Promise implementation to pinkie-promise.
|
41 |
|
42 | ## 1.0.0
|
43 |
|
44 | - Initial release.
|
45 |
|
\ | No newline at end of file |