UNPKG

515 BMarkdownView Raw
1# Changelog
2
3## 2.0.2
4
5- Fixed: Node version specified in `package.json`.
6
7## 2.0.1
8
9- Fixed: no more infinite loop in Windows.
10
11## 2.0.0
12
13- Changed: module now creates cosmiconfig instances with `load` methods (see README).
14- Added: caching (enabled by the change above).
15- Removed: support for Node versions <4.
16
17## 1.1.0
18
19- Add `rcExtensions` option.
20
21## 1.0.2
22
23- Fix handling of `require()`'s within JS module configs.
24
25## 1.0.1
26
27- Switch Promise implementation to pinkie-promise.
28
29## 1.0.0
30
31- Initial release.
32
\No newline at end of file