Skip to content
This repository was archived by the owner on Sep 15, 2020. It is now read-only.

Releases: enzsft/cli

Trim build output

Choose a tag to compare

@LeeCheneler LeeCheneler released this 08 Mar 23:21

Fixed

  • Not bundling test files into build

Updated interface names

Choose a tag to compare

@LeeCheneler LeeCheneler released this 03 Mar 23:31

Fixed

  • Moved to babel compilation from TSC (Issue #5)
  • Renamed interfaces to not use the convention of starting with 'I'
  • Moved from TSLint to ESLint (Issue #6)

Adopted CodeCov

Choose a tag to compare

@LeeCheneler LeeCheneler released this 19 Feb 23:22

Fixed

  • Switched from coveralls to codecov for coverage support (Issue #2)

Bug fix

Choose a tag to compare

@LeeCheneler LeeCheneler released this 10 Feb 23:18

Fixed

  • Added version to ICliConfig (Issue #1)

Book keeping

Choose a tag to compare

@LeeCheneler LeeCheneler released this 30 Jan 23:32

Fixed

  • Typos in README and CHANGELOG

Book keeping

Choose a tag to compare

@LeeCheneler LeeCheneler released this 30 Jan 23:25

Added

  • Motivation statement to README
  • More badges to README
  • Added JSDocs

Initial release

Choose a tag to compare

@LeeCheneler LeeCheneler released this 29 Jan 22:31

Release 1.0.0 🎉

Added

  • Added CI
  • Added example
  • Initial implementation of:
    • createCli(...)
    • createBooleanOption(...)
    • createNumberOption(...)
    • createStringOption(...)
    • buildArgv(...)
  • Setup repo