Skip to content

Commit dea650c

Browse files
committed
some more PRs
1 parent ccc7f8b commit dea650c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

blog/2024-11-12-nushell_0_100_0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,10 @@ In [#14120](https://github.com/nushell/nushell/pull/14120), a bug was fixed were
200200

201201
`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.
202202

203+
### `to nuon`
204+
205+
`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).
206+
203207
### `use`
204208

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

217221
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).
218222

223+
### Cell path pretty printing
224+
225+
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!
226+
227+
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`.
228+
219229
### `in $range`
220230

221231
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).

0 commit comments

Comments
 (0)