Skip to content

Commit 23af4a3

Browse files
authored
TWiN 349 (#2160)
1 parent 5951980 commit 23af4a3

1 file changed

Lines changed: 60 additions & 0 deletions

File tree

blog/2026-05-01-twin0349.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
title: 'This week in Nushell #349'
3+
author: The Nu Authors
4+
author_site: https://nushell.sh
5+
author_image: https://www.nushell.sh/blog/images/nu_logo.png
6+
excerpt: 'PRs and activity for Nushell the week ending Thursday, 2026-04-30'
7+
---
8+
9+
# This Week in Nushell #349
10+
11+
Published Friday, 2026-05-01, including PRs merged Friday, 2026-04-24 through Thursday, 2026-04-30.
12+
13+
## Nushell
14+
15+
- @ayax79:
16+
17+
- [removed claude settings and ignored them (#18145)](https://github.com/nushell/nushell/pull/18145)
18+
- [added even more polars selectors (#18120)](https://github.com/nushell/nushell/pull/18120)
19+
- [added additional polars selectors: ends-with, alpha, and alphanumeric (#18114)](https://github.com/nushell/nushell/pull/18114)
20+
21+
- @pyz4:
22+
23+
- [added default --on-cols value for pivot when not specified (#18140)](https://github.com/nushell/nushell/pull/18140)
24+
25+
- @fdncred:
26+
27+
- [improved argument handling for untyped rest parameters (#18131)](https://github.com/nushell/nushell/pull/18131)
28+
- [refactored `from md` with `--verbose` for full AST and defaulting to a reduced mode (#18107)](https://github.com/nushell/nushell/pull/18107)
29+
30+
- @Bahex:
31+
32+
- [refactored tests to avoid format! (#18127)](https://github.com/nushell/nushell/pull/18127)
33+
- [fixed `Rename` events in `watch` (#18115)](https://github.com/nushell/nushell/pull/18115)
34+
- [added `test_table!` macro for easier writing of tests and examples (#18098)](https://github.com/nushell/nushell/pull/18098)
35+
- [refactored parser parameter type and string interpolation (#18095)](https://github.com/nushell/nushell/pull/18095)
36+
37+
- @colinmparker:
38+
- [(#17448) updated label and help text on CantFindCol error (#18108)](https://github.com/nushell/nushell/pull/18108)
39+
40+
## nufmt
41+
42+
- @fdncred:
43+
- [preserved parentheses in if-call expressions and added related tests (#177)](https://github.com/nushell/nufmt/pull/177)
44+
- [improved organization, added more documentation, and applied DRY principle (#175)](https://github.com/nushell/nufmt/pull/175)
45+
- [enhanced formatting options and added tests for margin behavior and alias invocation (#174)](https://github.com/nushell/nufmt/pull/174)
46+
- [added support for alias command formatting and preserved comment spacing (#170)](https://github.com/nushell/nufmt/pull/170)
47+
48+
## Nu_Scripts
49+
50+
- @NotTheDr01ds:
51+
52+
- [formatted TWiN using Deepseek V4 Flash (#1251)](https://github.com/nushell/nu_scripts/pull/1251)
53+
54+
- @Abdillah:
55+
- [added diff completion for modified files in git (#1250)](https://github.com/nushell/nu_scripts/pull/1250)
56+
57+
## Documentation
58+
59+
- @NotTheDr01ds:
60+
- [published TWiN 348 (#2159)](https://github.com/nushell/nushell.github.io/pull/2159)

0 commit comments

Comments
 (0)