Skip to content

Latest commit

 

History

History
101 lines (53 loc) · 4.5 KB

CHANGELOG.md

File metadata and controls

101 lines (53 loc) · 4.5 KB

3.3.0 (2016-12-11)

Bug Fixes

  • 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)

Features

  • 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)

Bug Fixes

  • util: get relative path of recursed folders (7e04dd6)

1.0.2-util (2016-09-19)

Bug Fixes

  • util: export keys and values (f967c29)

1.0.1-util (2016-09-19)

Bug Fixes

  • util: fix object signatures (098986c)
  • util: prefer userland implemenations (08a65e3)

1.0.0-exec (2016-09-10)

2.0.0-exec (2016-09-10)

Features

  • exec: implement new exec plugin (bf332d0)

BREAKING CHANGES

  • exec: initial implementation

1.0.0-util (2016-09-10)

Features

  • util: implement powerful utility library (0c039e6)

BREAKING CHANGES

  • util: Initial implementation