Skip to content

0.15.0

Choose a tag to compare

@Anton-4 Anton-4 released this 27 Aug 17:37
0.15.0
2a01a72

⚠️ This release requires a version of Roc released on August 31 2024 or later.

docs -> see doc.tar.gz in assets down below

examples

Roc syntax to use this platform:

app [main] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.15.0/SlwdbJ-3GR7uBWQo6zlmYWNYOxnvo8r6YABXD-45UOw.tar.br" }

Breaking changes

  • Use builtin Task #217

Upgrade Notes

Task is now builtin in Roc, to upgrade to this release you probably just need to remove Task imports like this one:

import pf.Task exposing [Task]

You may also need to change someTime = Utc.now! to someTime = Utc.now! {}

Full Changelog: 0.14.0...0.15.0