Skip to content

Releases: unjs/giget

v3.1.2

05 Feb 16:45
@pi0 pi0

Choose a tag to compare

v3.1.1

21 Jan 11:09
@pi0 pi0

Choose a tag to compare

compare changes

🏡 Chore

v3.1.0

21 Jan 11:05
@pi0 pi0

Choose a tag to compare

compare changes

🚀 Enhancements

  • Allow passing install options to nypm (c420507)

🔥 Performance

v3.0.0

20 Jan 13:08
@pi0 pi0

Choose a tag to compare

compare changes

💚 Giget now has zero dependencies (#248), install size reduced from 1.57MB to 146kB, (90.7% smaller!)

🛡️ Bundled tar version updated to v7 with latest security fixes.

❤️ Contributors

v2.0.0

25 Feb 20:23
@pi0 pi0

Choose a tag to compare

compare changes

⚠️ Breaking Changes

🩹 Fixes

  • Use the correct temp dir in Windows for cache (#182)
  • Patch tar for bun on windows (#217)

📦 Build

❤️ Contributors

v1.2.5

21 Feb 15:12
@pi0 pi0

Choose a tag to compare

compare changes

🏡 Chore

  • Remove unused ohash dependency (be5888c)
  • Update dependencies (4eab58e)

v1.2.4

27 Jan 19:03
@pi0 pi0

Choose a tag to compare

compare changes

Note

This release mainly upgrades internal dependencies.

📦 Upgraded internal dependencies

  • Updated nypm from 0.3 to 0.5 (see 0.4 and 0.5 release notes) -- related to install dependencies feature
    • Support Deno v2 as package manager
    • Replace execa with smaller tinyexec
    • Better corepack detection
  • Updated pathe to v2

📖 Documentation

  • Correct function name (#156)
  • Add github actions example for private repo (#197)

❤️ Contributors

v1.2.3

21 Mar 19:55
@pi0 pi0

Choose a tag to compare

compare changes

🩹 Fixes

  • parseGitURI: Support @ symbol in ref segment (#153)

📖 Documentation

  • Correct downloadTemplate options (#144)

🏡 Chore

  • Add maizzle template (#138)

❤️ Contributors

v1.2.1

25 Dec 11:35
@pi0 pi0

Choose a tag to compare

compare changes

🩹 Fixes

  • cli: Add missing shebang (#135)

🏡 Chore

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.2.0

24 Dec 20:33
@pi0 pi0

Choose a tag to compare

compare changes

🚀 Enhancements

  • Support cloning from http(s) sources (#129)
  • Support proxy for Node.js with native fetch (#133)
  • Support installing dependencies (#134)

🩹 Fixes

  • gitlab: Workaround hotlinking protection (406 Not Acceptable) (#123)
  • cli: Display the current directory when cloning into current dir (#132)
  • Add URL to undici's fetch failed error (6e2455a)
  • Create dst dir only after the source is successfully downloaded (#119)

💅 Refactors

  • Use citty for cli (#113)

📖 Documentation

  • Add more info about auth (ab28a9f)

📦 Build

❤️ Contributors