normalize-url v5.0.0 Release Notes

Release Date: 2020-01-31 // about 4 years ago
  • 💥 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