3.3.0 (2016-12-11)
- bin: use var instead of const (10aab45)
- changedPackages: bump patch version on perf changes (0f245bf)
- deepMerge: fix deepMerge implementation (afdbcc9)
- exec: each module should be added and removed (9f25b3c)
- exec: fix interactive use cases (1cb58d8)
- findNorthbrookConfig: write to stdout a warning instead of an error (6b21946)
- northbrook: fix many failing tests (f7e6559)
- northbrook: more descriptive naming (deb03cc)
- northbrook: two comparisons rather than one (c6386a2)
- resolvePackages: fixes for resolvePackages (46ec6de)
- bin: fallback to defaults if no configuration can be found (944cf09)
- bin: handle absolute paths for configurations (6155436)
- changedPackages: add better types (6fe57b5)
- changedPackages: add suggested update to commit message (5103b1d)
- changedPackages: implement way to find changed packages and their associated commits (1b55012)
- commit: implement commit message generator (27e1f8c)
- link: implement northbrook link feature (55deb28)
- link: log when there is nothing to link (1fdf5a9)
- northbrook: add working directory to HandlerOptions (c54596d)
- northbrook: allow selecting northbrook config (ef690b7)
- northbrook: reimplement exec plugin (d117957)
- northbrook: reimplement with TypeScript and Reginn (9cc90c4)
1.0.3-util (2016-09-23)
- util: get relative path of recursed folders (7e04dd6)
1.0.2-util (2016-09-19)
- util: export keys and values (f967c29)
1.0.1-util (2016-09-19)
1.0.0-exec (2016-09-10)
2.0.0-exec (2016-09-10)
- exec: implement new exec plugin (bf332d0)
- exec: initial implementation
1.0.0-util (2016-09-10)
- util: implement powerful utility library (0c039e6)
- util: Initial implementation