Releases: unjs/redirect-ssl
Releases · unjs/redirect-ssl
v2.0.0
⚠ BREAKING CHANGES
xForwardedProto
option renamed totrustProxy
(1c8cb3d)redirect
option changed toenabled
and the default value is always true (f06e398)- there might be behavior changes for express-like frameworks
Features
- rewrite to typescript (d8460a7)
- write redirectURL to response (763165b)
- update is-https to 2.x (d4267e7)
Bug Fixes
- fix types and redirectURL with non standard port (e728797)