Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 546 Bytes

CHANGELOG.md

File metadata and controls

35 lines (22 loc) · 546 Bytes

Changelog

[0.1.5] - 2020-01-29

Changed

  • Fixed slug normalization bug

[0.1.4] - 2020-01-29

Changed

  • Rename redirect_type config key to type.

[0.1.3] - 2020-01-29

Added

  • Slug redirection

Changed

  • Fixed slugs with a trailing slash returning 404.

[0.1.2] - 2020-01-26

Changed

  • Fixed 404 handling.
  • Fixed the Content-Type header for slugs with a .html extension.

[0.1.1] - 2020-01-25

Changed

  • Replaced flexi_logger with env_logger.

[0.1.0] - 2020-01-24

Added

  • Initial release