url-join

Join all arguments together and normalize the resulting url.

MIT License

Downloads
34.7M
Stars
345
Committers
11

Bot releases are hidden (Show)

url-join - v5.0.0 Latest Release

Published by jonkoops over 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