Skip to content

Commit

Permalink
some more PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
devyn committed Nov 13, 2024
1 parent ccc7f8b commit dea650c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions blog/2024-11-12-nushell_0_100_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,10 @@ In [#14120](https://github.com/nushell/nushell/pull/14120), a bug was fixed were

`to text` would previously have different behavior for list values and streaming list input. This has been fixed with [#14158](https://github.com/nushell/nushell/pull/14158), and the behavior for list streams is now used for list values.

### `to nuon`

`to nuon` previously did not escape column names containing quotes. This has been fixed by [@aionescu](https://github.com/aionescu) in [#14180](https://github.com/nushell/nushell/pull/14180).

### `use`

When importing a module that defines no constants, an empty record variable is no longer created ([#14051](https://github.com/nushell/nushell/pull/14051)).
Expand All @@ -216,6 +220,12 @@ Thanks to [@sgvictorino](https://github.com/sgvictorino) in [#14118](https://git

Short flags for commands were previously not being typed checked. This has been fixed in [#14074](https://github.com/nushell/nushell/pull/14074) thanks to [@sgvictorino](https://github.com/sgvictorino).

### Cell path pretty printing

The pretty printing for optional cell paths has been fixed by [@aionescu](https://github.com/aionescu) in [#14042](https://github.com/nushell/nushell/pull/14042) to show a `?` after each optional path component. This is particularly helpful for the `view ir` command. Thanks!

The formatting has also been changed in [#14197](https://github.com/nushell/nushell/pull/14197) to start with `$`, reflecting the literal syntax. This means that the cell path literal `$.foo.bar` will now be printed as `$.foo.bar` instead of `foo.bar`.

### `in $range`

The step value for ranges was previously not taken into account when checking if a value was `in` a range. Thanks to [@JoaquinTrinanes](https://github.com/JoaquinTrinanes), this has been fixed with [#14011](https://github.com/nushell/nushell/pull/14011).
Expand Down

0 comments on commit dea650c

Please sign in to comment.