Releases: hustcer/setup-nu
Releases · hustcer/setup-nu
v3.16
[3.16] - 2024-11-13
Miscellaneous Tasks
- Fix some typos
- Add
cspell
check hook for lefthook (#116) - Use
hustcer/milestone-action
to set milestone to merged PRs or closed issues automatically
Deps
- Upgrade
cspell
andlefthook
(#117)
Full Changelog: v3.15...v3.16
v3
Always point to the latest v3.x.x release
v3.15
[3.15] - 2024-10-25
Miscellaneous Tasks
- Add milestone.yaml
- Add more nu release to workflows
- Simplify console output for plugin registering (#113)
Deps
- Upgrade typescript,@vercel/ncc,biomejs and @typescript-eslint/*
- Upgrade @actions/core to 1.11.1
- Use actions/checkout@v4
- Upgrade typescript and @typescript-eslint/* (#109)
- Use biomejs instead of eslint for code linting (#111)
- Upgrade @biomejs/biome and lefthook
Full Changelog: v3.13...v3.15
v3.13
[3.13] - 2024-09-07
Features
- Add
aarch64_linux
andaarch64_windows
runners support
Deps
- Upgrade @octokit/rest,globby,@biomejs/biome,lefthook, etc.
- Upgrade semver,lefthook,@octokit/rest and @typescript-eslint/*
Full Changelog: v3.12...v3.13
v3.12
v3.12 - 2024-06-27
Bug Fixes
- Fix release script of pushing release Tags
- Fix plugin register related issue for all platforms
- Fix register of all plugins with
enablePlugins: true
input
Features
enable-plugins
could be set to a comma-separated string of plugin names likenu_plugin_polars,nu_plugin_query
Miscellaneous Tasks
- Remove older Nu versions from test workflow
Deps
- Upgrade
@biomejs/biome
,lefthook
,typescript
and@typescript-eslint/*
- Upgrade to
actions/[email protected]
Full Changelog: v3.11...v3.12
v3.11
Features
- Make sure major version tag always point to the latest semver tag that has the same major version
- Add warning tip for full builds
Miscellaneous Tasks
- Remove nightly test of full features
Deps
- Upgrade @octokit/rest,@biomejs/biome,lefthook,semver and @typescript-eslint/*
- Update to actions/[email protected]
Full Changelog: v3.10...v3.11
v3.10
[3.10] - 2024-04-27
Features
- Add macOS arm64 support
Deps
- Upgrade globby and @typescript-eslint/*
- Upgrade @types/node,@types/semver,@typescript-eslint/*,eslint and lefthook
- Upgrade lefthook,@biomejs/biome,@octokit/rest,typescript, etc.
Full Changelog: v3.9...v3.10
v3.9
[3.9] - 2024-02-07
Features
- Add default github-token input support, and
GITHUB_TOKEN
is no longer required anymore to avoid API rate limit exceeded error
Miscellaneous Tasks
- Use
hustcer/[email protected]
in workflows
Deps
- Upgrade node modules
@typescript-eslint/*
,globby
and@biomejs/biome
, etc.
v3.8
[3.8] - 2023-11-04
Features
- Add use Nu of full features support
- Add workflow to check full features of Nu nightly
Miscellaneous Tasks
- Use
hustcer/[email protected]
in workflows
Deps
- Upgrade node modules biome and eslint, etc.
v3.7
[3.7] - 2023-10-27
Features
Miscellaneous Tasks
- Add use module from absolute path example (#44)
- Add .github/workflows/module-test2.yaml example workflow
- Upgrade some node modules, and use
biome
instead ofrome
for code formatting - Update README.md and README.zh-CN.md
- Bump actions/checkout from 4.0.0 to 4.1.0 (#48)
- Try to Test Nu v0.86
Deps
- Upgrade lefthook,eslint, and @typescript-eslint/*
- Upgrade some node deps
- Upgrade eslint, @vercel/ncc, @biomejs/biome and @typescript-eslint*
- Upgrade actions/[email protected] and actions/[email protected]
- Upgrade deps: eslint, lefthook, @octokit/rest, etc.