From 4afd6c4dd599a3024cfdee414507d40b10e077c9 Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Sun, 22 Dec 2024 21:43:53 +0100 Subject: [PATCH] Fix release note anchors The cool new `write-toc` command was slightly broken https://github.com/nushell/nu_scripts/pull/981 --- blog/2024-12-24-nushell_0_101_0.md | 158 ++++++++++++++--------------- 1 file changed, 79 insertions(+), 79 deletions(-) diff --git a/blog/2024-12-24-nushell_0_101_0.md b/blog/2024-12-24-nushell_0_101_0.md index 861a69657d..27de5461a5 100644 --- a/blog/2024-12-24-nushell_0_101_0.md +++ b/blog/2024-12-24-nushell_0_101_0.md @@ -20,66 +20,66 @@ As part of this release, we also publish a set of optional [plugins](/book/plugi # Table of contents -- [_Highlights and themes of this release_](#Highlights-and-themes-of-this-release-toc) - - [_Simplified Startup Configuration_](#Simplified-Startup-Configuration-toc) - - [_Related Startup Config Changes_](#Related-Startup-Config-Changes-toc) - - [_Breaking Startup Config Changes_](#Breaking-Startup-Config-Changes-toc) -- [_Changes_](#Changes-toc) - - [_Additions_](#Additions-toc) +- [_Highlights and themes of this release_](#highlights-and-themes-of-this-release-toc) + - [_Simplified Startup Configuration_](#simplified-startup-configuration-toc) + - [_Related Startup Config Changes_](#related-startup-config-changes-toc) + - [_Breaking Startup Config Changes_](#breaking-startup-config-changes-toc) +- [_Changes_](#changes-toc) + - [_Additions_](#additions-toc) - [_`path self`_](#path-self-toc) - [_`chunk-by`_](#chunk-by-toc) - [_`term query`_](#term-query-toc) - [_`merge deep`_](#merge-deep-toc) - [_`utouch`_](#utouch-toc) - - [_WASM support_](#WASM-support-toc) + - [_WASM support_](#wasm-support-toc) - [_`sys net` columns_](#sys-net-columns-toc) - - [_Raw string pattern matching_](#Raw-string-pattern-matching-toc) - - [_Duration/Date Arithmetic_](#Duration/Date-Arithmetic-toc) + - [_Raw string pattern matching_](#raw-string-pattern-matching-toc) + - [_Duration/Date Arithmetic_](#duration-date-arithmetic-toc) - [_`explore` keybinds_](#explore-keybinds-toc) - - [_Version in Startup banner_](#Version-in-Startup-banner-toc) + - [_Version in Startup banner_](#version-in-startup-banner-toc) - [_`input --default`_](#input-default-toc) - - [_PowerShell script invocation on Windows_](#PowerShell-script-invocation-on-Windows-toc) - - [_New introspection tools_](#New-introspection-tools-toc) - - [_Breaking changes_](#Breaking-changes-toc) - - [_`++` operator_](#++-operator-toc) - - [_Stricter command signature parsing_](#Stricter-command-signature-parsing-toc) + - [_PowerShell script invocation on Windows_](#powershell-script-invocation-on-windows-toc) + - [_New introspection tools_](#new-introspection-tools-toc) + - [_Breaking changes_](#breaking-changes-toc) + - [_`++` operator_](#operator-toc) + - [_Stricter command signature parsing_](#stricter-command-signature-parsing-toc) - [_`group-by`_](#group-by-toc) - [_`timeit`_](#timeit-toc) - [_`sys cpu`_](#sys-cpu-toc) - [_`from csv` and `from tsv`_](#from-csv-and-from-tsv-toc) - - [_`std/iter scan`_](#std/iter-scan-toc) + - [_`std/iter scan`_](#std-iter-scan-toc) - [_Completion sorting_](#Completion-sorting-toc) - - [_Import module naming_](#Import-module-naming-toc) - - [_`table` formatting and the `display_output` hook_](#table-formatting-and-the-display_output-hook-toc) + - [_Import module naming_](#import-module-naming-toc) + - [_`table` formatting and the `display_output` hook_](#table-formatting-and-the-display-output-hook-toc) - [_`du` flag changes_](#du-flag-changes-toc) - - [_Code specific environment variables updated during `source`_](#Code-specific-environment-variables-updated-during-source-toc) - - [_Deprecations_](#Deprecations-toc) + - [_Code specific environment variables updated during `source`_](#code-specific-environment-variables-updated-during-source-toc) + - [_Deprecations_](#deprecations-toc) - [_`split-by`_](#split-by-toc) - [_`date to-record` and `date to-table`_](#date-to-record-and-date-to-table-toc) - [_`do --ignore-shell-errors` and `--ignore-program-errors`_](#do-ignore-shell-errors-and-ignore-program-errors-toc) - - [_Removals_](#Removals-toc) - - [_`NU_DISABLE_IR`_](#NU_DISABLE_IR-toc) - - [_Bug fixes and other changes_](#Bug-fixes-and-other-changes-toc) + - [_Removals_](#removals-toc) + - [_`NU_DISABLE_IR`_](#nu-disable-ir-toc) + - [_Bug fixes and other changes_](#bug-fixes-and-other-changes-toc) - [_`ls`_](#ls-toc) - - [_`SHLVL`_](#SHLVL-toc) + - [_`SHLVL`_](#shlvl-toc) - [_`from` commands_](#from-commands-toc) - - [_Completions on custom commands_](#Completions-on-custom-commands-toc) + - [_Completions on custom commands_](#completions-on-custom-commands-toc) - [_`seq char`_](#seq-char-toc) - [_`http` multipart_](#http-multipart-toc) - [_`scope variables`_](#scope-variables-toc) - [_`help` system_](#help-system-toc) -- [_Notes for plugin developers_](#Notes-for-plugin-developers-toc) -- [_Hall of fame_](#Hall-of-fame-toc) -- [_Full changelog_](#Full-changelog-toc) +- [_Notes for plugin developers_](#notes-for-plugin-developers-toc) +- [_Hall of fame_](#hall-of-fame-toc) +- [_Full changelog_](#full-changelog-toc) -# Highlights and themes of this release [[toc](#table-of-content)] +# Highlights and themes of this release [[toc](#table-of-contents)] -## Simplified Startup Configuration [[toc](#table-of-content)] +## Simplified Startup Configuration [[toc](#table-of-contents)] With [#14249](https://github.com/nushell/nushell/pull/14249), Nushell now always loads its internal `default_env.nu` before the user `env.nu` is loaded, then loads the internal `default_config.nu` before the user's `config.nu` is loaded. This allows for a simpler user-configuration experience. Details are in [this blog entry](https://www.nushell.sh/blog/2024-12-04-configuration_preview.html) along with an updated [Configuration Chapter](https://www.nushell.sh/book/configuration.html) which should go live sometime today. -### Related Startup Config Changes [[toc](#table-of-content)] +### Related Startup Config Changes [[toc](#table-of-contents)] - [#14345](https://github.com/nushell/nushell/pull/14345): Hooks fields are non-optional - [#14341](https://github.com/nushell/nushell/pull/14341): Hooks now default to an empty value of the proper type (e.g., `[]` or `{}`) when not otherwise specified. This means that you can always safely append or merge a new hook without first needing to check if it was a valid list/record. @@ -89,7 +89,7 @@ With [#14249](https://github.com/nushell/nushell/pull/14249), Nushell now always - [#14566](https://github.com/nushell/nushell/pull/14566): `ENV_CONVERSIONS` is now an empty record by default. The `PATH`/`Path` conversions are handled internally. - [#14579](https://github.com/nushell/nushell/pull/14579): More defaults are set in Rust. Also sets a default, empty `TRANSIENT_PROMPT_COMMAND_RIGHT` and `TRANSIENT_PROMPT_MULTILINE_INDICATOR`. -### Breaking Startup Config Changes [[toc](#table-of-content)] +### Breaking Startup Config Changes [[toc](#table-of-contents)] There may be (hopefully) minor breaking changes due to the startup configuration handling. Known possible issues include: @@ -110,11 +110,11 @@ There may be (hopefully) minor breaking changes due to the startup configuration for the list of available *containers* --> -# Changes [[toc](#table-of-content)] +# Changes [[toc](#table-of-contents)] -## Additions [[toc](#table-of-content)] +## Additions [[toc](#table-of-contents)] -### `path self` [[toc](#table-of-content)] +### `path self` [[toc](#table-of-contents)] Thanks to [@Bahex](https://github.com/Bahex) in [#14303](https://github.com/nushell/nushell/pull/14303), this release adds the `path self` command. `path self` is a parse-time only command for getting the absolute path of the source file containing it, or any file relative to the source file. @@ -123,7 +123,7 @@ const this_file = path self const this_directory = path self . ``` -### `chunk-by` [[toc](#table-of-content)] +### `chunk-by` [[toc](#table-of-contents)] This release adds a new `chunk-by` command which will split a list into chunks based on a closure. The closure is applied to each element of the input list, and adjacent elements that share the same closure result value will be chunked together. This command was added in [#14410](https://github.com/nushell/nushell/pull/14410) thanks to [@cosineblast](https://github.com/cosineblast). @@ -137,7 +137,7 @@ This release adds a new `chunk-by` command which will split a list into chunks b # [[a] [b b] [c] [a a]] ``` -### `term query` [[toc](#table-of-content)] +### `term query` [[toc](#table-of-contents)] Thanks to [@Bahex](https://github.com/Bahex) in [#14427](https://github.com/nushell/nushell/pull/14427), this release adds the `term query` command. `term query` allows sending a query to your terminal emulator and reading the reply. @@ -153,7 +153,7 @@ term query $'(ansi osc)10;?(ansi st)' --prefix $'(ansi osc)10;' --terminator (an term query $'(ansi osc)52;c;?(ansi st)' --prefix $'(ansi osc)52;c;' --terminator (ansi st) ``` -### `merge deep` [[toc](#table-of-content)] +### `merge deep` [[toc](#table-of-contents)] To merge nested record structures we now have `merge deep` as a subcommand of `merge` which only operates on the flat structure of tables. @@ -199,19 +199,19 @@ While the record entries get updated based on the path, by default lists at a gi This command is the work of a productive collaboration by [@132ikl](https://github.com/132ikl) and [@Bahex](https://github.com/Bahex). -### `utouch` [[toc](#table-of-content)] +### `utouch` [[toc](#table-of-contents)] This release adds the new `utouch` command, utilizing uutils/coreutils! In addition to all the flags of `touch`, `utouch` also has a `--timestamp` and `--date` flag to specify the timestamp to use. Eventually, the `utouch` command will replace the `touch` command. -### WASM support [[toc](#table-of-content)] +### WASM support [[toc](#table-of-contents)] Nushell used to have WASM support a while back, but at some point became incompatible with WASM. Thanks to the amazing work of [@cptpiepmatz](https://github.com/cptpiepmatz) in [#14418](https://github.com/nushell/nushell/pull/14418), Nushell can now be compiled to WASM again! In order to do so, certain (cargo) features have to be disabled meaning certain commands (like filesystem commands) will not be available. -### `sys net` columns [[toc](#table-of-content)] +### `sys net` columns [[toc](#table-of-contents)] Thanks to [@rfaulhaber](https://github.com/rfaulhaber) in [#14389](https://github.com/nushell/nushell/pull/14389), the `sys net` command now has two additional columns. One is the `mac` column which lists mac address. The other is the `ip` column which lists the address(es) for each network interface. -### Raw string pattern matching [[toc](#table-of-content)] +### Raw string pattern matching [[toc](#table-of-contents)] With this release, raw strings can now be used as match patterns thanks to [@sgvictorino](https://github.com/sgvictorino) in [#14573](https://github.com/nushell/nushell/pull/14573). @@ -222,27 +222,27 @@ match 'foo' { } ``` -### Duration/Date Arithmetic [[toc](#table-of-content)] +### Duration/Date Arithmetic [[toc](#table-of-contents)] With [#14295](https://github.com/nushell/nushell/pull/14295), dates can now be added to durations. Previously only durations could be added to dates. -### `explore` keybinds [[toc](#table-of-content)] +### `explore` keybinds [[toc](#table-of-contents)] In [#14468](https://github.com/nushell/nushell/pull/14468) thanks to [@paulie4](https://github.com/paulie4), more default keybindings were added to `explore` to better match `less`. -### Version in Startup banner [[toc](#table-of-content)] +### Version in Startup banner [[toc](#table-of-contents)] With [#14625](https://github.com/nushell/nushell/pull/14625), the Nushell version now displays at startup in the banner. -### `input --default` [[toc](#table-of-content)] +### `input --default` [[toc](#table-of-contents)] Thanks to [@WindSoilder](https://github.com/WindSoilder) in [#14374](https://github.com/nushell/nushell/pull/14374), the `input` command now has a `--default` parameter to set a default value when none is provided in the input. -### PowerShell script invocation on Windows [[toc](#table-of-content)] +### PowerShell script invocation on Windows [[toc](#table-of-contents)] With [#14379](https://github.com/nushell/nushell/pull/14379) by [@fdncred](https://github.com/fdncred) we now launch PowerShell scripts with a `.ps1` extension directly through `powershell.exe`. This behavior follows the same logic we offer for scripts launched by `cmd.exe`. -### New introspection tools [[toc](#table-of-content)] +### New introspection tools [[toc](#table-of-contents)] [@fdncred](https://github.com/fdncred) added a series of new tools permitting you to inspect internals of Nushell's engine for better understanding or debugging. We hope you can put them to good use to drill down into bugs or to learn more how the Nushell engine understands a piece of code or represents your current state. As they refer to the engine internals we still want to actively evolve their output or behavior may change as we continue development. So don't depend on them in scripts but feel free to use them to diagnose issues or learn about the behavior of the current version. @@ -258,9 +258,9 @@ The `ast` command can now also output the flattened and simplified representatio #### [`config flatten`](https://github.com/nushell/nushell/pull/14621) To see the whole configuration in a simplified representation, especially to spot differences between different user configurations, `config flatten` provides a simplified view that is not nested like `$env.config`. Note that this output is not directly compatible with the config record and may not have the correct types. -## Breaking changes [[toc](#table-of-content)] +## Breaking changes [[toc](#table-of-contents)] -### `++` operator [[toc](#table-of-content)] +### `++` operator [[toc](#table-of-contents)] The `++` operator previously performed both appending and concatenation. @@ -301,7 +301,7 @@ $list = $list | append 4 TODO: waiting on #14429 --> -### Stricter command signature parsing [[toc](#table-of-content)] +### Stricter command signature parsing [[toc](#table-of-contents)] #### Input/output types @@ -344,7 +344,7 @@ def foo [ bar: ] {} def foo [ bar = ] {} ``` -### `group-by` [[toc](#table-of-content)] +### `group-by` [[toc](#table-of-contents)] Thanks to [@Bahex](https://github.com/Bahex) in [#14337](https://github.com/nushell/nushell/pull/14337), the `group-by` command now supports grouping by multiple criteria (henceforth referred to as a grouper). When using multiple groupers, the output is in the form of nested records. @@ -429,17 +429,17 @@ $data | group-by color category --to-table ╰───┴────────┴───────────┴───────────────────────────────────────╯ ``` -### `timeit` [[toc](#table-of-content)] +### `timeit` [[toc](#table-of-contents)] The `timeit` command previously had a special behavior where expressions passed as arguments would have their evaluation deferred in order to later be timed. This lead to an interesting bug ([14401](https://github.com/nushell/nushell/issues/14401)) where the expression would be evaluated twice, since the new IR evaluator eagerly evaluates arguments passed to commands. To make the deferred evaluation more explicit, the `timeit` command can now only take a closure as an argument instead of any expression or value ([#14483](https://github.com/nushell/nushell/pull/14483)). Additionally, blocks are no longer supported by `timeit`, so any changes to the environment will be isolated to inside the closure. -### `sys cpu` [[toc](#table-of-content)] +### `sys cpu` [[toc](#table-of-contents)] The `cpu_usage` column outputted by `sys cpu` works by sampling the CPU over a 400ms period. This wait long time is unhelpful if you are only interested in other information about the CPU like the number of cores (i.e., `sys cpu | length`). With [#14485](https://github.com/nushell/nushell/pull/14485), the `cpu_usage` column is now gated behind the `--long` flag. This way, `sys cpu` will take around 0-2ms instead of 400ms by default. -### `from csv` and `from tsv` [[toc](#table-of-content)] +### `from csv` and `from tsv` [[toc](#table-of-contents)] Thanks to [@Bahex](https://github.com/Bahex) in [#14399](https://github.com/nushell/nushell/pull/14399), parsing csv and tsv content with the `--flexible` flag is more flexible than before. Previously, the first row of csv or tsv content would determine the number of columns, and rows containing more values than the determined columns would be truncated, losing those extra values. @@ -469,7 +469,7 @@ value ╰─#─┴─column0─┴─column1─┴─column2─╯ ``` -### `std/iter scan` [[toc](#table-of-content)] +### `std/iter scan` [[toc](#table-of-contents)] Thanks to [@Bahex](https://github.com/Bahex) in [#14596](https://github.com/nushell/nushell/pull/14596), the order of `scan`'s closure's parameters are flipped to be consistent with `reduce`. The closure now also receives the accumulator value as pipeline input as well. @@ -481,7 +481,7 @@ The closure now also receives the accumulator value as pipeline input as well. > [a b c d] | iter scan "" {|it| append $it | str join} -n ``` -### Completion sorting [[toc](#table-of-content)] +### Completion sorting [[toc](#table-of-contents)] In [#14424](https://github.com/nushell/nushell/pull/14424), some changes were made to completion sorting. If you have a custom completer that returns a record with an `options` field, then this may affect you. @@ -489,20 +489,20 @@ In [#14424](https://github.com/nushell/nushell/pull/14424), some changes were ma - If `options` contains `sort: false`, completions will not be sorted. - If `options` does not have a `sort` column, then that will be treated as `sort: true`. Previously, this would have been treated as `sort: false`. -### Import module naming [[toc](#table-of-content)] +### Import module naming [[toc](#table-of-contents)] Thanks to [@sgvictorino](https://github.com/sgvictorino) in [#14353](https://github.com/nushell/nushell/pull/14353), modules with special characters in their name will be normalized by converting these special characters to underscores (`_`). Previously, it was not possible to use these modules after importing them. -### `table` formatting and the `display_output` hook [[toc](#table-of-content)] +### `table` formatting and the `display_output` hook [[toc](#table-of-contents)] With [#14361](https://github.com/nushell/nushell/pull/14361) by [@132ikl](https://github.com/132ikl) our machinery to format structured now follows a simpler logic. If a `$env.config.hooks.display_output` hook is set, it is fully responsible for formatting the structured data, e.g. by invoking `table` with custom settings. Only if it is not set by `null` will `table` without arguments be run by default. Previously the output logic would invoke `table` regardless on top of the formatting by your `display_output` hook. This avoids some spurious formatting attempts. -### `du` flag changes [[toc](#table-of-content)] +### `du` flag changes [[toc](#table-of-contents)] Thanks to [@WindSoilder](https://github.com/WindSoilder) in [#14407](https://github.com/nushell/nushell/pull/14407), the `du` command shows a more condensed output by default. The `files` and (recursive) `directories` are not shown by default. Use `du --long (-l)` to show these columns. The `--all (-a)` switch has been removed -- Files and directories will both be shown with `--long (-l)`. -### Code specific environment variables updated during `source` [[toc](#table-of-content)] +### Code specific environment variables updated during `source` [[toc](#table-of-contents)] The variables `$env.CURRENT_FILE` and `$env.FILE_PWD` had already been set to the respective file paths whenever a script was executed or module loaded. Similarly `$env.PROCESS_PATH` is set for the execution of a script or module but unset when a module is simply `use`d. With [#14486](https://github.com/nushell/nushell/pull/14486) by [@fdncred](https://github.com/fdncred) `$env.CURRENT_FILE` and `$env.FILE_PWD` will now also be updated when a particular file is included via `source`. Similarly `$env.PROCESS_PATH` will be unset. @@ -520,66 +520,66 @@ source test_source.nu # => $env.PROCESS_PATH = ``` -## Deprecations [[toc](#table-of-content)] +## Deprecations [[toc](#table-of-contents)] -### `split-by` [[toc](#table-of-content)] +### `split-by` [[toc](#table-of-contents)] In [#14019](https://github.com/nushell/nushell/pull/14019), the `split-by` command was deprecated. Instead, please use `group-by` with multiple groupers [as shown above](#group-by-toc). -### `date to-record` and `date to-table` [[toc](#table-of-content)] +### `date to-record` and `date to-table` [[toc](#table-of-contents)] In [#14319](https://github.com/nushell/nushell/pull/14319): - `date to-record` has been deprecated and will be removed in a future release. Please use `into record` in its place. - `date to-table` has been deprecated and will be removed in a future release. Please use `into record | transpose | transpose -r` in its place. -### `do --ignore-shell-errors` and `--ignore-program-errors` [[toc](#table-of-content)] +### `do --ignore-shell-errors` and `--ignore-program-errors` [[toc](#table-of-contents)] Thanks to [@WindSoilder](https://github.com/WindSoilder) in [#14385](https://github.com/nushell/nushell/pull/14385), `--ignore-shell-errors` and `--ignore-program-errors` for the `do` command have been deprecated. Use `--ignore-errors (-i)` instead. -## Removals [[toc](#table-of-content)] +## Removals [[toc](#table-of-contents)] -### `NU_DISABLE_IR` [[toc](#table-of-content)] +### `NU_DISABLE_IR` [[toc](#table-of-contents)] With [#14293](https://github.com/nushell/nushell/pull/14293), the `NU_DISABLE_IR` environment variable is no longer used. Nushell will now always use the new IR evaluator instead of previous AST based evaluator. -## Bug fixes and other changes [[toc](#table-of-content)] +## Bug fixes and other changes [[toc](#table-of-contents)] -### `ls` [[toc](#table-of-content)] +### `ls` [[toc](#table-of-contents)] The `ls` command used to have deterministic output order, but this was broken in 0.94.0. Thanks to [@userwiths](https://github.com/userwiths) in [#13875](https://github.com/nushell/nushell/pull/13875), `ls` output will now be sorted by the `name` column. Future changes to the order of `ls` will be a breaking change. Additionally, thanks to [@sgvictorino](https://github.com/sgvictorino) in [#14310](https://github.com/nushell/nushell/pull/14310), `ls` will now error if there are insufficient permissions to list the current working directory. Previously, `ls` would return empty output. -### `SHLVL` [[toc](#table-of-content)] +### `SHLVL` [[toc](#table-of-contents)] When starting Nushell as an interactive REPL, Nushell will now increment the `SHLVL` environment variable. This change was made in [#14404](https://github.com/nushell/nushell/pull/14404) thanks to [@rikukiix](https://github.com/rikukiix). (Note that it is a known issue that `SHLVL` is still incremented on `exec`.) -### `from` commands [[toc](#table-of-content)] +### `from` commands [[toc](#table-of-contents)] After [#14602](https://github.com/nushell/nushell/pull/14602), the `from` commands now remove the `content_type` pipeline metadata thanks to [@Bahex](https://github.com/Bahex). -### Completions on custom commands [[toc](#table-of-content)] +### Completions on custom commands [[toc](#table-of-contents)] Thanks to [@RobbingDaHood](https://github.com/RobbingDaHood) in [#14481](https://github.com/nushell/nushell/pull/14481), file completions are now triggered once again on custom commands after the first parameter. This was a regression due to the 0.99.x release. -### `seq char` [[toc](#table-of-content)] +### `seq char` [[toc](#table-of-contents)] Thanks to [@anomius](https://github.com/anomius) in [#14261](https://github.com/nushell/nushell/pull/14261), `seq char` now works on any ASCII characters instead of only alphabetical ASCII characters. -### `http` multipart [[toc](#table-of-content)] +### `http` multipart [[toc](#table-of-contents)] The `http` commands now use CRLF when joining headers to match the HTTP specification. This change was made in [#14417](https://github.com/nushell/nushell/pull/14417) thanks to [@Beinsezii](https://github.com/Beinsezii). -### `scope variables` [[toc](#table-of-content)] +### `scope variables` [[toc](#table-of-contents)] `scope variables` now lists constant variables in scope (when using the IR evaluator) thanks to [@sgvictorino](https://github.com/sgvictorino in [#14577](https://github.com/nushell/nushell/pull/14577). -### `help` system [[toc](#table-of-content)] +### `help` system [[toc](#table-of-contents)] [@132ikl](https://github.com/132ikl) fixed a long standing issue in the help system, where commands with the same name but different module paths clashed. Now the `help ` correctly refers to the name of a command like it is visible in the scope through the definitions or `use` imports thanks to [#14490](https://github.com/nushell/nushell/pull/14490). -# Notes for plugin developers [[toc](#table-of-content)] +# Notes for plugin developers [[toc](#table-of-contents)] As part of cleaning up we removed several enum variants actually unused in the core codebase: @@ -588,7 +588,7 @@ As part of cleaning up we removed several enum variants actually unused in the c Furthermore `Value::Filesize` now stores its value in its own `Filesize` type instead of a bare `i64` to avoid confusion about the particular unit. -# Hall of fame [[toc](#table-of-content)] +# Hall of fame [[toc](#table-of-contents)] Thanks to all the contributors below for helping us solve issues, improve documentation, refactor code, and more! :pray: @@ -611,7 +611,7 @@ Thanks to all the contributors below for helping us solve issues, improve docume | [@sgvictorino](https://github.com/sgvictorino) | return accurate type errors from blocks/expressions in type unions | [#14420](https://github.com/nushell/nushell/pull/14420) | | [@zhiburt](https://github.com/zhiburt) | nu-table/ Do footer_inheritance by accounting for rows rather then a f… | [#14380](https://github.com/nushell/nushell/pull/14380) | -# Full changelog [[toc](#table-of-content)] +# Full changelog [[toc](#table-of-contents)] | author | title | link | | ------ | ----- | ---- |