Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Releases: accompli/chrono

0.3.1

07 Jun 06:40
0.3.1
Compare
Choose a tag to compare

Fixed

  • Only executing a git pull on a branch, which allows usage of git versions lower than 1.8. (#32)
  • Parsing of Subversion branches / tags. (#30)

0.3.0

15 May 11:36
Compare
Choose a tag to compare

Added

  • Retrieval of last ProcessExecutionResult from the ProcessExecutor. (#23)
  • Enforced non-interactive mode when executing Git commands. (#24)

Removed

  • Support for PHP 5.4. (#26)

0.2.1

25 Mar 10:37
Compare
Choose a tag to compare

Fixed

  • Updating the current branch of a git clone with the checkout command.

0.2.0

21 Mar 10:38
Compare
Choose a tag to compare

Added

  • Composer dependency compatibility with version 3 of the Symfony Process component.

0.1.0

25 Nov 13:11
Compare
Choose a tag to compare

Initial Chrono VCS wrapper release with checkout support for Git and Subversion.

Added

  • Repository wrapper that is able to detect which VCS adapter to use.
  • Shell process abstraction with ProcessExecutor intermediate.
  • Git(Hub) Repository adapter.
  • Subversion Repository adapter.