Changelog of @hackage/prompt-hs 1.1.0.2

Changelog

Version 1.0.0.0 (2025-03-28)

  • Initial release

Version 1.0.1.0 (2025-05-16)

  • Add yes/no prompts

Version 1.0.2.0 (2025-07-11)

  • Add multi-select (zero-to-many) prompts

Version 1.0.3.0 (2025-07-14)

  • Add multi-select (zero-to-many) prompts with arbitrary values; the multiple analogue to promptChoiceFromSet

Version 1.0.3.1 (2025-07-14)

  • Add support for GHC 9.10

Version 1.1.0.0 (2025-07-14)

  • BREAKING: Remove initialSelectionChoosableItem class function; it didn't always have a sensible implementation and isn't needed

Version 1.1.0.1 (2025-07-15)

  • Fix prompt text when prompting multiple choice to give buttons actually used

Version 1.1.0.2 (2025-10-24)

  • Widen microlens dependency version bounds