UNPKG

4.24 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
5## [1.3.0](https://github.com/oclif/plugin-autocomplete/compare/v1.2.0...v1.3.0) (2022-05-03)
6
7
8### Features
9
10* aliases support ([a0db49e](https://github.com/oclif/plugin-autocomplete/commit/a0db49e48054f6979f3bf52fe6fbdf590e865d68))
11
12## [1.2.0](https://github.com/oclif/plugin-autocomplete/compare/v1.1.1...v1.2.0) (2022-01-28)
13
14
15### Features
16
17* remove cli-ux ([2107bc0](https://github.com/oclif/plugin-autocomplete/commit/2107bc0f371fc185e1678e3ee33888b4968ad262))
18
19### [1.1.1](https://github.com/oclif/plugin-autocomplete/compare/v1.1.0...v1.1.1) (2022-01-06)
20
21
22### Bug Fixes
23
24* bump cli-ux ([fd07ca5](https://github.com/oclif/plugin-autocomplete/commit/fd07ca5c76c0735068e8cd0558dad2add2fdfd19))
25
26## [1.1.0](https://github.com/oclif/plugin-autocomplete/compare/v1.0.0...v1.1.0) (2022-01-04)
27
28
29### Features
30
31* remove moment ([79dc37b](https://github.com/oclif/plugin-autocomplete/commit/79dc37b37600f294c02e85469c1664c83849ff30))
32
33
34### Bug Fixes
35
36* test ([a9a668c](https://github.com/oclif/plugin-autocomplete/commit/a9a668c1626dc5b8f711014bc4c95dabebd949d1))
37* whoops, did not mean to include that file ([705d7db](https://github.com/oclif/plugin-autocomplete/commit/705d7db00626304ac30ad3b1824c88fc8dcd85b8))
38
39## [1.0.0](https://github.com/oclif/plugin-autocomplete/compare/v0.3.0...v1.0.0) (2021-12-14)
40
41
42### ⚠ BREAKING CHANGES
43
44* require node 12+ (#249)
45
46### Features
47
48* add support for commands separated by spaces (WIP) ([6b5248f](https://github.com/oclif/plugin-autocomplete/commit/6b5248fe28a80e432c8608a91232417b2a0dc073))
49* use oclif/core ([#251](https://github.com/oclif/plugin-autocomplete/issues/251)) ([f781819](https://github.com/oclif/plugin-autocomplete/commit/f781819989fa66ace0461a91a49f4cc37ff83c64))
50
51
52### Bug Fixes
53
54* add unit test ([c544ba8](https://github.com/oclif/plugin-autocomplete/commit/c544ba84a0229936f8842c95aa9c11904514f90e))
55* escape chars ([14daa6a](https://github.com/oclif/plugin-autocomplete/commit/14daa6af896fbea5807cd002445e6c32649e28fd))
56* include complete command, whoops. ([9b53a63](https://github.com/oclif/plugin-autocomplete/commit/9b53a63eb9b51d0b8e6750071c6500d42792a35d))
57* properly encapsulate expanded arrays in "" ([979be23](https://github.com/oclif/plugin-autocomplete/commit/979be23f22983e848f957fcdcfa14bce8d067ddd))
58* remove console.log ([2c6e060](https://github.com/oclif/plugin-autocomplete/commit/2c6e0603161fa68f19686e1a0cbd6b50aeb0aaf8))
59* unit tests & lint ([f0bfd35](https://github.com/oclif/plugin-autocomplete/commit/f0bfd352fa4f626a2596d5c4e9e0d9b715ea6249))
60
61
62### build
63
64* require node 12+ ([#249](https://github.com/oclif/plugin-autocomplete/issues/249)) ([249ca2b](https://github.com/oclif/plugin-autocomplete/commit/249ca2b80388f4216d7a4b9dd8034c8a646038f5))
65
66# [0.3.0](https://github.com/oclif/plugin-autocomplete/compare/v0.2.1...v0.3.0) (2020-12-17)
67
68
69### Bug Fixes
70
71* completion for subcommands ([#126](https://github.com/oclif/plugin-autocomplete/issues/126)) ([30b2857](https://github.com/oclif/plugin-autocomplete/commit/30b2857ed5f0ee9557d150e9ac75038f012c8964)), closes [oclif#9](https://github.com/oclif/issues/9)
72* **zsh:** update zsh autocomplete to work with default settings ([#92](https://github.com/oclif/plugin-autocomplete/issues/92)) ([b9e8e7b](https://github.com/oclif/plugin-autocomplete/commit/b9e8e7ba2946c5b16d8af32b70cfffa062880572)), closes [#91](https://github.com/oclif/plugin-autocomplete/issues/91)
73
74
75### Features
76
77* install on windows bash ([#34](https://github.com/oclif/plugin-autocomplete/issues/34)) ([4ca20e5](https://github.com/oclif/plugin-autocomplete/commit/4ca20e5f840c715fe658f0a12840e34783793995))
78
79## [0.2.1](https://github.com/oclif/plugin-autocomplete/compare/v0.2.0...v0.2.1) (2020-12-11)
80
81
82### Reverts
83
84* Revert "chore(deps-dev): bump @types/fs-extra from 9.0.1 to 9.0.5 (#163)" (#164) ([0d88c1a](https://github.com/oclif/plugin-autocomplete/commit/0d88c1a68ffb824d8094163ab858a885990b9c76)), closes [#163](https://github.com/oclif/plugin-autocomplete/issues/163) [#164](https://github.com/oclif/plugin-autocomplete/issues/164)