fake-fs
Version:
Fake file system for testing
44 lines (27 loc) • 737 B
Markdown
0.5.0 / 2014-10-12
==================
* Support passing an options object or encoding [eventualbuddha].
0.4.0 / 2014-06-30
==================
* add .appendFile & refactor (Closes #9)
* use 2 space tabs
0.3.0 / 2014-04-15
==================
* add .bind() method (Closes #8)
0.2.2 / 2014-04-12
==================
* make `new` optional.
0.2.1 / 2013-02-22
==================
* fix: .rmdir() should throw ENOTEMPTY for non empty dirs (closes #3)
0.2.0 / 2013-01-28
==================
* Implement `rename` [tgeorgiev]
0.1.0 / 2013-01-28
==================
* implement `rmdir`, `unlink` [tgeorgiev]
* Fix root path access [tgeorgiev]
* Fix wrong path resolve on windows [tgeorgiev]
0.0.1
=====
* First release