Alfy Versions Save

Create Alfred workflows with ease

v2.0.0

6 months ago

Breaking

https://github.com/sindresorhus/alfy/compare/v1.1.0...v2.0.0

v1.1.0

1 year ago
  • Add resolveBodyOnly option to alfy.fetch (#163) 522fa7b

https://github.com/sindresorhus/alfy/compare/v1.0.0...v1.1.0

v1.0.0

2 years ago

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

https://github.com/sindresorhus/alfy/compare/v0.12.3...v1.0.0

v0.12.3

2 years ago
  • Fix all options not being passed to the got request library 0fcf1dc

https://github.com/sindresorhus/alfy/compare/v0.12.2...v0.12.3

v0.12.2

2 years ago
  • 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

https://github.com/sindresorhus/alfy/compare/v0.12.1...v0.12.2

v0.12.1

2 years ago
  • Fix an issue with running Alfy scripts 158af54

https://github.com/sindresorhus/alfy/compare/v0.12.0...v0.12.1

v0.12.0

2 years ago

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

  • Add TypeScript types (#138) 5b909f8

https://github.com/sindresorhus/alfy/compare/v0.11.1...v0.12.0

v0.11.1

2 years ago
  • Fix alfy-init freezing with some editors (e.g. vim) (#137) 60b4ea7

https://github.com/sindresorhus/alfy/compare/v0.11.0...v0.11.1

v0.11.0

2 years ago
  • Add support for user-configurable workflows (#113) c73c325

https://github.com/sindresorhus/alfy/compare/v0.10.0...v0.11.0