Skip to content

Latest commit

 

History

History
159 lines (75 loc) · 6.31 KB

File metadata and controls

159 lines (75 loc) · 6.31 KB

Changelog

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

1.1.6 (2026-01-08)

Bug Fixes

  • top level filter applies correctly to both cli and prompt input (#34) (b6a19c4)
  • utils: call assert on prompt even when when is false (#32) (24756a3)

1.1.5 (2025-12-16)

Bug Fixes

  • utils: fixed prompt utils when using when/default (#29) (f4c2300)

1.1.4 (2025-12-13)

Bug Fixes

1.1.3 (2025-12-13)

Bug Fixes

  • ci: fix dist-tag in publish workflow (58a924b)

1.1.2 (2025-12-13)

Bug Fixes

  • ci: fix call to publish workflow (8910e89)

1.1.1 (2025-12-13)

Bug Fixes

  • ci: rename workflows (5ab9b8c)
  • ci: set git user after checkout (17373cf)
  • devdeps: update dev deps and sorted out broken CI (#22) (bd464d1)

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)