Releases: exercism/cli
Minor feature release
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
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
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
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.
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
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
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
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
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
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
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.