- Added ``--no-format-output`` parameter which disables any output formatting. The output from the tester image is passed through without modifications. - Mid-size internal refactoring, using docker-compose wrapper class now
0.14.0
------
Date: 2016-05-23
- Using docker python libraries internally now. The container now only needs ``/var/run/docker.sock`` mounted - More optimizations still needed, but a lot more robust now. I hope.
0.13.0
------
Date: 2016-05-12
- Added replacement of ``%%ENV_VAR%%`` tags in the intmaniac file itself. Only global settings (e.g. from the command line) are used, of course.
0.12.0
------
Date: 2016-04-22
- Added ``-o/--output`` command line parameter
0.11.3
------
Date: 2016-04-21
- Fixed bug in container name extraction for older ``docker-compose`` versions
0.11.2
------
Date: 2016-04-20
- Fixed non-processing of environment settings from the cmdline - Fixed docker-compose output evaluation - Updated failure behavior during environment setup - Updated tests accordingly - Updated README with more and more precise information