Skip to content

Latest commit

 

History

History
129 lines (63 loc) · 5.66 KB

CHANGELOG.md

File metadata and controls

129 lines (63 loc) · 5.66 KB

2.2.0 (2024-08-15)

Features

  • support rootAssets option for bundler (b998da3)

2.1.2 (2024-06-14)

Bug Fixes

  • align run-node asset to use just Node.js alias, change docs image (feae219)
  • set minify to false by default - according to Alfred community guildlines 🚀 (57e5007)

2.1.1 (2024-06-09)

Bug Fixes

  • improve AlfredScriptFilter types and docs 🥷 (a6cf3db)

2.1.0 (2024-06-08)

Features

  • support more icons, allow non-specified icons (69ff48a)

2.0.1 (2024-06-08)

Bug Fixes

  • add banners info, add global fast-alfred banner (0f413ed)

2.0.0 (2024-06-07)

Bug Fixes

  • allow both cjs and esm formats, by user configuration (e9f45e9)

BREAKING CHANGES

  • includeBanners property under bundlerOptions is no longer available, please use esmHelpers instead
  • fast-alfred by default supporting the cjs format, in case of esm - follow the official docs

1.3.4 (2024-06-07)

Bug Fixes

  • add inputs property to get multiple inputs (4d3429a)

1.3.3 (2024-06-06)

Bug Fixes

  • bundler: pack issues when targetDir changed (6e6e5e2)
  • suppprt isDebug for alfredInfo (f18740b)

1.3.2 (2024-06-06)

Bug Fixes

1.3.1 (2024-06-06)

Bug Fixes

  • icons client types (c021c5c)
  • remove unused code, add types for CacheService (ac44bf8)

1.3.0 (2024-06-03)

Features

  • support fast-alfred CLI 🚀 (ac9811a)

1.2.1 (2024-06-03)

Bug Fixes

  • configuration: support tabSize option (17b237b)

1.2.0 (2024-06-03)

Features

  • bundler: support update package.json version too 🚀 (46b4172)

1.1.3 (2024-06-03)

Bug Fixes

  • pack script get targetDir from config file, if exists 🏗️ (8353241)

1.1.2 (2024-06-03)

Bug Fixes

  • better error handling and logs for reading configuration file 📂 (3efc192)

1.1.1 (2024-06-02)

Bug Fixes

  • change config file to be commonjs - under .fast-alfred.config.cjs ❌ (44982b4)

1.1.0 (2024-06-02)

Features

  • support workflowMetadata configuration to update info.plist on new release 🥷 (f8478ba)

1.0.0 (2024-06-02)

Features

  • full API for FastAlfred - all basic needs for scripting 🥷 (c069314)
  • support fast-alfred bundler 🔨 (3713494)
  • support bump-up versions for workflows 🚀 (2a1aff1)
  • support dynamic user configuration by config file ✨ (8ef8a77)