Skip to content

Releases: exercism/cli

Minor feature release

28 Feb 19:47
Compare
Choose a tag to compare

This release

  • displays API error messages to the user, and
  • adds the possibility of filtering the exercism current command by language (exercism current ruby)

See http://cli.exercism.io for install instructions.

Minor feature release

14 Jan 00:27
Compare
Choose a tag to compare

This release adds the exercism restore command, which will download all of your completed and current exercises (README, test suite, and most recent revision).

See http://cli.exercism.io for installation instructions.

Bugfix Release

14 Dec 23:26
Compare
Choose a tag to compare

Set the correct Content-Type header on the request.

Note: If you are using Mac OS X choose one of the darwin binaries. If you're unsure of whether it's a 32 bit (386) or 64 bit (amd64) then take a look at this page.

Bugfix Release

01 Dec 17:24
Compare
Choose a tag to compare

When running exercism fetch, files that were previously fetched would get overwritten. This is particularly annoying if you've edited the test suite, or if you were working off of a stub file.

See exercism/exercism#1039

Note: If you are using Mac OS X choose one of the darwin binaries. If you're unsure of whether it's a 32 bit (386) or 64 bit (amd64) then take a look at this page.

Minor feature release

16 Nov 21:19
Compare
Choose a tag to compare

This adds options to the fetch command, allowing you to fetch a specific exercise:

exercism fetch ruby food-chain

As before, you can get your current exercises with:

exercism fetch

Note: If you are using Mac OS X choose one of the darwin binaries. If you're unsure of whether it's a 32 bit (386) or 64 bit (amd64) then take a look at this page.

Bugfix Release

13 Nov 18:16
Compare
Choose a tag to compare

Fix login issue when choosing default directory.

Note: If you are using Mac OS X choose one of the darwin binaries. If you're unsure of whether it's a 32 bit (386) or 64 bit (amd64) then take a look at this page.

Bugfix Release

13 Nov 03:15
Compare
Choose a tag to compare

Create exercism project directory on exercism login.

Note: If you are using Mac OS X choose one of the darwin binaries. If you're unsure of whether it's a 32 bit (386) or 64 bit (amd64) then take a look at this page.

Bugfix Release

09 Nov 14:58
Compare
Choose a tag to compare

Support directory trees in assignments (particularly important for JVM languages like Scala).

Note: If you are using Mac OS X choose one of the darwin binaries. If you're unsure of whether it's a 32 bit (386) or 64 bit (amd64) then take a look at this page.

Minor feature release

08 Nov 05:19
Compare
Choose a tag to compare

This release adds support for assignments that include additional files, such as stub files.

Note: If you are using Mac OS X choose one of the darwin binaries. If you're unsure of whether it's a 32 bit (386) or 64 bit (amd64) then take a look at this page.

Bugfix Release

30 Oct 13:50
Compare
Choose a tag to compare

Fixes exercism/exercism#909

Note: If you are using Mac OS X choose one of the darwin binaries. If you're unsure of whether it's a 32 bit (386) or 64 bit (amd64) then take a look at this page.