Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

56 lines (37 loc) · 1.49 KB

Eclipt Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v0.1.6 - 2020-04-27

Fixed

  • fix bug when calling help for cli with lazy-loaded (required) commands

v0.1.5 - 2020-04-17

Changed

  • requireCommands to only require files when the command is actually run

v0.1.4 - 2020-04-16

Fixed

  • bug when command is followed by a single argument

v0.1.3 - 2020-04-04

Added

  • support for array options

Fixed

  • bug where trailing arg after required command would throw 'unknown command'

Changed

  • exception andling to always display last context help

v0.1.2 - 2019-07-15

Added

  • Rule to ignore args preffixing the main tool name.

v0.1.1 - 2019-07-15

Added

  • Setting to describe expected positional arguments.

Changed

  • Arguments passed to command callback functions (data, ...args).

v0.1.0 - 2019-07-14

  • First officially published version.