Skip to content

v0.15.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@bobgarner bobgarner released this 22 Oct 14:00
· 25 commits to main since this release

The install instruction changed to require files being installed to have the .eml extension - in addition to the file's native extension. For example, SomeSourceFile.java.eml. After using $[install "SomeSourceFile.java" "somedir"] it will be installed as SomeSourceFile.java`.

A new assert instruction was added to make it easier to generate error messaging (see docs).