actions_toolkit_dart 0.5.1 actions_toolkit_dart: ^0.5.1 copied to clipboard
The GitHub ToolKit for developing GitHub Actions in Dart.
Changelog #
0.5.1 #
- fix:
exportVariable
provide write command.
0.5.0 #
- feat: added
toPosixPath
,toWin32Path
andtoPlatformPath
utilities. - fix: internal function
issueFileCommand
.
0.4.1 #
- fix:
exportVariable
crashes.
0.2.0 #
- feat: added support for notice annotations and more annotation fields.
0.1.0 #
- Implement core functions.