Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 2.12 KB

CHANGELOG.md

File metadata and controls

48 lines (25 loc) · 2.12 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2020-05-31)

⚠ BREAKING CHANGES

  • xForwardedProto renamed to trustProxy
  • redirect changed to enabled and default value is always true (see example in docs)
  • there might be behaviour changes for express-like frameworks

Features

Bug Fixes

  • fix types and redirectURL with non standard port (e728797)

fat

1.4.1 (2019-08-08)

Bug Fixes

  • remove space from URL when port is not 443 (#16) (a73ca54)

1.4.0 (2018-10-10)

Features

  • add exclude options which adds the ability to disable SSL redirect on some routes (#5) (83867e2)