Releases: exercism/cli
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.
Minor feature release
This adds the exercism unsubmit command.
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
This release fixes 2 bugs:
- it allows the
exercism democommand to be run without being logged in - it submits the relative path for a submission, allowing the application to detect which exercise it is on
First official release of Go based Exercism Client
This official release contains the basic functionality to allow you to fetch and submit exercism.io exercises.
Make getting the current user a little more stable when cross compiling
Make the getting of the user's home directory more stable when cross compiling.
First beta release of new Go CLI
This is the first release of a new CLI tool for exercism.io. The Go based tool will allow non-Ruby folks to more easily interact with the site.
As this is the first beta release, please expect rough spots. If you find rough spots, please file a bug on the issues page or submit a pull request.
This release requires a fix to be applied to the server to get beta version of CLI tools to work. If you are getting 500's when submitting an assignment, please hold off until the server gets updated. Otherwise, all other functionality should work.
Thanks!