Skip to content

Releases: mokkabonna/inquirer-autocomplete-prompt

3.0.1 Bugfix out of order results shown

25 Sep 12:43
Compare
Choose a tag to compare

Fixes #153

Keep in mind that diff in project is larger due to conversion to monorepo. So the original repo was moved into packages/inquirer-autocomplete-prompt

For the code related to the npm package inquirer-autocomplete-prompt the only funcitonal change is: c6b2361

2.0.1 Bugfix out of order results shown

25 Sep 13:25
Compare
Choose a tag to compare

Fixes #153

This is the CommonJs release on major version 2. Same as https://github.com/mokkabonna/inquirer-autocomplete-prompt/releases/tag/v3.0.1 but published as CommonJs.

3.0.0 Support ESM and inquirer v9

28 Sep 21:37
Compare
Choose a tag to compare

inquier-autocomplete-prompts is now a native Node ECMAScript module. This will require your Node runtime to support es modules, and your app to be an es module. Node documentation over here: https://nodejs.org/api/esm.html#modules-ecmascript-modules

Lock your dependency to v2 if you wish to stay on commonjs (require) syntax.

v2.0.0

28 Sep 21:17
Compare
Choose a tag to compare

Major release since limited to peerdependency of inquirer 8.

Refactor of code and other maintenance.