Skip to content

Releases: SBoudrias/mem-fs-editor

v11.1.1

18 Aug 23:34
Compare
Choose a tag to compare

v11.1.0

18 Aug 23:24
7df83c2
Compare
Choose a tag to compare

v11.0.1...v11.1.0

v11.0.1

24 May 01:11
Compare
Choose a tag to compare
  • fix fromBasePath option (#246) 1496cdf
  • isbinaryfile does not follow semver for supported node, use fixed version (#241) a55415b

v11.0.0...v11.0.1

v11.0.0

16 Oct 00:07
Compare
Choose a tag to compare

Breaking: Commit now uses mem-fs pipeline which recreate mem-fs files based on emitted files.

v10.0.2...v11.0.0

v10.0.3

16 Oct 02:47
Compare
Choose a tag to compare

v10.0.2

09 May 10:00
Compare
Choose a tag to compare

v10.0.1...v10.0.2

v10.0.1

18 Apr 10:13
Compare
Choose a tag to compare

v10.0.0

17 Apr 21:32
75eabea
Compare
Choose a tag to compare

The mem-fs-editor package now export a native ESM module. (Learn more about ESM)

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