- fix race condition with stringify file contents
- pass in options to consolidate.js
- add
default
option
- add
inPlace
option - change
pattern
option to just filter
- fix bug in matching pattern logic
- add rendering files in place with a
pattern
- add
string
engine convenience
- fix
directory
option bug
- stringify
contents
on the original file data
- switch to
extend
fromdefaults
to avoid cloning - add debug statements
- fix to use buffers
- mix in metadata
✨