Skip to content

v0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 07 May 01:52
· 40 commits to main since this release

🛑 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 accepts Str input: it will supply one character at a time to the predicate.
    (#76)

🐛 Bug Fixes

  • Use a BufWriter around a File to improve save performance.
    (#77)
  • Flush Writer 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 TableRows.
    (#87)
  • Unscoped variables do not return a internal compiler error
    (#102)

✨ Other Updates