packages feed

executor-0.0.4: ChangeLog.md

# Revision history for executor

## 0.0.4  -- 2017-08-27

* Add better unit test
* Deprecate `execSync` and `execListSync` in favor of `exec` and `execSequenceSync`
* Return IO (String) to display the result of the commands triggered

## 0.0.3  -- 2017-08-20

* Reducing unecessary code

## 0.0.2  -- 2017-08-20

* Make the code a bit cleaner and consistent

## 0.0.1  -- 2017-08-19

* First version. Released on an unsuspecting world.