Releases: iwatakeshi/gitly
Releases · iwatakeshi/gitly
v3.2.2
v3.2.1
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
Release v3.2.0
What's Changed
- Bump tar from 7.5.1 to 7.5.2 by @dependabot[bot] in #40
- chore(deps): bump js-yaml from 3.14.1 to 3.14.2 by @dependabot[bot] in #41
Full Changelog: v3.1.1...v3.2.0
v3.1.1
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.0.3
v3.0.2
v3.0.1
v3.0.0
What's Changed
- Upgrade gitly deps by @iwatakeshi in #36
Summary
- gitly now requires node engine
>=20(even though the library does work from15) - gitly uses
tarv7but it shouldn't affect functionality - gitly now uses
node:moduleimports
Full Changelog: v2.5.3...v3.0.0
v2.5.3
What's Changed
- Make Updates by @iwatakeshi in #31
- fix(deps): shelljs as dependency by @KillerCodeMonkey in #34
- Bump follow-redirects from 1.15.5 to 1.15.6 by @dependabot in #32
- Bump tar from 6.2.0 to 6.2.1 by @dependabot in #35
New Contributors
- @KillerCodeMonkey made their first contribution in #34
Full Changelog: v2.5.2...v2.5.3