Skip to content

Releases: terkelg/prompts

v2.4.2

07 Oct 21:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.1...v2.4.2

v2.4.1

01 Apr 01:31
Compare
Choose a tag to compare

Fixed issue with cursor in text prompt #300 #249. Thank you @krishna-acondy

v2.4.0

08 Nov 21:05
Compare
Choose a tag to compare
  • Add stdin and stdout to the docs (#257, #258)
  • Update build dependencies
  • Updated readme markup #272
  • Loop cursor on all select-style prompts (#270)
  • fix(inject): treat undefined in inject as initial value (#266)
  • Remove internal use of process.stdout (#274, #275)
  • Handle escape as exit + clearFirst feature for autocomplete (#280)

Thank you to all the contributors! 💯

v2.3.1

14 Feb 21:25
Compare
Choose a tag to compare
  • Fix issue where multiselect prompt is rendered wrong #253 #175
  • Fix issue where home prints undefined #247 #245
  • Updated dev dependenceis

Thank you @DrunkenPoney and @jamezrin 🎉

v2.3.0

10 Nov 18:43
Compare
Choose a tag to compare
  • Update documentation #195 #223
  • Added an option to change the number of items displayed #189
  • Fix (multi)select falsy values #187 #188
  • Add table of contents for the prompt types #222
  • Hiding page number when only single page is there #210
  • Evaluate type before other options and skip if falsy #217
  • Fix autocompleteMultiselect instructions bug #216
  • Fix for opts.out changed to opts.stdout #209 #208
  • Fix Number prompt can get pass minimum #203 #204
  • Fix Number type ignore minimum #201 #202
  • Add maxVisible option for select prompts #225
  • Store correct reference of last prompt #221 #198
  • Remove multi-pages on autocomplete, instead scroll down/up #230

Thank you everyone! 💯

v2.2.0

05 Aug 08:22
Compare
Choose a tag to compare

Thank you everyone! 💯

v2.1.0

21 May 23:38
Compare
Choose a tag to compare
  • New: multi-select autocomplete #157 #127
  • Fix: fallback to transpiled code on Node.js version <8.6.0 #160 #159

Thank you @lumio, @lukeed, @pieh, @KyleAMathews, and @creatyvtype

v2.0.4

16 Mar 16:06
Compare
Choose a tag to compare
  • New: Override question feature with prompts.override feature by @lumio. #132 #144
  • Bug fix: Fallback not working on autocomplete by @lumio and @DrunkenPoney #137 #138 #121
  • New: Issue templates for a better developer experience by @lumio #139 #143
  • Improvement: Autocomplete Pagination by @DrunkenPoney #136 #130
  • Improvement: Updated date prompt with new option to change format and the possibility to type numbers. @DrunkenPoney #135 #141
  • Default value for choices in AutoComplete prompt #151

I'm happy to announce that @lumio is joining @DrunkenPoney and @lukeed as part the Prompts team.
He will help maintain and shape future releases of prompts. 🎉

v2.0.3

16 Feb 17:49
Compare
Choose a tag to compare

Fix default values for toggle prompt. #134 #133
Thank you @lumio

v2.0.0

06 Dec 19:04
Compare
Choose a tag to compare
  • New and improved inject #100