-
Notifications
You must be signed in to change notification settings - Fork 520
add #8366 to the release notes #848
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add #8366 to the release notes #848
Conversation
…e-note/pretty-format-for-to-nuon This solves the merge conflict in #848.
conflicts solved 😏 👍 |
blog/2023-04-04-nushell_0_78.md
Outdated
@@ -118,6 +123,47 @@ The `error make` command now gives better hints about why the format is not a va | |||
|
|||
The second change disallow the use of a `$.label.start` greater than `$.label.end` as a span. | |||
|
|||
## on the `NUON` format ([amtoine](https://github.com/nushell/nushell/pull/8366)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The titles should be explicit and informative for the reader.
## on the `NUON` format ([amtoine](https://github.com/nushell/nushell/pull/8366)) | |
## Support for pretty output format in `to nuon` ([amtoine](https://github.com/nushell/nushell/pull/8366)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changing it right now 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done in 2fd75ee
blog/2023-04-04-nushell_0_78.md
Outdated
@@ -118,6 +123,47 @@ The `error make` command now gives better hints about why the format is not a va | |||
|
|||
The second change disallow the use of a `$.label.start` greater than `$.label.end` as a span. | |||
|
|||
## on the `NUON` format ([amtoine](https://github.com/nushell/nushell/pull/8366)) | |||
|
|||
The `to nuon` command can now output "_pretty_" `NUON` data. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't use fixed width formatting for NUON in the https://www.nushell.sh/book/loading_data.html#nuon
The `to nuon` command can now output "_pretty_" `NUON` data. | |
The `to nuon` command can now output _pretty_ NUON data with whitespace for better readability. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gotcha 👌
done in a5332f0 👍
* Release notes for `0.78` Please add your new features and breaking changes to the release notes by opening PRs against the `release-notes-0.78` branch. * Document optional cell path members * Add placeholders * Mention empty list changes * Mention comparison operator breaking change * add a note about better `error make` (#849) * Update 2023-04-04-nushell_0_78.md * Update 2023-04-04-nushell_0_78.md * Update 2023-04-04-nushell_0_78.md * Update 2023-04-04-nushell_0_78.md * Update 2023-04-04-nushell_0_78.md * Update 2023-04-04-nushell_0_78.md * Mention added `math exp` * Update 2023-04-04-nushell_0_78.md * Expand alias changes * add #8366 to the release notes (#848) * add #8366 to the release note * make the title more explicit for the reader * be more explicit about what "pretty format" means * fix nuon quoting * Update 2023-04-04-nushell_0_78.md --------- Co-authored-by: Reilly Wood <reilly.wood@icloud.com> Co-authored-by: Antoine Stevan <44101798+amtoine@users.noreply.github.com> Co-authored-by: JT <547158+jntrnr@users.noreply.github.com> Co-authored-by: Jakub Žádník <kubouch@gmail.com>
a little note to explain the new
--indent
,--tabs
and--raw
options for outputting NUON data 😋