Skip to content

v0.4.0

Compare
Choose a tag to compare
@jodal jodal released this 11 Sep 19:42
  • Add support for method calls with by-name arguments. The old calling convention, "by-position-only", is still the default, but this will change in the future. A warning is printed to the console if you don't explicitly select a calling convention. See the docs for details.