This week in Nushell #205
Nushell
- jntrnr fixed transpose's input/output types, and fixed prepend's type, and fixed the implied collect type to 'any', and set the rest variable to the correct type, and bumped the version to 0.83
- sholderbach narrowed the signature of
math ceil
/floor
, and fixedmath min
/max
signatures, and fixed signature ofsplit row
, and bumpedtrash
in lockfile due to yank, and pinnedreedline
to0.22.0
release, and fixed signatures for cellpath access of records, and updatednu-ansi-term
,lscolors
, andreedline
, and added Abort type determination for List early, and adjusted signatures for cellpath access of tables, and removedSignature.vectorizes_over_list
entirely, and used explicit in/out list types for vectorized commands, and added explicit input types for vectorizedinto int
form, and fixed output signature ofsplit chars
/words
- amtoine allowed
print
to take data as input again, and changed the signature ofenumerate
toany -> table
, and addedtable -> table
tointo datetime
- WindSoilder fixed append's signature
- fdncred added input_output_type to ansi command, and bumped to dev version 0.83.1
- hustcer fixed command docs deployment for
input listen
Extension
- fdncred created Audit fix
- gaetschwartz created Don't try to read if file doesn't exist
Documentation
- WindSoilder created update doc about env assignment
- mike-ninja created Updated the oh-my-posh setup guide
- amtoine created give real links to our GitHub contributors, and replace
let-env FOO = ...
by$env.FOO = ...
, and Release notes for0.83
- hustcer created Refresh docs for nu v0.83
Nu_Scripts
- amtoine created add a script to bump the version of Nushell, and apply some minor style fixes to the release guide, and add
$.version
topackage.nuon
- sholderbach created Specify that config versions need updating as well
- fj0r created gn allows init git repo in current directory, and use main as default branch
reedline
- sholderbach created Bump version for
0.22
release, and Bumpnu-ansi-term
to 0.49.0