Updated readme

Added changelog
This commit is contained in:
2020-03-07 11:00:54 -06:00
parent 2cd90c7b99
commit 38f0ad345b
2 changed files with 12 additions and 0 deletions

10
CHANGELOG.md Normal file
View File

@ -0,0 +1,10 @@
# 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