- add uptodate to executables
- Update dependencies and fix linter warnings
- fix README
- always use UTF-8 for yaml and json dependencies (helm and github are affected as well)
- Fixed a bug where creating GitHub issues failed if an existing one had an empty body.
- 💥
WebYamlDependency
does not extendWebJsonDependency
anymore, it has it's ownyamlPathResolver
now. webyaml
andhelm
dependencies should now be more robust and compute faster.- update dependencies
- add issueLabels
- publish to pub.dev
- add exports to
package:uptodate/uptodate.dart
- fixed helm: dependency has not been checked
- added verbose
- improve usage exceptions
GitHubDependency: semantic prereleases are no longe selected.
- GitHubDependency:
- added ability to reference tags
- 💥 Now instead of the latest release (or tag), the latest (non prerelease) matching the prefix is used.
- fix helm
- 💥 rename
git
dependency togithub
- 💥 rename
newestVersion
tolatestVersion
- add README
- add WebYamlDependency
- WebJsonDependency: allow number in path
- add HelmDependency
- add issueTitle and issueBody
- Rename action to uptodate
- Rename action to up-to-date
- Initial version