UNPKG

exists-file

Version:

Check if a file exists. A fs.exists implementation that is not deprecated.

97 lines (52 loc) 3.27 kB
<a name="3.0.2"></a> ## 3.0.2 (2017-07-18) * Update README.md ([d7e1869](https://github.com/kikobeats/exists-file/commit/d7e1869)) * docs(readme): add Greenkeeper badge ([6576293](https://github.com/kikobeats/exists-file/commit/6576293)) * chore(package): update dependencies ([83b6b32](https://github.com/kikobeats/exists-file/commit/83b6b32)) <a name="3.0.1"></a> ## 3.0.1 (2017-04-27) * Refactor ([2b99144](https://github.com/kikobeats/exists-file/commit/2b99144)) * Refactor tests ([00a9aa9](https://github.com/kikobeats/exists-file/commit/00a9aa9)) * TIL deps ([7121344](https://github.com/kikobeats/exists-file/commit/7121344)) * Update deps ([b5a7422](https://github.com/kikobeats/exists-file/commit/b5a7422)) * Update travis builds ([411b2a2](https://github.com/kikobeats/exists-file/commit/411b2a2)) * Use fs.access ([9048acd](https://github.com/kikobeats/exists-file/commit/9048acd)) * Use fs.existsSync, is not deprecated ([b23684b](https://github.com/kikobeats/exists-file/commit/b23684b)) * chore: drop support for Node.js 0.10 ([f8d3991](https://github.com/kikobeats/exists-file/commit/f8d3991)) ### BREAKING CHANGE * This module no longer supports Node.js 0.10 <a name="3.0.0"></a> # 3.0.0 (2016-10-09) * Complete docs ([f34d078](https://github.com/kikobeats/exists-file/commit/f34d078)) * Update README.md ([55ebf9c](https://github.com/kikobeats/exists-file/commit/55ebf9c)) * fix: functions throw error when the path argument is not string ([19f32db](https://github.com/kikobeats/exists-file/commit/19f32db)) * feat: return a promise when no callback passed ([4de5802](https://github.com/kikobeats/exists-file/commit/4de5802)) ### BREAKING CHANGE * it was not throwing error before <a name="2.1.0"></a> # 2.1.0 (2016-06-28) * Removed unnecessary dep ([f6e6d63](https://github.com/kikobeats/exists-file/commit/f6e6d63)) <a name="2.0.2"></a> ## 2.0.2 (2016-06-15) * Fix typo ([39b4c01](https://github.com/kikobeats/exists-file/commit/39b4c01)) <a name="2.0.1"></a> ## 2.0.1 (2016-06-15) * Add coverage badge ([eb87d85](https://github.com/kikobeats/exists-file/commit/eb87d85)) * moar keywords ([a9f4e76](https://github.com/kikobeats/exists-file/commit/a9f4e76)) * Scaffolding refactor ([589d472](https://github.com/kikobeats/exists-file/commit/589d472)) * Update README.md ([769dbe0](https://github.com/kikobeats/exists-file/commit/769dbe0)) <a name="2.0.0"></a> # 2.0.0 (2016-05-03) * Breaking changes: Refactor API ([f37c2a1](https://github.com/kikobeats/exists-file/commit/f37c2a1)) <a name="1.0.2"></a> ## 1.0.2 (2016-05-03) * Fix docs ([7167086](https://github.com/kikobeats/exists-file/commit/7167086)) <a name="1.0.1"></a> ## 1.0.1 (2016-04-17) * added dev dependencies ([c1bd336](https://github.com/kikobeats/exists-file/commit/c1bd336)) * Returns false for nonstring args. Fixes #1 ([4ccf770](https://github.com/kikobeats/exists-file/commit/4ccf770)), closes [#1](https://github.com/kikobeats/exists-file/issues/1) * Update scaffold ([6a0c818](https://github.com/kikobeats/exists-file/commit/6a0c818)) * updated ([5e8312f](https://github.com/kikobeats/exists-file/commit/5e8312f)) <a name="1.0.0"></a> # 1.0.0 (2015-06-16) * first commit ([3504809](https://github.com/kikobeats/exists-file/commit/3504809))