Skip to content

Releases: iwatakeshi/gitly

v3.2.2

17 Jan 16:40
ba7e567

Choose a tag to compare

Changes since v3.2.1

  • chore(deps): bump tar from 7.5.2 to 7.5.3
  • docs: add proxy option to README

v3.2.1

30 Nov 22:08

Choose a tag to compare

What's Changed

Bug Fixes

  • Proxy Implementation Improvements (#45)
    • Fixed protocol format: strip colon for AxiosProxyConfig compatibility
    • Fixed port parsing to avoid NaN when port is missing
    • Added http_proxy environment variable fallback support (in addition to https_proxy)
    • Use hostname instead of host to avoid port in hostname field
    • Enhanced documentation for environment variable fallback behavior

Other Changes

  • Fixed typo: GitlyUknownError → GitlyUnknownError (#43)
  • Fixed ESM named export issue with shelljs (#46)
  • Updated glob dependency to 11.1.0 (#42)

Full Changelog: v3.2.0...v3.2.1

v3.2.0

18 Nov 00:38

Choose a tag to compare

Release v3.2.0

What's Changed

Full Changelog: v3.1.1...v3.2.0

v3.1.1

26 Sep 04:41

Choose a tag to compare

Changes

  • Update dependencies to latest versions
    • axios: ^1.8.3 → ^1.12.2
    • shelljs: ^0.8.5 → ^0.10.0
    • tar: ^7.4.3 → ^7.5.1
    • typescript: ^5.8.2 → ^5.9.2
    • @types/shelljs: ^0.8.15 → ^0.8.17

All tests passing, build verified.


v3.1.0...v3.1.1

v3.1.0

12 Mar 15:55

Choose a tag to compare

Changes

  • Merge pull request #39 from iwatakeshi/chore/migrate-to-module 52ee4f6
  • Add TypeScript configuration and update package structure for module support 81a5edb
  • Add 'dist/' to .gitignore to exclude distribution files 3b14677

v3.0.3...v3.1.0

v3.0.3

01 Jan 17:40

Choose a tag to compare

Changes

Happy New Year! 🎉

  • Update packages 444f901
  • Merge pull request #38 from iwatakeshi/dependabot/npm_and_yarn/cross-spawn-7.0.6 8fcd7b3
  • Bump cross-spawn from 7.0.3 to 7.0.6 78d5e99

v3.0.2...v3.0.3

v3.0.2

23 Sep 01:21

Choose a tag to compare

Changes

v3.0.1...v3.0.2

v3.0.1

31 Jul 02:44

Choose a tag to compare

Changes

  • Remove lint script f7bced7
  • Update lockfile c60b51e
  • Update packages 8618376
  • Merge pull request #37 from iwatakeshi/dependabot/npm_and_yarn/braces-3.0.3 9ba7099
  • Bump braces from 3.0.2 to 3.0.3 1138d97

v3.0.0...v3.0.1

v3.0.0

12 May 22:06

Choose a tag to compare

What's Changed

Summary

  • gitly now requires node engine >=20 (even though the library does work from 15)
  • gitly uses tar v7 but it shouldn't affect functionality
  • gitly now uses node:module imports

Full Changelog: v2.5.3...v3.0.0

v2.5.3

10 Apr 04:53

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.2...v2.5.3