Merged: 2019-07-30 Added - **Job Chaining** | Adds ability to chain jobs together using the '+' character to separate the commands
---
0.2.20
Merged: 2019-07-29 Changed - **Exec Component** | Fixes a minor bug where the image name was being duplicated in the container name
---
0.2.19
Merged: 2019-07-25 Changed - **Top-Level Params** | Fixes a bug where only the default would work for top-level parameters
---
0.2.18
Merged: 2019-07-24 Changed - **Primary Jobs** | Fixes bug to allow primary jobs to execute as exepcted without specifying a command in the docker run process
---
0.2.17
Merged: 2019-07-16 Changed - **Env Configs** | Fixes bug to allow env config to add properties that are not present in the default (parent) config
---
0.2.16
Merged: 2019-07-12 Added - **accepts** | Adds 'accept' field on params to specify lists or boolean params
Changed - **Params** | The Param object has been split and a new object (Arg) is now used for job arguments
Removed - **isBoolean** | Removes the 'isBoolean' field on params in favor of the 'accepts' field