2020-07-08 11:12:21 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this package will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].
|
|
|
|
|
2020-07-08 17:41:41 +00:00
|
|
|
## v1.0.1
|
2020-07-08 17:15:53 +00:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
2020-07-08 17:16:50 +00:00
|
|
|
- Repository (not docker image) renamed from `error-pages-docker` to `error-pages`
|
2020-07-08 17:15:53 +00:00
|
|
|
- `configuration.json` renamed to `config.json`
|
|
|
|
- Makefile contains new targets (`install`, `gen`, `preview`)
|
|
|
|
- Generator logging messages
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- `docker-compose` for development
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Readme file content [#1]
|
|
|
|
|
|
|
|
[#1]:https://github.com/tarampampam/error-pages/issues/1
|
|
|
|
|
2020-07-08 11:12:21 +00:00
|
|
|
## v1.0.0
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
2020-07-08 11:24:23 +00:00
|
|
|
- First project release
|
2020-07-08 11:12:21 +00:00
|
|
|
|
|
|
|
[keepachangelog]:https://keepachangelog.com/en/1.0.0/
|
|
|
|
[semver]:https://semver.org/spec/v2.0.0.html
|