Skip to content

2.0.0

Choose a tag to compare

@jayeb jayeb released this 05 Mar 20:28
· 113 commits to main since this release
  • Added proper encoding for non-absolute $path values.
  • Fixed logic for determining whether the given $path value is an absolute URL or a relative path.
  • Switched to using rawurlencode() instead of urlencode() in all cases.
  • Removed the rawEncodePath argument of createURL(), since it's no longer needed.
  • Fixed an edge-case where a path with a leading slash might not be handled properly.