Skip to content

v0.4.0

Compare
Choose a tag to compare
@matt-cornell matt-cornell released this 10 Apr 23:01
· 700 commits to main since this release
6aee99d

What's Changed

  • &? and |? return bool if the second value's type is not convertible from bool (#55)
  • if/else returns null if the types are incompatible (#55)
  • <<, <=, <<=, >>, >=, and >>= can all be used properly (#56)
  • &? and |? don't break locations (#56)
  • Tuples have been added (#57)
  • Casts have higher precedence than assignment (#58)

Full Changelog: 0.3.2...0.4.0