error-pages/CHANGELOG.md
jetexe 158856bebd
Add 418 error (#2)
* Update config.json

Add 418 error

* Update CHANGELOG.md
2020-07-10 19:38:26 +05:00

1.2 KiB

Changelog

All notable changes to this package will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

Added

  • 418 status code error page

v1.2.0

Fixed

  • By default nginx in docker container returns 404 http code instead 200 when / requested

Changed

  • Default value for TEMPLATE_NAME is ghost now

Removed

  • Environment variable DEFAULT_ERROR_CODE support in docker image

Added

  • Templates l7-light and l7-dark

v1.1.0

Added

  • Environment variable DEFAULT_ERROR_CODE support in docker image

v1.0.1

Changed

  • Repository (not docker image) renamed from error-pages-docker to error-pages
  • 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

v1.0.0

Changed

  • First project release