Skip to content

Releases: hustcer/setup-nu

v3.17

29 Jan 01:33
Compare
Choose a tag to compare

[3.17] - 2025-01-29

Celebrate Chinese New Year with our festive update! 🐉✨

May prosperity glow brighter and workflows soar higher! 🎇

Cheers to innovation, luck, and new beginnings! 🧧🎉

Miscellaneous Tasks

  • Cleanup Github workflows (#119)
  • Add ubuntu-22.04-arm runner test (#122)
  • Add more debug info while setting up nushell
  • Add use Nu Modules by setting NU_LIB_DIRS constant example to README.md

Deps

  • Upgrade @vercel/ncc, lefthook and typescript
  • Upgrade cspell, @octokit/rest and @actions/tool-cache

v3.16

13 Nov 06:36
Compare
Choose a tag to compare

[3.16] - 2024-11-13

Miscellaneous Tasks

Deps

  • Upgrade cspell and lefthook (#117)

Full Changelog: v3.15...v3.16

v3.15

25 Oct 08:08
Compare
Choose a tag to compare

[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

07 Sep 12:29
Compare
Choose a tag to compare

[3.13] - 2024-09-07

Features

  • Add aarch64_linux and aarch64_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

29 Jun 07:29
Compare
Choose a tag to compare

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 like nu_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/checkout@v4.1.7

Full Changelog: v3.11...v3.12

v3.11

29 May 06:53
Compare
Choose a tag to compare

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/checkout@v4.1.6

Full Changelog: v3.10...v3.11

v3.10

27 Apr 01:40
Compare
Choose a tag to compare

[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

07 Feb 07:43
Compare
Choose a tag to compare

[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/setup-nu@v3.9 in workflows

Deps

  • Upgrade node modules @typescript-eslint/*, globby and @biomejs/biome, etc.

v3.8

04 Nov 04:29
Compare
Choose a tag to compare

[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/setup-nu@v3.7 in workflows

Deps

  • Upgrade node modules biome and eslint, etc.

v3.7

27 Oct 15:12
Compare
Choose a tag to compare

[3.7] - 2023-10-27

Features

  • Add Nushell nightly version support, close #58 (#59)

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 of rome 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/checkout@v4.1.1 and actions/setup-node@v4.0.0
  • Upgrade deps: eslint, lefthook, @octokit/rest, etc.