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 changeimport normalizeUrl from 'normalize-url';toimport normalizeUrl = require('normalize-url');
Fixes
- Don't throw if decoding the path fails (#104) 062b426