npm url-join 5.0.0
v5.0.0

2 years ago

New Features ✨

  • Package is now distributed in the ECMAScript module syntax (see #76).
  • Definitions for TypeScript are now included out of the box (see #74).

Enhancements 📝

  • The the NPM package size has been reduced (see #65).

Breaking Changes 💥

  • Support for all module formats besides ECMAScript modules have been dropped.

Migration 🚚

If you are a user of TypeScript you can remove @types/url-join from your project. The type definitions are now included in the package itself, so it is no longer required to keep a separate dependency around.

npm uninstall @types/url-join

Don't miss a new url-join release

NewReleases is sending notifications on new releases.