Skip to content

Releases: IonicaBizau/git-up

7.0.0

30 Aug 13:39
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Update dependencies

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

4.0.2

09 Aug 12:03
Compare
Choose a tag to compare

Update docs and licence year. 🚀

4.0.1

03 Jan 16:46
Compare
Choose a tag to compare

Happy New Year! 🎉 🚀

This pull request is going to update the documentation of this project and add the Buy me a coffee cookies and tea button:

Buy Me A Coffee

If this project helped you, tea and cookies is perhaps something I would really enjoy. :)

4.0.0

28 Oct 16:59
Compare
Choose a tag to compare

/cc #17

3.0.0

28 Oct 16:54
Compare
Choose a tag to compare

/cc #19

2.1.0

23 Oct 15:19
Compare
Choose a tag to compare

Upgrade to parse-url@3.x.x, fix #15

2.0.10

24 Dec 20:19
Compare
Choose a tag to compare

Rerender documentation. Add yarn commands.