UNPKG

677 BMarkdownView Raw
1# Change Log
2All notable changes to this project will be documented in this file.
3This project adheres to [Semantic Versioning](http://semver.org/).
4
5
6## [Unreleased] - YYYY-MM-DD
7#### Added
8#### Changed
9#### Deprecated
10#### Removed
11#### Fixed
12#### Security
13
14
15
16## [3.0.0] - 2017-04-30
17#### Changed
18- Converted to using glob patterns to initialize commands.
19
20 ```js
21 import command from 'command-interface';
22 command('./**/*.cmd.js');
23 ```
24
25
26
27
28## [2.2.0] - 2016-07-09
29#### Added
30- Command aliases.
31
32
33
34## [2.0.0] - 2016-06-02
35#### Changed
36- Loading commands from modules. Initialized from a directory path
37
38
39
40## [1.0.0] - 2016-05-17
41#### Added
42Initial creation and publish.
43
\No newline at end of file