Releases: pkgjs/action
Releases · pkgjs/action
v0.1.9
v0.1.8
What's Changed
- chore(deps): update actions/checkout action to v4 by @renovate in #60
- chore(deps): update actions/setup-node action to v4 by @renovate in #67
- Prepare for the dependency and runtime updates by @dominykas in #68
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- refactor: replace set-output with
GITHUB_OUTPUT
environment files writes by @toomuchdesign in #57
New Contributors
- @toomuchdesign made their first contribution in #57
Full Changelog: v0.1.6...v0.1.7
v0.1.6
v0.1.5
What's Changed
- feat: update Node.js release schedule (adds Node 19 and 20) by @dominykas in #51
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- chore: fix dependencies by @dominykas in #48
- chore(deps): update dependency @hapi/eslint-plugin to v6 by @renovate in #49
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Fix
deleteRef()
params by @dominykas in #45 - Provide a default for
fromJson()
by @dominykas in #46 - fix(deps): update dependency yaml to v2 by @renovate in #47
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- chore(deps): update actions/github-script action to v6 by @renovate in #42
- chore(deps): update actions/setup-node action to v3 by @renovate in #43
- chore(deps): update actions/checkout action to v3 by @renovate in #44
- Move the internal action ref when releasing a new version by @dominykas in #40
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.0
What's Changed
- MVP by @dominykas in #2
- Renovate: disable node.js; disable dashboard by @dominykas in #14
- chore(deps): update dependency eslint to v8 by @renovate in #11
- chore(deps): lock file maintenance by @renovate in #15
- Use @actions/core to get input / set output by @dominykas in #21
- Add
post-checkout-steps
,post-install-steps
,post-test-steps
by @dominykas in #20 - Support runner OS matrix by @dominykas in #22
- Support
fail-fast
andmax-parallel
for the matrix strategy by @dominykas in #30 - Adding
yaml
as a dep inprepare-node-test-matrix-action
by @dominykas in #28 - Support setting arbitrary secrets for tests step by @dominykas in #33
- Bump to use node16 for the action runner by @dominykas in #34
- Run
npm ci
when a lockfile is available by @dominykas in #37 - Support adding specific Node.js versions into the matrix by @dominykas in #29
- Print debug information by @dominykas in #36
- Add documentation for all current parameters by @dominykas in #35
- Workflow to automatically update release tag by @dominykas in #39
New Contributors
- @dominykas made their first contribution in #2
- @renovate made their first contribution in #11
- Reviews by @ljharb, @mcollina, @Eomm
Full Changelog: https://github.com/pkgjs/action/commits/v0.1.0