Skip to content

Releases: sindresorhus/is-url-superb

v6.1.0

01 Nov 13:03
Compare
Choose a tag to compare

v6.0.0

17 Apr 18:24
Compare
Choose a tag to compare

Breaking

v5.0.0...v6.0.0

v5.0.0

29 Nov 16:07
Compare
Choose a tag to compare

Breaking

  • Return false when URL contains unescaped spaces (#8) f34458b

v4.0.0...v5.0.0

v4.0.0

14 Jun 09:46
Compare
Choose a tag to compare

Breaking

  • Require Node.js 10 663eb59
  • No longer accepts protocol-relative URLs, for example: //sindresorhus.com.
    Prefer using an explicit protocol. If you really need this, you can do a simple replace on the input string: string.replace(/^\/\//, 'https://').

v3.0.0...v4.0.0

v3.0.0

21 Apr 13:53
Compare
Choose a tag to compare

Breaking:

Enhancements:

2.0.0...v3.0.0