Skip to content

Releases: SBoudrias/mem-fs-editor

v2.3.0

12 Jul 04:35
Compare
Choose a tag to compare

Add support for glob options to copyTpl (previously these options were only available using copy)

v2.2.1

27 May 07:00
Compare
Choose a tag to compare
  • Fix bug where a deleted file was not considered as new if new content was pushed to the file.
  • Fix bug with ejs partials feature when using glob patterns.

v2.2.0

01 Mar 07:31
Compare
Choose a tag to compare

Add #extendJSON() method

v2.1.0

24 Nov 08:26
Compare
Choose a tag to compare
  • Fix #40: Deleted new file won't be passed through the commit stream anymore.
  • Maintenance: dependencies bump, cleanup, etc.

v2.0.4

09 Jul 22:26
Compare
Choose a tag to compare

Improve error message when we fail to parse JSON with readJSON.

v2.0.3

05 Jul 01:44
Compare
Choose a tag to compare

Fix bug where editor#delete() wouldn't work as expected in the case of newly created files (#35)

v2.0.2

01 Jul 05:50
Compare
Choose a tag to compare

Fix bug where setting defaults as an empty string would return null during read operations.

v2.0.1

22 Jun 02:45
Compare
Choose a tag to compare

Output a newline at the end of writeJSON content.

v2.0.0

06 May 22:38
Compare
Choose a tag to compare

Change default template engine to ejs.

v1.2.3

05 Apr 06:48
Compare
Choose a tag to compare
  • Improve error message when copy selection is empty.
  • Bump dependencies