v5.0.0
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 changeimport normalizeUrl from 'normalize-url';
toimport normalizeUrl = require('normalize-url');