Skip to content

v9.0.0

Compare
Choose a tag to compare
@AVVS AVVS released this 10 Mar 20:35
· 16 commits to master since this release

9.0.0 (2020-03-10)

Bug Fixes

  • match protocol and port in http-url (101f10e)

Features

  • whatwg url validation, improved ts support (4d1700a)

BREAKING CHANGES

  • removed bluebird promises and validation methods are not bound to instance by
    default. This may required apps performing the integration to change their code. http-url format
    has been changed from ReDoS prone RegEx to whatwg url one. Validation is performed differently as a result
    Opinionated format requires protocol to be http: or https: and port to either be omitted or be 80/443