Releases: sindresorhus/normalize-url
Releases · sindresorhus/normalize-url
Release list
v7.0.2
- Fix the
removeDirectoryIndexoption TypeScript type 4d35ea1
v7.0.1
- Fix Safari compatibility (#148) d51cb50
v7.0.0
Breaking
v6.1.0
- Accept a boolean for the
removeQueryParametersoption (#136) 6216336
v6.0.1
- Fix ReDoS vulnerability for data URLs b1fdb51
Also fixed for v5 in 5.3.1 and for v4 in 4.5.1. Versions below 4.3.0 are not affected by this.
v6.0.0
Breaking
- Add
stripTextFragmentoption (#130) 01a4a91
It should not affect most use-cases, but it is turned on by default and it does change the URL slightly, so it's marked as breaking just to be safe.
v5.3.0
- Throw a friendly error on
view-source:input (#124) ddf2584
v5.2.1
- Fix
removeSingleSlashoption adding slashes (#122) 1e06753
v5.2.0
- Add
removeSingleSlashoption (#120) 18effbe