Skip to content

Version 3.0.0

Compare
Choose a tag to compare
@samclarke samclarke released this 07 Jan 23:17
· 12 commits to master since this release

The parser has been updated to use the global URL object instead of importing it, simplifying some use cases like browser bundling. Thanks to @brendankenny.

The global URL object is not supported in Node < 10 making this is a breaking change.

The README and LICENSE files have also been renamed to be in upper case to make them easier to spot.

There are no other changes in this release, so there is no need to upgrade unless using the global URL object is helpful.