filendir
Version:
Filendir allows you to write a file and create the directories found in its path if needed.
31 lines (16 loc) • 933 B
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [2.0.1](https://github.com/AoDev/Filendir/compare/v2.0.0...v2.0.1) (2022-04-29)
## [2.0.0](https://github.com/AoDev/Filendir/compare/v1.0.2...v2.0.0) (2020-05-21)
### ⚠ BREAKING CHANGES
* This version works for Nodejs >= 10.
* Updated to newer version of mkdirp
* fix dependencies security issues
* Allow to use promises interface
If you need to use it in an older version, use filendir 1.x
### Features
* promises support ([1134ea0](https://github.com/AoDev/Filendir/commit/1134ea05a68ef750a49b26fee9fbf967b2820fcc))
<a name="1.0.2"></a>
## [1.0.2](https://github.com/AoDev/Filendir/compare/v1.0.1...v1.0.2) (2018-07-18)
<a name="1.0.1"></a>
## [1.0.1](https://github.com/AoDev/Filendir/compare/v1.0.0...v1.0.1) (2018-02-28)