All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.1.0 (2024-04-06)
- remove lodash dependency (2451321)
4.0.0 (2023-11-12)
- 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.
- execute is now async (dcf648c)
- 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)
- docs: fix logo path (7707315)
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)
- 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)
- core: add support for variadic values (340490d)
3.0.0 (2018-09-16)
- core: will now coerce values to correct type (1164430)
- core: execute function no longer returns a promise
2.0.1 (2018-09-16)
2.0.0 (2018-09-16)
- core: add commandsFromDirectory function (1e0a584)
- 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)
- version: fix bug where version function was not exported (56bbd53)
1.2.2 (2018-09-14)
- 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)
- example: add example code (ac51bc9)
1.1.3 (2018-09-11)
1.1.2 (2018-09-11)
- package: add missing dependency (59ce342)
1.1.1 (2018-09-11)
- core: initial checkin of core code (ada80b1)