Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 491 Bytes

CHANGELOG.md

File metadata and controls

22 lines (12 loc) · 491 Bytes

Changelog

[v1.1.1]

Changed

  • Updated all Go dependencies and compatibility with newer Go version.

[v1.1.0]

Added

  • Ability to specify a prefix to use when outputting files via the OutputDir config property.
  • Documented all config properties to explain their usage.

Changed

  • If no FilePrefix is specified in the config, files will now be written as (hash).min.(extension) (no app- prefix as was hardcoded into previous releases).

[v1.0.0]

Initial release