Skip to content

Latest commit

 

History

History
247 lines (103 loc) · 6.38 KB

CHANGELOG.md

File metadata and controls

247 lines (103 loc) · 6.38 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.1.0 (2024-04-06)

Features

  • remove lodash dependency (2451321)

4.0.0 (2023-11-12)

⚠ BREAKING CHANGES

  • The execute function is now async and will resolve/reject once the command finishes executing or errors.

This allows for performing global cleanup in your application's entry point.

Features

Bug Fixes

  • tsconfig for example app had incorrect files (5390d29)

3.2.17 (2020-09-15)

3.2.16 (2020-03-02)

3.2.15 (2019-03-11)

3.2.14 (2019-03-09)

3.2.13 (2019-01-27)

3.2.12 (2019-01-27)

3.2.11 (2019-01-27)

3.2.10 (2019-01-27)

Bug Fixes

3.2.9 (2019-01-27)

3.2.8 (2019-01-27)

3.2.7 (2018-10-20)

3.2.6 (2018-10-20)

3.2.5 (2018-10-17)

3.2.4 (2018-10-14)

3.2.3 (2018-10-14)

3.2.2 (2018-10-14)

3.2.1 (2018-10-14)

3.2.0 (2018-09-22)

Features

  • core: show message when user tries to run command that does not exist (ba8a840)

3.1.1 (2018-09-18)

3.1.0 (2018-09-18)

Features

  • core: add support for variadic values (340490d)

3.0.0 (2018-09-16)

Features

  • core: will now coerce values to correct type (1164430)

BREAKING CHANGES

  • core: execute function no longer returns a promise

2.0.1 (2018-09-16)

2.0.0 (2018-09-16)

Features

  • core: add commandsFromDirectory function (1e0a584)

BREAKING CHANGES

  • core: execute no longer returns a promise

1.2.5 (2018-09-15)

1.2.4 (2018-09-15)

1.2.3 (2018-09-14)

Bug Fixes

  • version: fix bug where version function was not exported (56bbd53)

1.2.2 (2018-09-14)

Bug Fixes

  • version: fix bug from using app-root-path inside a node_module (2aa7276)

1.2.1 (2018-09-13)

1.2.0 (2018-09-12)

Features

  • example: add example code (ac51bc9)

1.1.3 (2018-09-11)

1.1.2 (2018-09-11)

Bug Fixes

  • package: add missing dependency (59ce342)

1.1.1 (2018-09-11)

1.1.0 (2018-09-11)

Features

  • core: initial checkin of core code (ada80b1)