github sindresorhus/normalize-url v5.0.0

latest releases: v9.0.1, v9.0.0, v8.1.1...
6 years ago

Note that if you're using normalize-url in the browser, you should probably stay on v4 as this version uses newer syntax not available in all browsers.

Breaking

  • Require Node.js 10 (#103) 7b4ad64

Breaking for TypeScript users

  • Only use a CommonJS export for the TypeScript definition
    You need to change import normalizeUrl from 'normalize-url'; to import normalizeUrl = require('normalize-url');

Fixes

  • Don't throw if decoding the path fails (#104) 062b426

v4.5.0...v5.0.0

Don't miss a new normalize-url release

NewReleases is sending notifications on new releases.