Skip to content

Jo

v0.11.1 Breaking

This release includes 1 breaking change for platform teams planning a safe upgrade.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

Removed support for typed shape expressions.

Full changelog

Added

  • Multiline expression: an expression may continue onto the next line at the
    same or deeper indentation, separated by an infix operator. (#35)
  • Link-only compilation. (#37)
  • bin/install --native builds and installs a native executable launcher for
    faster startup with no JVM dependency, plus a docs guide for converting an
    existing install to native via GraalVM Native Image.

Changed

  • break and continue now have type Bottom, so they type-check in any
    expression position. (#37)
  • jo run logs at a higher level. (#37)

Removed

  • Support for typed shape expressions. (#36)

Fixed

  • runInteractive. (#37)
  • Typos in the language tour. (#36)

Breaking Changes

  • Removed support for typed shape expressions.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Jo

Get notified when new releases ship.

Sign up free

Related context

Earlier breaking changes

  • v0.12.1 Projects must directly declare transitive dependencies previously accessible via link=true sources.

Beta — feedback welcome: [email protected]