🛑 Breaking Changes
🔬 New Features
- Improve help messages for defs with multiple input types
(#134) - The shell supports themes and transparent terminal backgrounds
(#153)
🐛 Bug Fixes
- Fix variable type inferencing when passing variables to
def
s (#115) - Detect trailing command in
let
and suggest a pipe (#113) - Fix error where stronger type guarantees were present (#117)
- Fix def not inferring correct input in
last
(#147) - Fix locals graph needs updating bug (#148)
- Provide more verbose parsing errors (#151)
- Fix CPU spinning with completion prompt open (#152)
- Fix an uncommon variable shadowing bug by reworking the variable sealing system
(#154)
✨ Other Updates
ogma
crate API documentation is now published at https://kdr-aus.github.io/ogma/ogma/ (cf5cc79)- Improve help messages and back end def input type matching
(#141) - Introduce
TypesSet
s into the inferencer (#144) - Fully move to
TypesSets
for more robust type inference
(#145)