- jt added additional assignment operators, and Add support for while loops, and Allow field assignment into the env variable, and Update README re: typechecking, and Fix environment conversions, and Limited mutable variables, and Convert 'for' to a statement, and Split blocks and closures, and Turn off foreground processes on macOS, and bump to 0.71, use 1.63 toolchain
- denstiny fixed (#7097): let-env should not be able to set PWD
- rgwood improved
rm
error message when file not found, and Remove --separator fromseq date
, and Fix CI failures after PR merge conflicts, and Simplifyseq char
, and Make seq output type consistent (by removing flags), and Require input fordate format
, and Remove --predicate flag fromfind
, and Require column name(s) insort-by
, and Proposal: Remove the sqlparser SQLite commands - fdncred fixed plugin detection in help commands, and add commented out mold linker usage, and use path.try_exist() to fix silent errors, and bump to dev release 0.71.1, and return value::int instead of value::record in
history session
, and Revert "Fix for escaping backslashes in interpolated strings (fixes #6737)" - dandavison fixed command_type classification, and Collapse some
help commands
columns into a single column, and Add accidentally missing tests of some command examples , and Add an expected result to date format test, and Declare input and output types of commands - dmatos2012 fixed overflow on negative bytes
- webbedspace replaced all instances of 'column path' in
help
messages with 'cell path', and Addhelp
warnings forpath exists
andpath type
regarding usage, and Fixed $in inwhere
blocks - raccmonteiro created command
open
returns error when does not have parameters (#7048), and Type validation forheaders
command (#6918) - sholderbach pinned reedline to
0.14.0
release, and Make the example names unique across workspace, and Update reedline, and Make example binaries proper cargo examples - 1Kinoti added some search-terms to the
platform
category - gavinfoley fixed for escaping backslashes in interpolated strings (fixes #6737)
- kubouch updated contributing guide and PR template
- WindSoilder created Dependency update: update polar to 0.25, and make
take
behave likefirst
- PerBothner created New "display_output" hook.
- nibon7 fixed ignore-errors for select
- melMass created fix: ⚡️ add path for arm brew
- hustcer created Refresh commands docs for nu v0.71
- hbt created fix 404 link
- kubouch created Add review process change
- webbedspace created Fix let-env Path example to be accurate for Windows, and Update types_of_data.md, and Updated working_with_strings.md (closes #640)
- PerBothner created Document display_output hook
- sholderbach created Release notes for nushell 0.71
- taooceros created Fix undetected windows enviroment
- sholderbach created Use
Box::default()
in more places, and Prepare the0.14.0
release - perlindgren created Custom validator and prompt code examples