7df95b3b2a19b2cebcdb2944aa21c6f49f2e152770edfb8128f543f87ed972a7e134c683ed684be65577bb6e64192b8e4c411be56d7de2a5adb137c7200835 1022 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. ## 1.2.3 (September 20, 2017)
  2. - Rolled back passing params to `args()` back as array
  3. ## 1.2.2 (September 18, 2017)
  4. - Fixed context passed to `Command#args()`, now it's a command as expected (#10)
  5. - Fixed consuming of literal arguments that wrongly concating with other arguments (i.e. anything going after `--` concats with arguments before `--`)
  6. ## 1.2.1 (September 18, 2017)
  7. - Fixed multi value option processing (@tyanas & @smelukov, #9)
  8. ## 1.2.0 (June 13, 2017)
  9. - Improved multi value option processing (@smelukov, #7)
  10. ## 1.1.3 (March 16, 2017)
  11. - Fixed `Command#normalize()` issue when set a value for option with argument and no default value
  12. ## 1.1.2 (December 3, 2016)
  13. - Fix exception on `Command#normalize()`
  14. ## 1.1.1 (May 10, 2016)
  15. - Fix `chalk` version
  16. ## 1.1.0 (March 19, 2016)
  17. - `Command#extend()` accepts parameters for passed function now
  18. - Implement `Command#end()` method to return to parent command definition
  19. - Fix suggestion bugs and add tests
  20. ## 1.0.0 (Oct 12, 2014)
  21. - Initial release