New release for nushell 0.88.0
This release fixes a vi-mode binding and makes several parts of the history-related API public.
Bugfixes
(Preliminary) changes to the history API
Note: we are considering changes to History
and friends in the near future, so this publication may be preliminary and encounter future changes.
- Allow to construct ReedlineError values from the outside by @ClementNerma in #676
- Allow to build HistoryItemId values from the outside by @ClementNerma in #677
- Make history-related items (de-)serializable by @ClementNerma in #678
Other changes
- Build docs.rs docs with all features by @sholderbach in #672
New Contributors
Full Changelog: v0.26.0...v0.27.0