Prep for release
This commit is contained in:
7
.markdownlint.json
Normal file
7
.markdownlint.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"default": true,
|
||||||
|
"no-duplicate-header": {
|
||||||
|
"siblings_only": true
|
||||||
|
},
|
||||||
|
"line-length": false
|
||||||
|
}
|
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,16 +1,22 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## v1.1.0
|
## [v1.1.1]
|
||||||
|
|
||||||
## Added
|
### 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.
|
* Ability to specify a prefix to use when outputting files via the OutputDir config property.
|
||||||
* Documented all config properties to explain their usage.
|
* Documented all config properties to explain their usage.
|
||||||
|
|
||||||
## Changed
|
### 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).
|
* 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
|
## [v1.0.0]
|
||||||
|
|
||||||
Initial release
|
Initial release
|
||||||
|
Reference in New Issue
Block a user