Skip to content

Latest commit

 

History

History
68 lines (35 loc) · 2.77 KB

CHANGELOG.md

File metadata and controls

68 lines (35 loc) · 2.77 KB

Changelog

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

3.0.0 (2021-05-17)

⚠ BREAKING CHANGES

  • pkg: add exports field
  • update is-https to 4.x

Features

Bug Fixes

  • use ascii underscore char in variable name (#39) (e393ad6)

2.0.1 (2021-04-08)

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)