0.15.0
docs -> see doc.tar.gz in assets down below
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