Skip to content

Releases: 68publishers/tracy-git-version

v1.2.0

26 Aug 03:03
Compare
Choose a tag to compare

Reading via git binary

  • added method GitDirectory::executeGitCommand()
  • added boolean parameter $useBinary into constructor of the class GetHeadCommandHandler
  • added boolean parameter $useBinary into constructor of the class GetLatestTagCommandHandler
  • added boolean paramter $useBinary into the method LocalGitRepository::createDefault()
  • added boolean paramter $useBinary into the method Export\Config::createDefault()
  • Nette DI extensions reigsters command handlers with parameter useBinary = true by default
  • fixed tests

v1.1.0

12 Dec 04:03
Compare
Choose a tag to compare
  • added Dockerfile and docker-compose.yml with all supported PHP versions
  • added Makefile
  • updated dev dependencies
  • coding style (removed unnecessary phpdoc, added use section for native functions, phpstan)
  • added PHPStan
  • added GitHub Actions
  • updated README

v1.0.2

19 May 00:15
Compare
Choose a tag to compare
Fix: "directories" `.` and `..` are skipped in `GetLatestTagCommandHa…

…ndler`

v1.0.1

30 Apr 15:09
Compare
Choose a tag to compare
Fixed method `GitDirectory::__toString()`

v1.0.0

09 Jan 23:41
Compare
Choose a tag to compare

First release 🎉