npm normalize-url 5.0.0

latest releases: 7.0.3, 7.0.2, 7.0.1...
4 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

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.