- Fixed: absolute source path doesn't make the pattern matcher fail anymore (#30 - @zakhenry)
- Fixed: remove deprecated warnings related to dependencies (#29)
- Fixed: the plugin works correctly without any options provided (#21)
- Fixed: metalsmith-collections are now correctly adjusted to avoid duplicates entries after rebuilds)
- Removed:
pattern
option has been remove. Please use the newpaths
option - Added:
paths
option allows you to specify a map to trigger rebuilds (closes #4 and #13) - Added:
log
option to be able to control watcher logs - Added: when a JavaScript file is changed, the corresponding cache in node/iojs cache is refreshed. This is particularly handy when working with plain JavaScript template (eg: react template made with metalsmith-react)
- Fixed: Use metalsmith
.build()
method instead of.run()
.
- Changed: Update to work with metalsmith
1.0
- Added: ability to use an array to define multiple glob parameters.
- Changed: To conform to other plugins watch must be used like
watch()
now. - Fixed: keep track of renamed files correctly (#5)
- Added: support for
livereload
(#3).
- Fixed: bug introduced in segmentio/metalsmith@
15d43a7
()#1)
- Fixed: repositiory url in
package.json
✨ Initial release