Skip to content

Latest commit

 

History

History
125 lines (86 loc) · 8.85 KB

File metadata and controls

125 lines (86 loc) · 8.85 KB

Next Release


  • #151: Expand '~' in config path to home directory - @lcowell
  • Stop supporting legacy config files (~/.exercism.go)
  • Deleted deprecated login/logout commands
  • Deleted deprecated key names in config
  • #153: Refactored configuration package - @kytrinyx
  • Your contribution here

v1.9.2 (Jan 11, 2015)

  • exercism.io#2155: Fixed problem with passed in config file being ignored.
  • Added first version of changelog

v1.9.1 (Jan 10, 2015)

v1.9.0 (Nov 27, 2014)

  • #143: added command for downloading a specific solution - @harimp
  • #142: fixed command name to be exercism rather than cli on go get - @Tonkpils

v1.8.2 (Oct 24, 2014)

  • 9cbd069: Made path comparison case insensitive

v1.8.1 (Oct 23, 2014)

  • 0ccc7a4: Implemented debug flag on submit command

v1.8.0 (Oct 15, 2014)

  • #138: Added conversion to line endings for submissions on Windows - @rprouse
  • #116: Added support for setting name of config file in an environment variable
  • 47d6fd4: Added a track command to list the problems in a given language
  • #126: Added explanation in submit response about fetching the next problems
  • #133: Changed config command to create the exercism directory, rather than waiting until the first time problems are fetched - @Tonkpils

v1.7.5 (Oct 5, 2014)

v1.7.4 (Sep 27, 2014)

v1.7.3 (Sep 26, 2014)

  • 8bec393: Fixed submit so it can handle symlinks

v1.7.2 (Sep 24, 2014)

  • #111: Don't clobber existing config values when adding more - @jish

v1.7.1 (Sep 19, 2014)

  • Completely reorganized the code, separating each command into a separate handler
  • 17fc164: Fixed paths to be platform-independent
  • 8b174e2: Made the output of demo command more helpful
  • 8b174e2: Deleted the 'current' command

v1.7.0 (Aug 28, 2014)

  • ac6dbfd: Added os and architecture to the user agent
  • 5d58fd1: Fixed bug in detecting user's home directory
  • #100: Added 'debug' command, which supersedes the 'info' command - @Tonkpils
  • Extracted a couple of commands into separate handlers
  • 6ec5876: Added a hack to rename old config files to the new default name
  • bb7d0d6: Rename 'home' command to 'info'
  • #95: Added 'home' command
  • Deprecate login/logout commands
  • 1a39134: Changed demo to write exercises to the default exercism problems directory
  • 07cc334: Deleted the whoami command, we weren't using github usernames for anything
  • #97: Changed default exercism directory to ~/exercism - @lcowell
  • #94: Updated language detection to handle C++ - @LegalizeAdulthood
  • #92: Renamed config json file to .exercism.json instead of .exercism.go - @lcowell
  • f55653f: Deleted go vet from travis build temporarily until the codebase can be cleaned up
  • #91: Replaced temp file usage with encode/decode - @lcowell
  • #90: Added sanitization to config values to trim whitespace before writing it - @lcowell
  • Did a fair amount of cleanup to make code a bit more idiomatic
  • #86: Triggered interactive login command for commands that require auth - @Tonkpils

v1.6.2 (Jun 2, 2014)

v1.6.1 (May 16, 2014)

  • #84: Change hard-coded filepath so that it will work on any platform - @simonjefford

v1.6.0 (May 10, 2014)

v1.5.1 (Mar 14, 2014)

  • 5b672ee: Provided a visual mark next to new problems that get fetched

v1.5.0 (Feb 28, 2014)

  • #63: Implemeted fetch for a single language - @Tonkpils
  • #62: Expose error message from API to user on fetch - @Tonkpils
  • #59: Added global flag to pass the path to the config file instead of relying on default - @isbadawi
  • #57: Added description to the restore command - @rcode5
  • #56: Updated developer instructions in README based on real-life experience - @rcode5

WIP - I'm slowly building up the full changelog history for the project.