Skip to content

Latest commit

 

History

History
1113 lines (564 loc) · 33 KB

CHANGELOG.md

File metadata and controls

1113 lines (564 loc) · 33 KB

1.5.5 (2018-11-12)

Bug Fixes

  • construct full help message for known Command (#50) (5ef4e3c)

1.5.4 (2018-10-13)

Bug Fixes

  • remove greenkeeper badge (c6a0c6f)

1.5.3 (2018-10-13)

Bug Fixes

1.5.2 (2018-10-03)

Bug Fixes

1.5.1 (2018-09-14)

Bug Fixes

1.5.0 (2018-08-17)

Features

1.4.36 (2018-07-25)

Bug Fixes

  • Trim description before printing first line since there could be leading \n from multi-line template strings. (#40) (7be154c)

1.4.35 (2018-07-19)

Bug Fixes

  • only flush if errorLogger present (#41) (f183916)

1.4.34 (2018-06-26)

Bug Fixes

1.4.33 (2018-06-09)

Bug Fixes

1.4.32 (2018-06-01)

Bug Fixes

1.4.31 (2018-05-31)

Bug Fixes

1.4.30 (2018-05-15)

Bug Fixes

  • use node 8 compatible syntax (085369c)

1.4.29 (2018-05-13)

Bug Fixes

  • allow subclasses to return any promise type (aa89f1e)

1.4.28 (2018-05-13)

Bug Fixes

  • move flush to top-level (6b7af6a)

1.4.27 (2018-05-13)

Bug Fixes

1.4.25 (2018-05-13)

Bug Fixes

  • only flush stdout when no error (ed0f5b7)

1.4.24 (2018-05-13)

Bug Fixes

1.4.23 (2018-05-12)

Bug Fixes

  • typing for this.error() (1c7e03c)

1.4.22 (2018-05-12)

Bug Fixes

  • remove yarn check from CI (b836340)
  • typing for this.error() (af70aed)
  • typing for this.error() (3a7ec33)

1.4.21 (2018-05-06)

Bug Fixes

  • return types of error/exit methods (19ff4de)

1.4.20 (2018-05-03)

Bug Fixes

1.4.19 (2018-05-02)

Bug Fixes

  • allow subsessions to run redirected CLI (42c4bc3)

1.4.18 (2018-05-01)

Bug Fixes

1.4.17 (2018-04-30)

Bug Fixes

  • allow --version as first argument to command (2a27613)

1.4.16 (2018-04-25)

Bug Fixes

  • allow specifying --version flag on commands (4db8ccd)

1.4.15 (2018-04-22)

Bug Fixes

1.4.14 (2018-04-21)

Bug Fixes

  • stop cli-ux action on error (cd7e1e1)

1.4.13 (2018-04-09)

Bug Fixes

1.4.12 (2018-04-09)

Bug Fixes

1.4.11 (2018-04-09)

Bug Fixes

1.4.10 (2018-04-09)

Bug Fixes

1.4.9 (2018-04-08)

Bug Fixes

1.4.8 (2018-04-08)

Bug Fixes

  • throw error if no message (c1ed043)

1.4.7 (2018-04-06)

Bug Fixes

  • make this.log() behave more like console.log() (7d145e1)

1.4.6 (2018-03-25)

Bug Fixes

  • run init before all multi commands (47be866)

1.4.5 (2018-03-24)

Bug Fixes

  • use new semantic-release (336d6a3)

1.4.4 (2018-03-24)

Bug Fixes

1.4.3 (2018-03-24)

Bug Fixes

1.4.2 (2018-02-28)

Bug Fixes

1.4.1 (2018-02-28)

Bug Fixes

1.4.0 (2018-02-28)

Features

  • return value from command (0651ef0)

1.3.3 (2018-02-17)

Bug Fixes

1.3.2 (2018-02-17)

Bug Fixes

  • show topic if command not found but topic exists (efd58a6)

1.3.1 (2018-02-17)

Bug Fixes

1.3.0 (2018-02-15)

Features

  • added node version check (d672877)

1.2.25 (2018-02-14)

Bug Fixes

1.2.23 (2018-02-13)

Bug Fixes

1.2.22 (2018-02-13)

Bug Fixes

1.2.21 (2018-02-13)

Bug Fixes

1.2.19 (2018-02-07)

Bug Fixes

1.2.18 (2018-02-07)

Bug Fixes

1.2.17 (2018-02-07)

Bug Fixes

1.2.16 (2018-02-07)

Bug Fixes

1.2.15 (2018-02-07)

Performance Improvements

  • flush errors not cli-ux (daed294)

1.2.14 (2018-02-07)

Bug Fixes

1.2.12 (2018-02-06)

Bug Fixes

1.2.11 (2018-02-06)

Bug Fixes

1.2.10 (2018-02-06)

Bug Fixes

1.2.9 (2018-02-06)

Bug Fixes

1.2.8 (2018-02-05)

Bug Fixes

1.2.7 (2018-02-05)

Bug Fixes

1.2.6 (2018-02-05)

Bug Fixes

  • move ExitError to config (84a397e)

1.2.5 (2018-02-05)

Bug Fixes

1.2.4 (2018-02-03)

Bug Fixes

1.2.3 (2018-02-03)

Bug Fixes

1.2.2 (2018-02-03)

Bug Fixes

1.2.1 (2018-02-03)

Bug Fixes

1.2.0 (2018-02-03)

Features

  • added _run and parse functions (8e90f26)

1.1.2 (2018-02-03)

Bug Fixes

1.1.1 (2018-02-03)

Bug Fixes

1.1.0 (2018-02-03)

Features

  • added main command for multi CLI projects (a215636)

1.0.1 (2018-02-03)

Bug Fixes

  • fixed parent module path (209d4ff)

1.0.0 (2018-02-03)

Features

  • simplify command with new config (1599c40)

BREAKING CHANGES

  • This is preparation for using the new config object that will not require the engine. It is likely incompatible with any anycli version before it

0.3.11 (2018-02-02)

Bug Fixes

  • use cli.error on errors (f3a45a2)

0.3.10 (2018-02-02)

Bug Fixes

  • allow engine to grab --help (f8689ea)
  • fixed --help on test command (57659f6)

0.3.9 (2018-02-02)

Bug Fixes

  • dispatch help to plugin-help (c57e7ac)

0.3.8 (2018-02-02)

Bug Fixes

0.3.7 (2018-02-02)

Bug Fixes

0.3.6 (2018-02-02)

Bug Fixes

0.3.5 (2018-02-02)

Bug Fixes

0.3.4 (2018-02-02)

Bug Fixes

  • fixed default parameters (e1fa539)

0.3.3 (2018-02-01)

Bug Fixes

  • pass empty object to default (2186ab5)

0.3.2 (2018-02-01)

Bug Fixes

0.3.1 (2018-02-01)

Bug Fixes

0.3.0 (2018-02-01)

Features

  • added version and help flags (087b248)

0.2.25 (2018-02-01)

Bug Fixes

  • added version and help flags (ab963a2)

0.2.24 (2018-02-01)

Bug Fixes

  • add help values to cache (2484d1e)

0.2.23 (2018-02-01)

Bug Fixes

0.2.22 (2018-02-01)

Bug Fixes

0.2.21 (2018-02-01)

Bug Fixes

0.2.20 (2018-02-01)

Bug Fixes

0.2.19 (2018-01-31)

Bug Fixes

  • move peer deps into required (3cc1798)

0.2.18 (2018-01-31)

Bug Fixes

0.2.17 (2018-01-31)

Bug Fixes

  • updated config with new command opts (a186b5f)

0.2.16 (2018-01-31)

Bug Fixes

0.2.15 (2018-01-31)

Bug Fixes

0.2.14 (2018-01-31)

Bug Fixes

0.2.13 (2018-01-31)

Bug Fixes

  • allow passing this into parser (f8fd99b)

0.2.12 (2018-01-31)

Bug Fixes

0.2.11 (2018-01-31)

Bug Fixes

0.2.10 (2018-01-31)

Bug Fixes

  • add constructor to make more ts 2.7 compatible (89dd64c)
  • added enum flag (26265e3)
  • allow passing iconfig (0b2bb37)
  • allow setting flag to skip parsing (743ac50)
  • argv fixed (afddb87)
  • remove typedoc for now (d674fcf)

0.2.9 (2018-01-31)

Bug Fixes

0.2.8 (2018-01-30)

Bug Fixes

  • remove hook from this library (a58e668)

0.2.7 (2018-01-30)

Bug Fixes

0.2.6 (2018-01-30)

Bug Fixes

  • add new config help vars (f075793)

0.2.5 (2018-01-29)

Bug Fixes

0.2.4 (2018-01-28)

Bug Fixes

  • add options to convertToCached (e47a6be)

0.2.3 (2018-01-28)

Bug Fixes

0.2.2 (2018-01-28)

Bug Fixes

  • limit plugin types required (77fae3a)

0.2.1 (2018-01-28)

Bug Fixes

0.2.0 (2018-01-28)

Features

0.1.23 (2018-01-28)

Bug Fixes

0.1.22 (2018-01-28)

Bug Fixes

0.1.21 (2018-01-28)

Bug Fixes

  • export convertToCachedCommand (9bc563c)

0.1.20 (2018-01-28)

Bug Fixes

0.1.19 (2018-01-27)

Bug Fixes

0.1.18 (2018-01-26)

Bug Fixes

  • updated config and cli-ux (060534e)

0.1.17 (2018-01-26)

Bug Fixes

0.1.16 (2018-01-26)

Bug Fixes

0.1.15 (2018-01-25)

Bug Fixes

0.1.14 (2018-01-25)

Bug Fixes

0.1.13 (2018-01-20)

Bug Fixes

0.1.12 (2018-01-20)

Bug Fixes

0.1.11 (2018-01-20)

Bug Fixes

0.1.10 (2018-01-20)

Bug Fixes

0.1.9 (2018-01-19)

Bug Fixes

0.1.8 (2018-01-19)

Bug Fixes

0.1.7 (2018-01-19)

Bug Fixes

0.1.6 (2018-01-19)

Bug Fixes

  • make compatible with ICommand (72798f5)

0.1.5 (2018-01-19)

Bug Fixes

0.1.4 (2018-01-19)

Bug Fixes

0.1.3 (2018-01-19)

Bug Fixes

0.1.2 (2018-01-19)

Bug Fixes

0.1.1 (2018-01-19)

Bug Fixes

0.1.0 (2018-01-16)

Bug Fixes

Features

  • implemented base commad (7fc7932)