Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hustcer/setup-nu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.21
Choose a base ref
...
head repository: hustcer/setup-nu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.22
Choose a head ref
  • 19 commits
  • 23 files changed
  • 3 contributors

Commits on Nov 4, 2025

  1. Configuration menu
    Copy the full SHA
    9572a8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fbf223 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. deps: Upgrade pnpm to v10

    hustcer committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    92d13a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    938f22e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. Configuration menu
    Copy the full SHA
    93cada9 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. feat: add strict input validation and robust plugin registration; imp…

    …rove target selection and caching (#190)
    
    feat: add strict input validation and robust plugin registration; improve target selection and caching
    
    - Validate and normalize features input ('default' | 'full'); narrow type and throw on invalid values
    - Throw on invalid version input (handled by top-level catch) for clearer failures
    - Use GITHUB_WORKSPACE or fallback to current working directory to support local runs
    - Ensure nu commands fail fast: add execOrThrow and apply to register and do-register steps
    - Simplify getTargets by selecting platform map by feature and throw explicit unsupported target errors
    - Cache fallback: when no nu_plugin_* binaries are found, cache extracted dir and emit a warning; keep permission fix
    - Minor logging improvements (current directory, clearer messages)
    hustcer authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    8164e57 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2025

  1. chore: Update README.md

    hustcer committed Nov 22, 2025
    Configuration menu
    Copy the full SHA
    91b2792 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

  1. Configuration menu
    Copy the full SHA
    3157539 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. chore: Drop 0.88.1 check

    hustcer committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    b993e90 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2025

  1. deps: Upgrade @biomejs/biome,lefthook & cspell (#193)

    * deps: Upgrade @biomejs/biome,lefthook & cspell
    
    * ci skip
    hustcer authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    3824d21 View commit details
    Browse the repository at this point in the history
  2. chore: Update README

    hustcer committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    91b32d1 View commit details
    Browse the repository at this point in the history
  3. chore: Update lefthook.yml

    hustcer committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    91bd6e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2025

  1. Configuration menu
    Copy the full SHA
    f136f39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d578512 View commit details
    Browse the repository at this point in the history
  3. feat: support proxies (#194)

    * feat: support proxies
    
    * fix: remove redundant timeouts
    
    * fix: make proxy agent singleton and specify types
    vyadh authored Dec 13, 2025
    Configuration menu
    Copy the full SHA
    fcc7211 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32ddf57 View commit details
    Browse the repository at this point in the history
  5. Add CLAUDE.md

    hustcer committed Dec 13, 2025
    Configuration menu
    Copy the full SHA
    0539b92 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e2be06c View commit details
    Browse the repository at this point in the history
  7. Bump to v3.22

    hustcer committed Dec 13, 2025
    Configuration menu
    Copy the full SHA
    920172d View commit details
    Browse the repository at this point in the history
Loading