Releases: SBoudrias/mem-fs-editor
Releases · SBoudrias/mem-fs-editor
v2.3.0
Add support for glob options to copyTpl
(previously these options were only available using copy
)
v2.2.1
- 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.1.0
- Fix #40: Deleted new file won't be passed through the commit stream anymore.
- Maintenance: dependencies bump, cleanup, etc.
v2.0.4
Improve error message when we fail to parse JSON with readJSON
.
v2.0.3
Fix bug where editor#delete()
wouldn't work as expected in the case of newly created files (#35)
v2.0.2
Fix bug where setting defaults
as an empty string would return null during read operations.
v2.0.1
Output a newline at the end of writeJSON content.
v2.0.0
Change default template engine to ejs.
v1.2.3
- Improve error message when copy selection is empty.
- Bump dependencies