Releases: Vectorface/dunit
Releases · Vectorface/dunit
v2.1
Bug Fixes
- Fixed an issue with Ctrl+C signals not being handled properly by dunit.
- Fixed an issue with $COLUMNS not being set properly inside the docker images. Phpunit test progress now properly line breaks.
New Features
dunit --pull
will rundocker pull $image
for each of your images, making it easier to keep your images up-to-date.- New docker image
php-nightly
. This image is a build of PHP 7 beta from the github sources. Our thanks goes to @dave1010 as our docker image was originally inspired by his own PHP 7 images.
Other notes
- Many of the default images have been reworked and squashed to be much smaller downloads. Feel free to build your own images on top of these fairly minimal Debian-based images.
v2.0.1
v2.0.0
Version 2 brings a rewrite of the shell script in PHP using the Symfony console component. This will allow us to add features quicker and fix bugs faster. Furthermore, version 2 simplifies creating custom docker images by no longer requiring a PHP version affixed to each image.
In addition, note the following changes from the 1.0 branch:
- The
.dunitconfig
file from version 1 is not compatible with version 2. You must copy the new version ofdunitconfig.example
to your project root. - The
-p
flag as well as the environment variablesDUNIT_PHPVERSION
andDUNIT_DOCKERIMAGES
have been replaced with the-i
flag and the environment variableDUNIT_IMAGES
. - HHVM and HHVM-nightly images are now included. HHVM stable is enabled by default.
v1.4.0
v1.3.1
v1.3.0
v1.2.1
v1.2.0
v1.1.0
Version v1.1.0 release includes:
- Ability to specify the exact docker image to use
- Dockerfiles refactored and now include additional commonly-used PHP extensions
- PHP5.2 now supported (Not ran by default; Must be specified in .dunitconfig)
Version v1.1.0 addresses these issues:
- Resolves #1
The commits between this version and the last can be found here.
Stable Release
Very well might be the greatest docker repository on composer.