Inquirer Autocomplete Prompt Versions Save

Autocomplete prompt for inquirer

v2.0.1

7 months ago

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.

v3.0.1

7 months ago

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: https://github.com/mokkabonna/inquirer-autocomplete-prompt/commit/c6b2361c3191dab8dac66d0ab37776779fadbfed

v3.0.0

1 year ago

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

1 year ago

Major release since limited to peerdependency of inquirer 8.

Refactor of code and other maintenance.