koop-localfs
Version:
A local filesystem plugin for koop
28 lines (21 loc) • 920 B
Markdown
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [1.1.2] - 2018-11-28
### Fixed
* Add a empty function as callback to fs.unlink; fails without callback in Node 10.12
## [1.1.1] - 2016-06-08
### Fixed
* Implement proper behavior on `readStream.end()`
## [1.1.0] - 2016-04-16
### Added
* `rimdirp`: removes a directory and its contents
### Changed
* `rimdir`: only removes a directory if it is empty
## [1.0.0] - 2016-04-14
### Added
* Initial release of filesystem that supports setting a root directory for all actions
[1.1.2]: https://www.github.com/koopjs/koop-localfs/compare/v1.1.1...v1.1.2
[1.1.1]: https://www.github.com/koopjs/koop-localfs/compare/v1.1.0...v1.1.1
[1.1.0]: https://www.github.com/koopjs/koop-localfs/compare/v1.0.0...v1.1.0
[1.0.0]: https://www.github.com/koopjs/koop-localfs/tree/v1.0.0