Skip to content

Releases: IonicaBizau/git-up

8.1.2

11 Apr 11:00

Choose a tag to compare

Docs 📝

8.1.1

11 Apr 10:46

Choose a tag to compare

📝 Types

8.1.0

03 Apr 06:43

Choose a tag to compare

Add TS types -- thanks @viceice! ⭐

8.0.2

03 Apr 05:55

Choose a tag to compare

Fix docs 📝 Thanks @viceice! 🍰

8.0.1

13 Feb 19:41

Choose a tag to compare

 - Update the documentation.

  • Add the GitHub Sponsors link. 

As always, I am very grateful to those supporting my projects! You can do that by donating via PayPal or via GitHub Sponsors.

Thank you very much! ❤️

8.0.0

14 Nov 10:03

Choose a tag to compare

Update parse-url to 9.x.x. /cc #37. Thanks @richard-giraud! 🍰

7.0.0

30 Aug 13:39

Choose a tag to compare

Upgrade to parse-url@8.1.0. This is a breaking change — please check out the release notes in parse-url. 💥

6.0.0

27 Jun 09:52

Choose a tag to compare

git-up 6.0.0

⭐ This is a major release of parse-url! ⭐

Breaking changes

  • If the input url has a trailing slash, the trailing slash will be added in the pathname too.
  • The port field is a string. By default empty.
  • Added the password field (default: "")
  • The resource may contain the port in it (e.g. resource: "domain.com:4200").

Features

  • Faster
  • More secure
  • Cleaner codebase

4.0.5

08 Jul 06:51

Choose a tag to compare

Update parse-url@6.0.0 -- ⚠️ this will not work on Safari anymore unless normalize-url will get a patch

5.0.0

29 Jun 09:22

Choose a tag to compare

Update dependencies

**:warning: It may break on Safari, due to the normalize-url compatibility, unless a patch is released.