Nushell
Get Nu!
Getting Started
  • The Nushell Book
  • Command Reference
  • Cookbook
  • Language Reference Guide
  • Contributing Guide
Blog
  • English
  • 中文
  • Deutsch
  • Français
  • Español
  • 日本語
  • Português do Brasil
  • Русский язык
  • 한국어
GitHub
Get Nu!
Getting Started
  • The Nushell Book
  • Command Reference
  • Cookbook
  • Language Reference Guide
  • Contributing Guide
Blog
  • English
  • 中文
  • Deutsch
  • Français
  • Español
  • 日本語
  • Português do Brasil
  • Русский язык
  • 한국어
GitHub

This Week in Nushell #328

Published Sunday, 2025-12-07, including PRs merged Friday, 2025-11-28 through Thursday, 2025-12-04.

Nushell

  • @blackhat-hemsworth:

    • fixed parsing issue with multiarm match + guard (#17115)
    • fixed handling of ranges with respect to parentheses (#17109)
    • fixed issue with alias "missing required flag" on create (#17106)
    • deduplicated types in type_check process to improve error message (#17075)
  • @migraine-user:

    • fixed typo in docs for each (#17110)
  • @app/dependabot:

    • bumped crate-ci/typos from 1.39.2 to 1.40.0 (#17108)
    • bumped schemars from 1.0.4 to 1.1.0 (#17078)
    • bumped actions/checkout from 5 to 6 (#17076)
  • @cptpiepmatz:

    • bumped version to 0.109.2 (#17107)
  • @KaiSforza:

    • added backticks to readmes (#17101)
    • fixed env.rs tests (#17085)
    • improved std/help with colors, proper examples, and fixed output (#17010)
  • @yanek:

    • added short error_style (#17097)
  • @hustcer:

    • attempted to fix winget automatic validation error (#17096)
    • fixed use constants in bare-word-strings with source error (#17094)
    • bumped to dev version 0.109.1 (#17093)
    • fixed http get panic (#17092)
    • bumped version to 0.109.0 (#17082)
  • @kaathewisegit:

    • fixed overflow errors in duration integer multiplication (#17063)
  • @ysthakur:

    • fixed custom completer spans relative to command expr (#17060)
  • @Dorumin:

    • added --tag on job flush (#17056)

Nu_Scripts

  • @orthonormalremy:
    • added support for module completions in just-completions (#1187)

Documentation

  • @samoylovfp:

    • added 'chunks' subcommand to binary common commands (#2089)
  • @cptpiepmatz:

    • added release notes for v0.109.1 (#2088)
    • added release notes for v0.109.0 (#2084)
  • @app/dependabot:

    • bumped mdast-util-to-hast from 13.2.0 to 13.2.1 (#2087)
  • @Kissaki:

    • improved v0.109.0 Release Notes (#2086)
  • @NotTheDr01ds:

    • published TWiN 327 (#2085)
    • updated Cookbook direnv instructions for new std helper (#1878)
  • @hustcer:

    • refreshed Nu command docs for v0.109.0 (#2077)

reedline

  • @cptpiepmatz:
    • bumped crossbeam-channel (#981)
    • bumped to 0.44.0 (#980)
Edit this page on GitHub
Contributors: NotTheDr01ds