Skip to content

Latest commit

 

History

History
59 lines (30 loc) · 816 Bytes

CHANGELOG.md

File metadata and controls

59 lines (30 loc) · 816 Bytes

master

  • Add support for new .rebuild API in addition to old .read API

0.1.12

  • Throw on undefined inputTree

0.1.11

  • Update dependencies

0.1.10

  • Do not override this.inputEncoding/this.outputEncoding if not provided

0.1.9

  • Fix inputEncoding/outputEncoding defaults

0.1.8

  • Add inputEncoding and outputEncoding options

0.1.7

  • Update dependency to deal with symlinks correctly

0.1.6

  • Copy instead of hardlinking

0.1.5

  • Use new broccoli-writer base class

0.1.4

  • Use broccoli-kitchen-sink-helpers instead of larger broccoli dependency

0.1.3

  • Remove stray console.log O_O

0.1.2

  • Augment error objects for better error reporting

0.1.1

  • Update broccoli dependency

0.1.0

  • Pass relativePath argument to processFile

0.0.1

  • Initial release