Skip to content

Releases: exercism/cli

Patch Release - improve error message on failed submit

06 Oct 04:08
Compare
Choose a tag to compare

Check out the documentation for detailed installation instructions. There's a screencast for mac and for windows.

Patch Release - fix bug in windows home dir

03 Oct 05:00
Compare
Choose a tag to compare

Check out the documentation for detailed installation instructions. There's a screencast for mac and for windows.

Patch Release - handle symlinks in exercism dir

26 Sep 14:51
Compare
Choose a tag to compare

This release fixes a bug where the submitted file lives in a symlinked directory.

See http://cli.exercism.io for basic usage information.

Patch Release

24 Sep 15:22
Compare
Choose a tag to compare

This release doesn't clobber existing config values when running the configure command.

See http://cli.exercism.io for basic usage information.

Patch Release

20 Sep 03:47
Compare
Choose a tag to compare

This improves the messaging (feedback, error handling).

Minor release

28 Aug 15:07
Compare
Choose a tag to compare

This adds two commands:

  • configure which lets you set the config values non-interactively, and
  • debug which outputs some useful debug information in the case of errors.

Patch Release

02 Jun 21:46
Compare
Choose a tag to compare

This updates the language during the login process, in the hopes that it makes it easier to get the API key right.

If you are working on a Raspberry PI, choose linux/arm5.

Patch Release

16 May 15:10
Compare
Choose a tag to compare

This release fixes the path on windows machines.

Minor release

11 May 01:20
Compare
Choose a tag to compare

This adds new a new option to the fetch command: exercism fetch LANGUAGE, which will fetch whatever is current for the user in that particular language.

Patch release

14 Mar 00:43
Compare
Choose a tag to compare

The API no longer submits the list of exercises in the order that they were completed, which made it difficult to identify the exercises for which you've not written any code. This adds an identifying marker in order to highlight fresh exercises.

See cli.exercism.io for documentation/installation instructions.