Skip to content

Tags: isaacvando/basic-cli

Tags

0.5.0

Toggle 0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request roc-lang#97 from lukewilliamboswell/new-dir-features

Add new Dir features

0.4.0

Toggle 0.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
⚠️ This release requires a version of roc released on July 12 2023 or…

… later.

- New features:
    -  new functions:
        - `Task.batch` roc-lang#45
        - `Stdin.bytes`: reads bytes from stdin. roc-lang#54
        - `Tty.enableRawMode`: disables some default terminal behavior. roc-lang#54
        - `Tty.disableRawMode`: revert to default terminal behavior. roc-lang#54
        - `Sleep.millis`: puts the current thread to sleep for at least the specified amount of time. roc-lang#48
    - new module:
        - `Command`:  to execute commands like in a terminal. roc-lang#55

- Bugfixes:
    - Return the correct exit code from basic-cli main. roc-lang#36
    - Fixed docs generation for basic-cli. roc-lang#28

- Other:
  - Changed main type to `Task {} U32`. roc-lang#52 roc-lang#53
  - Significant expansion and improvement of docs. roc-lang#46
  - Rename of included files: roc-lang/roc#5577
      - macos-x86_64.o ➡️ macos-x64.o
      - linux-x86_64.o ➡️ linux-x64.o
      - linux-x86_64.rh ➡️ linux-x64.rh
      - metadata_linux-x86_64.rm ➡️ metadata_linux-x64.rm

0.4.0-rc1

Toggle 0.4.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request roc-lang#70 from KilianVounckx/panic-disable-raw-mode

Disable raw mode on panic

nightly

Toggle nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request roc-lang#70 from KilianVounckx/panic-disable-raw-mode

Disable raw mode on panic

0.3.2

Toggle 0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
allow manual trigger for nightly tests

0.3.1

Toggle 0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request roc-lang#24 from roc-lang/new-release

new roc version updates

0.3

Toggle 0.3's commit message

Verified

This commit was signed with the committer’s verified signature.
new roc version updates

0.2.1

Toggle 0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request roc-lang#20 from roc-lang/more_run_tests

CI: test output of examples

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request roc-lang#18 from roc-lang/build-fixes

all examples can build now

0.1.4

Toggle 0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request roc-lang#17 from roc-lang/more_ci

More build tests