alfy

Create Alfred workflows with ease

MIT License

Downloads
561
Stars
2.6K
Committers
58

Bot releases are hidden (Show)

alfy - Latest Release

Published by sindresorhus 12 months ago

Breaking

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

alfy -

Published by sindresorhus almost 2 years ago

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

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

alfy -

Published by sindresorhus over 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

alfy -

Published by sindresorhus over 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

alfy -

Published by sindresorhus almost 3 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

alfy -

Published by sindresorhus about 3 years ago

  • Fix an issue with running Alfy scripts 158af54

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

alfy -

Published by sindresorhus about 3 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

alfy -

Published by sindresorhus over 3 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

alfy -

Published by sindresorhus over 3 years ago

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

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

alfy -

Published by sindresorhus about 4 years ago

alfy -

Published by sindresorhus about 5 years ago

  • Add suppport for Alfred 4 (#111) 3ba0757

https://github.com/sindresorhus/alfy/compare/v0.9.0...v0.9.1

alfy -

Published by sindresorhus over 5 years ago

Breaking:

  • Require Node.js 8 3c381a0

Enhancements:

  • Add support for top-level await (#109) 875513a
  • Upgrade dependencies 5ffeb30

https://github.com/sindresorhus/alfy/compare/v0.8.0...v0.9.0

alfy -

Published by sindresorhus almost 6 years ago

Breaking:

  • Require Node.js 6 89e4840

Other:

  • Upgrade dependencies a578078
  • Update alfred-link dependency 1d55336