Skip to content

0.9.0

Latest
Compare
Choose a tag to compare
@Anton-4 Anton-4 released this 31 Aug 13:33
· 40 commits to main since this release
0.9.0
b59126f

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

examples

Roc syntax to use this platform:

app [main] { pf: platform "https://github.com/roc-lang/basic-webserver/releases/download/0.9.0/taU2jQuBf-wB8EJb0hAkrYLYOGacUU5Y9reiHG45IY4.tar.br" }

What's Changed

  • Use builtin Task #58
  • added multipart/form-data parsing #70

Full Changelog: 0.8.0...0.9.0

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]