Skip to content

0.8.0

Compare
Choose a tag to compare
@Anton-4 Anton-4 released this 26 Jan 16:30
· 385 commits to main since this release
0.8.0
0896641

docs

examples

Roc syntax to use this platform:

packages { pf: "https://github.com/roc-lang/basic-cli/releases/download/0.8.0/UObpZ2EODRbZCGWvHzPFzpfWLFLD8pI0cmdUVhqZ6Mg.tar.br" }
  • New features:

    • Added functions Task.seq and Task.forEach #156
    • Added functions Path.isFile, Path.isDir, Path.isSymLink and Path.type #150
    • Proper exit codes #158
  • Bugfixes:

    • Corrected calculation of Utc.toMillisSinceEpoch #159
    • Fixed timeout for Http requests #146 #149
  • Other:

    • Updated to new string interpolation syntax, $() instead of \() #151 #152
    • Anticipate removal of Nat in Roc #161 #163
    • Switch crate-type of platform to the recommended lib instead of rlib #160

Full Changelog: 0.7.1...0.8.0