Releases: gitonomy/gitlib
Releases · gitonomy/gitlib
v1.5.0
What's Changed
- Support only PHP 8.0-8.4
- Detect binary file by NULL byte
- Set default range counts
- Add optional entry type option for tree entries
- Fixed a few minor bugs
New Contributors
- @thecaliskan made their first contribution in #215
- @Patrick-Beuks made their first contribution in #219
- @simonhamp made their first contribution in #211
- @claudiu-cristea made their first contribution in #217
- @codebymikey made their first contribution in #208
Full Changelog: v1.4.0...v1.5.0
v1.4.0
v1.3.8
What's Changed
- Method to check if a branch is merged (added code from PR #151) by @tolik518 in #197
- Fixed github test badge: badges/shields#8671 by @tolik518 in #199
- Adds feature to check if a branch name exists in a repository without… by @hostep in #202
New Contributors
Full Changelog: v1.3.7...v1.3.8
v1.3.7
v1.3.6
v1.3.5
v1.3.3
Update composer.json
v1.3.2
Fixed passing null to integer param
v1.3.1
- Added missing
ReturnTypeWillChange
annotations
v1.3.0
- Support Symfony 6 and PHP 8.1