v0.4
🛑 Breaking Changes
- [
to-str
now defaults to full number formatting with optional formatting string
(https://github.com//pull/85) - Output inference is somewhat smarter for variadic cmds.
(#101)
It does place stricter typing constraints on+ - * / min max
.
🔬 New Features
#b
-- Newline constant (b for break) (#75)filter
now acceptsStr
input: it will supply one character at a time to the predicate.
(#76)
🐛 Bug Fixes
- Use a
BufWriter
around aFile
to improvesave
performance.
(#77) - Flush
Write
r once finished writing. (#78) - Fixes (#15) with new compilation engine.
- Output better error messages for unmatched commands (#86)
- Dot operator now infers output type when used with
TableRow
s.
(#87) - Unscoped variables do not return a internal compiler error
(#102)
✨ Other Updates