alfred_workflow 0.1.3 alfred_workflow: ^0.1.3 copied to clipboard
A helper library in Dart for authors of workflows for Alfred.
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.