UNPKG

1.08 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4This project adheres to [Semantic Versioning](http://semver.org/).
5
6## [Unreleased] - YYYY-MM-DD
7
8#### Added
9
10#### Changed
11
12#### Deprecated
13
14#### Removed
15
16- Removed `lodash` export references (namely `debounce`). Use observables instead! :)
17
18#### Fixed
19
20#### Security
21
22## [4.0.0] - 2018-06-27
23
24#### Removed
25
26Remove `table` export (not available via `log.table()`).
27
28---
29
30## [3.0.24] - 2018-03-31
31
32#### Added
33
34#### Changed
35
36- Updated typescript (using @tdb libs)
37
38* Format with Prettier https://github.com/prettier/prettier
39
40#### Deprecated
41
42#### Removed
43
44#### Fixed
45
46#### Security
47
48## [3.0.0] - 2017-04-30
49
50#### Changed
51
52- Converted to using glob patterns to initialize commands.
53
54 ```js
55 import command from 'command-interface';
56 command('./**/*.cmd.js');
57 ```
58
59## [2.2.0] - 2016-07-09
60
61#### Added
62
63- Command aliases.
64
65## [2.0.0] - 2016-06-02
66
67#### Changed
68
69- Loading commands from modules. Initialized from a directory path
70
71## [1.0.0] - 2016-05-17
72
73#### Added
74
75Initial creation and publish.
76
\No newline at end of file