Releases: SBoudrias/mem-fs-editor
Releases · SBoudrias/mem-fs-editor
v10.0.0
The mem-fs-editor
package now export a native ESM module. (Learn more about ESM)
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.