v5.1.2210 #747
lmorg
announced in
Announcements
v5.1.2210
#747
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Breaking Changes
None.
Deprecation Warnings
Please read out compatibility commitment to understand how features are deprecated.
?
pipe will be deprecated to make way for a the ternary operator. You can achieve the same result with<err> <!out>
, egcommand <err> <!out> parameters... | next-command ...
Features
Features marked as EXPERIMENTAL are provided without assurances of future breaking changes.
new operator:
null-coalescing
, returns the left-most non-null value (read more)new operator:
elvis
returns the left-most non-falsy value (read more)new builtin:
is-null
checks if a variable is undefined or null (read more)new autocomplete:
signal
error message for
$1
variables, for when insufficient parameters passed, has been improvedwebsite: minor stylesheet updates, plus some new images added
Bug Fixes
readline: buffered screen writes to reduce rendering glitches and improve overall responsiveness (issue #744)
autocomplete:
gping
autocomplete updated to support--color
flagSpecial Thanks
Special thank yous for this release goes to the following contributors:
You rock!
This discussion was created from the release v5.1.2210.
Beta Was this translation helpful? Give feedback.
All reactions