Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 790 Bytes

CHANGELOG.md

File metadata and controls

26 lines (19 loc) · 790 Bytes

Change History

v1.4.1 (2017-08-31)

  • Reload file content on each compiler emit; Fixes #7; thanks to subhaze
  • Fix duplicate hash at generated filename; thanks to IndraGunawan

v1.4.0 (2017-08-07)

  • Allow passing on Uglify options (#10); thanks to filipesilva
  • Allow templating fileName (#9); thanks to filipesilva

v1.3.0 (2017-07-07)

  • add uglify option

v1.2.0 (2017-07-03)

  • Only re-emit file during watch if a dependency changed; thanks to subhaze

v1.1.2 (2017-06-27)

  • fix #2

v1.1.1 (2017-06-17)

  • fix #1

v1.1.0 (2017-06-15)

  • refactor using es6

v1.0.0 (2017-06-15)

  • first release