Skip to content

Releases: SBoudrias/mem-fs-editor

v9.6.0

19 Jan 21:55
f58729b
Compare
Choose a tag to compare
  • #copy() and #copyTpl() now accept option.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 the to relative path. The common directory will be detected and used as fromBasePath otherwise.

  • Performance optimization of #copy()

v9.5.0

03 Aug 16:20
Compare
Choose a tag to compare
  • feat: update file permission on commit 61c0c6a

v9.4.0...v9.5.0

v9.3.0

25 Aug 20:57
Compare
Choose a tag to compare

The dump method now accept a glob string pattern as second parameter.

v9.2.0

25 Aug 18:16
Compare
Choose a tag to compare

Now only triggers change events when files are actually modified.

v9.1.0

30 Jul 17:16
Compare
Choose a tag to compare
  • Introduce a noGlob option when copying file to allow completely by-passing glob matching. This can be handy if some of your file names have literal glob characters that would conflict.

v9.0.1

19 May 18:51
Compare
Choose a tag to compare

Fix for Node 16 support.

v9.0.0

30 Apr 23:16
Compare
Choose a tag to compare

No breaking changes. Some behavior changes related to file state processing and binary file detection.

v8.1.2...v9.0.0

v8.1.2

23 Apr 01:06
Compare
Choose a tag to compare
  • Allow mem-fs ^1.2.0 as peer dependency. (#171) 7f340eb

v8.1.1...v8.1.2

v8.1.1

23 Apr 00:12
Compare
Choose a tag to compare

v8.1.0...v8.1.1

v8.1.0

22 Apr 22:48
Compare
Choose a tag to compare

v8.0.0...v8.1.0