Skip to content

Releases: roc-lang/basic-cli

0.15.0

27 Aug 17:37
0.15.0
2a01a72
Compare
Choose a tag to compare

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

docs

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

0.14.0

23 Aug 12:38
0.14.0
8dea470
Compare
Choose a tag to compare

⚠️ This release requires a version of Roc released between August 23 and August 30 2024.

docs

examples

Roc syntax to use this platform:

app [main] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.14.0/dC5ceT962N_4jmoyoffVdphJ_4GlW3YMhAPyGPr-nU0.tar.br" }

What's Changed

  • Make Tcp use a heap like File #237

  • Replace deprecated backpassing, use new ? syntax #244

  • fix docs examples for File.readBytes and File.readUtf8 #238

  • support cargo debug build in build.roc #239

Full Changelog: 0.13.0...0.14.0

0.13.0

27 Jul 13:45
0.13.0
4b9c928
Compare
Choose a tag to compare

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

docs

examples

Roc syntax to use this platform:

app [main] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.13.0/nW9yMRtZuCYf1Oa9vbE5XoirMwzLbtoSgv7NGhUlqYA.tar.br" }

What's Changed

  • basic-cli now handles building itself using a build.roc file #194
  • Automatic file closing, better file reading #230
  • Update Arg module to new record builder syntax #227

Full Changelog: 0.12.0...0.13.0

0.12.0

09 Jul 16:39
0.12.0
5c03ba6
Compare
Choose a tag to compare

⚠️ This release requires a version of Roc released on June 10 2024 or later.

docs

examples

Roc syntax to use this platform:

app [main] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.12.0/Lb8EgiejTUzbggO2HVVuPJFkwvvsfW6LojkLR20kTVE.tar.br" }

What's Changed

Breaking Changes

Other

  • Upgraded Rust to 1.79 #216

Full Changelog: 0.11.0...0.12.0

0.11.0

07 May 11:47
0.11.0
8532149
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.10.0...0.11.0

0.10.0

28 Apr 10:43
0.10.0
dd70c1f
Compare
Choose a tag to compare

⚠️ This release requires a version of Roc released on April 15 2024 or later.

docs

examples

Roc syntax to use this platform:

app [main] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.10.0/vNe6s9hWzoTZtFmNkvEICPErI9ptji_ySjicO6CkucY.tar.br" }

What's Changed

Breaking changes

  • Update type of main from Task {} I32 to Task {} [Exit I32 Str]_, see #184 and #188. Where you used Task.err 1 in the past, you would now use something like Task.err (Exit 1 "unable to read file: $(msg)").

  • New error pattern in API #188, for example:

# old
deleteEmpty : Path -> Task {} IOError
# new
deleteEmpty : Path -> Task {} [DirErr Err]

# old
output : Cmd -> Task Output (Output, Error)
# new
output : Cmd -> Task Output [CmdOutputError (Output, Err)]

Other

  • Used Roc's new ! syntax all over #184
  • Added convenience function Task.result #182
  • minor fix in examples/dir.roc #195
  • Remove unused Effect type import in Path.roc #183

Full Changelog: 0.9.1...0.10.0

0.9.1

23 Apr 14:50
0.9.1
8b097e2
Compare
Choose a tag to compare

⚠️ This release requires a version of Roc released on April 15 2024 or later.

docs

examples

Roc syntax to use this platform:

packages { pf: "https://github.com/roc-lang/basic-cli/releases/download/0.9.1/y_Ww7a2_ZGjp0ZTt9Y_pNdSqqMRdMLzHMKfdN8LWidk.tar.br" }

What's changed

  • Removed unused Effect type import in Path.roc #183

Full Changelog: 0.9.0...0.9.1

0.9.0

12 Apr 17:52
0850c76
Compare
Choose a tag to compare

⚠️ This release requires a version of Roc released on April 15 2024 or later.

docs

examples

Roc syntax to use this platform:

packages { pf: "https://github.com/roc-lang/basic-cli/releases/download/0.9.0/oKWkaruh2zXxin_xfsYsCJobH1tO8_JvNkFzDwwzNUQ.tar.br" }
  • Breaking changes:

    • Utc now uses signed integer (#167)
    • Http.send now return Response instead of Str (#175)
    • Setting content-type header was adjusted to avoid conflicts (#179)
    • Decoder changes matching Roc language changes (#176)
  • Other:

    • Better error messages (#173, #174)
    • Docs improvement (#177)

New Contributors ❤️

Full Changelog: 0.8.1...0.9.0

0.8.1

26 Jan 19:23
0.8.1
7171874
Compare
Choose a tag to compare

docs

examples

Roc syntax to use this platform:

packages { pf: "https://github.com/roc-lang/basic-cli/releases/download/0.8.1/x8URkvfyi9I0QhmVG98roKBUs_AZRkLFwFJVJ3942YA.tar.br" }

Bugfix:

  • Use InternalTask inside platform/Task.roc #164

0.8.0

26 Jan 16:30
0.8.0