Skip to content

Releases: FWeinb/metalsmith-watch

1.0.3

07 Jun 05:38

Choose a tag to compare

  • Fixed: absolute source path doesn't make the pattern matcher fail anymore
    (#30 - @zakhenry)

1.0.2

16 May 08:41

Choose a tag to compare

  • Fixed: remove deprecated warnings related to dependencies
    (#29)

1.0.1

09 May 05:02

Choose a tag to compare

  • Fixed: the plugin works correctly without any options provided (#21)

1.0.0

08 May 11:21

Choose a tag to compare

  • Fixed: metalsmith-collections are now correctly adjusted to avoid duplicates entries after rebuilds)
  • Removed: pattern option has been remove. Please use the new paths 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)