alfred_workflow 0.2.3 copy "alfred_workflow: ^0.2.3" to clipboard
alfred_workflow: ^0.2.3 copied to clipboard

A helper library in Dart for authors of workflows for Alfred.

0.2.3 #

  • Updated dependencies and rebuilt generated files

0.2.2 #

  • Stricter code linting

0.2.1 #

  • Upgraded stash to 4.3.0

0.2.0 #

  • Upgraded stash to 4.1.0
  • BREAKING: Changed minimum SDK version to 2.17.0

0.1.6 #

  • Pin stash to 4.0.x

0.1.5 #

  • Fix typo in changelog

0.1.4 #

  • Use a copy of AlfredItems when adding to beginning or end of JSON string
  • Update dependencies
  • Rebuild generated files
  • Add more tests

0.1.3 #

  • Add more documentation
  • Refactor exports

0.1.2 #

  • Limit library to macOS only as Alfred is a macOS only app.

0.1.1 #

  • Add more documentation

0.1.0 #

  • Add coverage

0.0.8 #

  • Bug fixes

0.0.7 #

  • Add more unit tests

0.0.6 #

  • Add unit tests
  • Fix some minor bugs

0.0.5 #

  • Add updater

0.0.4 #

  • Do not JSON serialize nullable null fields

0.0.3 #

  • Add basic file caching
  • BREAKING: AlfredItems now accepts only a single positional item

0.0.2 #

  • Use json_serializable to automate json serialization
  • BREAKING: Change Iterable

0.0.1 #

  • Initial version.