Home Explore Blog CI



nushell

20th chunk of `blog/2022-03-22-nushell_0_60.md`
303dbf75420251dc4e0b1fd0d4eedf396f443991a10671df0000000100000bf0
| xpath                                    | query xml                                                                                                                                                                                                          |
| config directory name: `nu`              | config directory name: `nushell`                                                                                                                                                                                   |
| `nth 1`                                  | `select 1`, `select` can now down-select rows as well as columns                                                                                                                                                   |
| match                                    | match command is now integrated into the find command                                                                                                                                                              |
| `each group`                             | `each` and `group` are now separate                                                                                                                                                                                |
| `each window`                            | `each` and `windows` are now separate                                                                                                                                                                              |

You can find out more on [the full breaking changes list](https://github.com/nushell/nushell/issues/4305).

# Acknowledgements

A big "thank you!" to everyone who helped us build this version of Nushell!

```
╭────┬─────────────────────────────────╮
│  0 │ Access                          │
│  1 │ adamijak                        │
│  2 │ ahkrr                           │
│  3 │ ammkrn                          │
│  4 │ Andrew                          │
│  5 │ Andrew Barnes                   │
│  6 │ Andrés N. Robalino              │
│  7 │ Antonio Natilla                 │
│  8 │ Arthur                          │
│  9 │ Arthur Targaryen                │
│ 10 │ Ashish Thapa                    │
│ 11 │ Basile Henry                    │
│ 12 │ Benoît Cortier                  │
│ 13 │ Charles Dixon                   │
│ 14 │ Chris Gillespie                 │
│ 15 │ crozbo                          │
│ 16 │ Dakota Clark                    │
│ 17 │ Daniel Reilly                   │
│ 18 │ Daniella Mesquita               │
│ 19 │ Darren Schroeder                │
│ 20 │ David Lattimore                 │
│ 21 │ DawnMagnet                      │
│ 22 │ dependabot[bot]                 │
│ 23 │ dgalbraith                      │
│ 24 │ Dheepak Krishnamurthy           │

Title: Nushell Acknowledgements and More Breaking Changes
Summary
This section details further breaking changes in Nushell, including renaming `xpath` to `query xml`, changing the config directory name to `nushell`, updating the `nth` command to `select`, integrating the `match` command into `find`, and separating `each group` into `each` and `group` and `each window` into `each` and `windows`. It then expresses gratitude to the contributors who helped build this version of Nushell, listing their names. A link to the full list of breaking changes is also provided.