Skip to content

Releases: git-friendly/git-friendly

v1.0.6 - submodule bugfixes

20 Jul 13:30
a74f9cb
Compare
Choose a tag to compare

Hello! We're back!

What's Changed

  • pull: fix redundant submodule recursion by @jamiew in #94

Full Changelog: 1.0.5...1.0.6

v1.0.5 - pnpm bugfixes

20 Apr 20:26
c1e7141
Compare
Choose a tag to compare

We were very excited to ship pnpm support way back in v1.0.4 but – shockingly – it had some bugs. This release squashes all known bugs and maybe even some unknown bugs

Changelog:

  • don't install dependencies using both pnpm and npm. Just one please
  • stop looking for yarn or pnpm inside ./node_modules/bin, that's not a thing
  • fix some README copy. a README's work is never done

All commits: 1.0.4...1.0.5

v1.0.4 - add support for `pnpm` package manager

29 Mar 15:19
b0ef20e
Compare
Choose a tag to compare

A fast, space-efficient package manager for javascript/typescript/etcscript applications

https://pnpm.io/

Will run on pull

Disable using GIT_FRIENDLY_NO_PNPM=true as is our pattern

Thanks @sapegin for the code review as always!

v1.0.3 - default branch is now `main`

05 May 15:18
Compare
Choose a tag to compare

This is a NO_OP release, and primarily intended a heads-up for anyone who has checked out the repository. Thanks in advance for your understanding.

Edit: we did sneak in one small fix for aborting quickly in non-git repos (#95). We will cut a new release for Homebrew et al later today.

To update your local checkout:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

v1.0.2

17 Apr 14:42
Compare
Choose a tag to compare
  • Hotfix for a typo in branch which made branch deletion not work at all.
  • Sorry about that!

v1.0.1

17 Apr 14:30
45a3d30
Compare
Choose a tag to compare

Changelog:

  • #89 - branch shouldn't delete remote branches with -d/-D
  • and this repository has moved from jamiew/git-friendly to git-friendly/git-friendly

v1.0

28 Dec 02:18
Compare
Choose a tag to compare

This repository has been stable for quite a while but making things official with a 1.0 release :)