is-url-superb

Check if a string is a URL

MIT License

Downloads
5.6M
Stars
85
Committers
5

Bot releases are hidden (Show)

is-url-superb - Latest Release

Published by sindresorhus almost 3 years ago

is-url-superb -

Published by sindresorhus over 3 years ago

Breaking

  • Require Node.js 12 27dcda1
  • This package is now pure ESM. Please read this.

https://github.com/sindresorhus/is-url-superb/compare/v5.0.0...v6.0.0

is-url-superb -

Published by sindresorhus almost 4 years ago

Breaking

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

https://github.com/sindresorhus/is-url-superb/compare/v4.0.0...v5.0.0

is-url-superb -

Published by sindresorhus over 4 years ago

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://').

https://github.com/sindresorhus/is-url-superb/compare/v3.0.0...v4.0.0

is-url-superb -

Published by sindresorhus over 5 years ago

Breaking:

  • Require Node.js 8 (#4) 6f77cc6

Enhancements:

  • Add TypeScript definition (#4) 6f77cc6

https://github.com/sindresorhus/is-url-superb/compare/2.0.0...v3.0.0