Releases: SBoudrias/mem-fs-editor
Releases · SBoudrias/mem-fs-editor
v9.6.0
#copy()
and#copyTpl()
now acceptoption.fromBasePath
to manually define the base path when passing an array of files to copy (without this option, the base is inferred to the best bet.) Documentation is updated to:
When passing array, you should pass
options.fromBasePath
to be used to calculate theto
relative path. The common directory will be detected and used asfromBasePath
otherwise.
- Performance optimization of
#copy()
v9.5.0
v9.3.0
v9.2.0
v9.1.0
v9.0.1
v9.0.0
No breaking changes. Some behavior changes related to file state processing and binary file detection.
v8.1.2
v8.1.1
v8.1.0
- Add async version of copy/copyTpl (#169) 5d4efcf
- Remove dependency on vinyl. (#168) 9f56a34
- Add optional peerDependencies on mem-fs and bump to 2.0.0 (#165) b9c8041
- Drop through2 dependency. 614de2d
- Implement appendTpl e297355
- Expose commitFileAsync for custom commit pipelines. (#161) 8e8e73e
- Fix: resolve path returned from globby. fd7b573
- Add append support to copy operation. 337f9e3, 115e5c8, e0580ae