Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 24 Jan 18:58
· 26 commits to main since this release
c17ef47

3.0.0 (2023-01-24)

⚠ BREAKING CHANGES

  • The default behavior is now changed to not save files with extensions. To make this
    change not-breaking would have required that this package accept and use a polyfill for URL, which
    feels like it could cause greater problems for people who already use other polyfills.

Bug Fixes

  • accept urlToPath callback for people without URL.pathname polyfill (#25) (c17ef47), closes #23