Version 1.0.0 #662
threeal
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
Breaking Changes
gha-utilstoghakit.ghakit/exec— running child processesghakit/io— reading inputs/state and writing outputs/env/pathghakit/log— logging workflow commandsghakit/vars— reading default GitHub Actions environment variablesgetInputandgetStateno longer trim whitespace from the returned value. The raw env var value is returned as-isNew Features
ghakit/exec— new module with anexec(command, args, opts?)function for running child processes. Supports independent output modes per stream and returns captured output as strings when the mode is"capture".ghakit/vars— new typed getter functions for every default GitHub Actions variable (e.g.getGitHubRepository(),getRunnerOs(),getGitHubRunNumber()). Boolean variables returnboolean, numeric variables returnnumber, context-specific optional variables returnstring | undefined, and all others returnstring.logNotice— new log function that writes a::notice::workflow command, matching the existinglogWarningandlogErrorfunctions.title,file,line,endLine,col,endColumn) can now be passed tologNotice,logWarning, andlogError.addLogMask— new function that writes::add-mask::to mask a value in all subsequent log output.stopCommands/resumeCommands— new functions that write::stop-commands::and the corresponding resume token command to bracket sections where workflow command syntax should not be interpreted.enginesfield added topackage.jsonspecifying the minimum supported Node.js version.Development Tooling Changes
@tsconfig/node24base TypeScript configuration; separated the build and sourcetsconfig.jsonfiles.prettier-plugin-organize-importsto automatically sort imports on format.tseslint.configwithdefineConfigin the ESLint config.typedoc.jsonconfiguration file.CLAUDE.mdfor Claude Code project configuration.Full Changelog: v0.4.1...v1.0.0
This discussion was created from the release Version 1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions