Skip to content

Releases: matteosister/GitElephant

v4.1.0: Merge pull request #163 from matteosister/symfony-5-upgrade

19 Mar 17:38
9c2be09
Compare
Choose a tag to compare

Added Symfony 5 components version to supported composer dependencies

v4.0.1: Merge pull request #158 from matteosister/develop

28 Mar 15:25
48965bb
Compare
Choose a tag to compare

Release v4.0.0

25 Mar 11:57
5322943
Compare
Choose a tag to compare

This release does:

  • improve readability of test bootstrap & utilities code
  • improves the speed of the git status invocation in cases where the description was not needed
  • fixes an issue where git version detection did not work on MacOS
  • upgrades PHPUnit to 8. This is the reason, that this is a major version jump, as the PHP requirements did change with it.
  • note the increased PHP requirements in README and dockerfile

V3.0.1

21 Sep 12:40
7cb780e
Compare
Choose a tag to compare

Changes from V3.0.0 integrated.

V3.0.0

10 Sep 15:29
99184d2
Compare
Choose a tag to compare

This version introduces an improved clone command thanks to @kirkmadera and a refactor of the Caller leading to more consistent code and the deletion of the GitBinary class.

v2.1.1: Merge pull request #144 from matteosister/develop

13 Jul 09:15
99184d2
Compare
Choose a tag to compare

v2.1.0

04 Jun 15:03
6a06e18
Compare
Choose a tag to compare
  • add support for git stash (new feature)
  • upgrades of PHPUnit
  • add typehints were possible
  • fix issues #121, #123, #124

v2.0.0

01 May 17:17
Compare
Choose a tag to compare

php 7 compatibility...

v1.1.2

12 Jun 11:49
Compare
Choose a tag to compare

bugfix

v1.1.0

26 Jan 22:34
Compare
Choose a tag to compare

minimum php version is now 5.3.3

I'm planning to drop the support to 5.3 and 5.4 for the 1.2 release.