Skip to content

Latest commit

 

History

History
96 lines (74 loc) · 2.21 KB

History.md

File metadata and controls

96 lines (74 loc) · 2.21 KB

1.0.1 - September 30, 2014

  • move gnode to regular dependencies

1.0.0 - September 29, 2014

  • add generator support for node 0.11
  • change #join to #path and use path.resolve
  • add support for absolute source and directory paths
  • add #directory getter and setter method
  • add #readFile method to expose the core reading logic
  • add #writeFile method to expose the core writing logic
  • fix default clean setting when running the cli

0.11.0 - September 12, 2014

  • move clean logic to happen at the beginning of a build

0.10.0 - August 19, 2014

  • expose stats on files

0.9.0 - July 13, 2014

  • add frontmatter option to disable parsing frontmatter

0.8.1 - July 7, 2014

  • update dependencies

0.8.0 - May 6, 2014

  • add clean option

0.7.0 - April 29, 2014

  • let plugins be an array in metalsmith.json

0.6.1 - April 24, 2014

  • update ware to 0.3.0 for passing arrays

0.6.0 - April 2, 2014

  • add mode handling for files

0.5.0 - March 21, 2014

  • remove destination directory when writing
  • expose #run to run middleware stack
  • fix jade examples

0.4.0 - March 14, 2014

  • change #metadata to set a clone

0.3.0 - March 8, 2014

  • change to not trim file contents

0.2.3 - March 7, 2014

  • add setting back to #metadata

0.2.2 - March 7, 2014

  • fix install error

0.2.1 - March 7, 2014

  • change to chalk from colors

0.2.0 - March 6, 2014

  • change to #metadata just being a getter

0.1.0 - February 5, 2014

  • change to contents always being a Buffer

0.0.4 - February 5, 2014

  • fix corrupted non-utf8 files

0.0.3 - February 5, 2014

  • expose files dictionary to build callback

0.0.2 - February 5, 2014

  • do not mix in global metadata, leave it up to plugins

0.0.1 - February 4, 2014