Skip to content

Releases: sindresorhus/alfy

v2.0.0

04 Nov 09:54
Compare
Choose a tag to compare

Breaking

v1.1.0...v2.0.0

v1.1.0

12 Dec 16:59
Compare
Choose a tag to compare
  • Add resolveBodyOnly option to alfy.fetch (#163) 522fa7b

v1.0.0...v1.1.0

v1.0.0

30 Mar 05:40
Compare
Choose a tag to compare

Breaking

  • Remove the query option for fetch() in favor of the searchParams option 495fbba
  • fetch() now uses Got v12 instead of v11. Make sure you read the release notes.

Fixes

  • Fix support for non-JSON fetch responses (#153) 1bf01cf

v0.12.3...v1.0.0

v0.12.3

16 Mar 16:28
Compare
Choose a tag to compare
  • Fix all options not being passed to the got request library 0fcf1dc

v0.12.2...v0.12.3

v0.12.2

10 Dec 16:56
Compare
Choose a tag to compare
  • Fix mods option TypeScript type to not require all modifiers (#148) 36b1d60
  • Normalize list items like the input value to allow matching umlauts (#149) fab606e

v0.12.1...v0.12.2

v0.12.1

18 Aug 22:21
Compare
Choose a tag to compare
  • Fix an issue with running Alfy scripts 158af54

v0.12.0...v0.12.1

v0.12.0

05 Aug 22:18
Compare
Choose a tag to compare

Breaking

  • Require Node.js 14 bd75acf
  • Alfy is now using ESM
    • This means you need to use import alfy from 'alfy';
    • You also need to put "type: "module" in your package.json
    • Read more

Improvements

v0.11.1...v0.12.0

v0.11.1

24 Jun 17:05
Compare
Choose a tag to compare
  • Fix alfy-init freezing with some editors (e.g. vim) (#137) 60b4ea7

v0.11.0...v0.11.1

v0.11.0

05 Jun 12:38
Compare
Choose a tag to compare
  • Add support for user-configurable workflows (#113) c73c325

v0.10.0...v0.11.0

v0.10.0

16 Aug 12:02
Compare
Choose a tag to compare