Changelog for prompt-hs-1.1.0.1
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