Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 2.24 KB

CHANGELOG.md

File metadata and controls

62 lines (37 loc) · 2.24 KB

1.0.4 - 2016-12-14

  • Changed: package name and repo url to be scoped to @jannis to temporarily publish the compiled (dist folder including) package to NPM. (This is necessary until #34 by @auser is merged into the main repo)

1.0.3 - 2016-06-07

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

1.0.2 - 2016-05-16

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

1.0.1 - 2015-05-09

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

1.0.0 - 2015-05-08

  • 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)

0.2.1

  • Fixed: Use metalsmith .build() method instead of .run().

0.2.0

  • Changed: Update to work with metalsmith 1.0

0.1.1

  • Added: ability to use an array to define multiple glob parameters.

0.1.0

  • Changed: To conform to other plugins watch must be used like watch() now.
  • Fixed: keep track of renamed files correctly (#5)

0.0.4

  • Added: support for livereload (#3).

0.0.3

0.0.2

  • Fixed: repositiory url in package.json

0.0.1

✨ Initial release