Skip to content

Latest commit

 

History

History
114 lines (54 loc) · 4.26 KB

CHANGELOG.md

File metadata and controls

114 lines (54 loc) · 4.26 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0 (2024-01-03)

Features

  • added promptModule test helper (1ed108f)

Bug Fixes

  • test: added test to check for inquirer import (27e4ed5)

1.0.2 (2023-10-17)

Bug Fixes

  • revert inquirer back to CJS version (025d8aa)

1.0.1 (2023-10-16)

Bug Fixes

1.0.0 (2022-01-12)

0.2.0 (2022-01-12)

⚠ BREAKING CHANGES

  • deps: inquirer@8
  • drop testing in node 10, add 16 & 17

Features

0.1.0 (2021-02-24)

⚠ BREAKING CHANGES

  • do not pull cli defaults from the top level default key

Bug Fixes

  • do not pull cli defaults from the top level default key (9207d4d)

0.0.7 (2020-10-30)

Features

  • expose yargs/cli instance on the parse method (934496c)

0.0.6 (2020-09-10)

Bug Fixes

  • support default functions which return undefined (27f1e0f)
  • test: fix path check whcih fails in github actions (67bbb47)

0.0.5 (2020-09-03)

Features

  • remove undefined properties before merging values (045636d)

0.0.4 (2020-09-01)

Features

  • recompute values only when dirty (3803c71)

0.0.3 (2020-08-28)

Features

  • support default in flags (94312a6)

0.0.2 (2020-08-26)

Features

  • groups for prompts and a host of bug fixes (99f0887)

0.0.1 (2020-08-20)

Features

  • set defaults with options, defaults or by calling .defaults() (c9f6c27)
  • support for filter, validate, and coerce (5078b45)

Bug Fixes

  • docs: fixed test status badge (04a9ed6)