You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31-31Lines changed: 31 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,64 +15,64 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
15
15
*[#157](https://github.com/exercism/cli/pull/157): Refactored API package - [@Tonkpils](https://github.com/Tonkpils)
16
16
***Your contribution here**
17
17
18
-
## v1.9.2 (Jan 11, 2015)
18
+
## v1.9.2 (2015-01-11)
19
19
20
20
*[exercism.io#2155](https://github.com/exercism/exercism.io/issues/2155): Fixed problem with passed in config file being ignored.
21
21
* Added first version of changelog
22
22
23
-
## v1.9.1 (Jan 10, 2015)
23
+
## v1.9.1 (2015-01-10)
24
24
25
25
*[#147](https://github.com/exercism/cli/pull/147): added `--api` option to exercism configure - [@morphatic](https://github.com/morphatic)
26
26
27
-
## v1.9.0 (Nov 27, 2014)
27
+
## v1.9.0 (2014-11-27)
28
28
29
29
*[#143](https://github.com/exercism/cli/pull/143): added command for downloading a specific solution - [@harimp](https://github.com/harimp)
30
30
*[#142](https://github.com/exercism/cli/pull/142): fixed command name to be `exercism` rather than `cli` on `go get` - [@Tonkpils](https://github.com/Tonkpils)
31
31
32
-
## v1.8.2 (Oct 24, 2014)
32
+
## v1.8.2 (2014-10-24)
33
33
34
34
*[9cbd069](https://github.com/exercism/cli/commit/9cbd06916cc05bbb165e8c2cb00d5e03cb4dbb99): Made path comparison case insensitive
35
35
36
-
## v1.8.1 (Oct 23, 2014)
36
+
## v1.8.1 (2014-10-23)
37
37
38
38
*[0ccc7a4](https://github.com/exercism/cli/commit/0ccc7a479940d2d7bb5e12eab41c91105519f135): Implemented debug flag on submit command
39
39
40
-
## v1.8.0 (Oct 15, 2014)
40
+
## v1.8.0 (2014-10-15)
41
41
42
42
*[#138](https://github.com/exercism/cli/pull/138): Added conversion to line endings for submissions on Windows - [@rprouse](https://github.com/rprouse)
43
43
*[#116](https://github.com/exercism/cli/issues/116): Added support for setting name of config file in an environment variable
44
44
*[47d6fd4](https://github.com/exercism/cli/commit/47d6fd407fd0410f5c81d60172e01e8624608f53): Added a `track` command to list the problems in a given language
45
45
*[#126](https://github.com/exercism/cli/issues/126): Added explanation in `submit` response about fetching the next problems
46
46
*[#133](https://github.com/exercism/cli/pull/133): Changed config command to create the exercism directory, rather than waiting until the first time problems are fetched - [@Tonkpils](https://github.com/Tonkpils)
47
47
48
-
## v1.7.5 (Oct 5, 2014)
48
+
## v1.7.5 (2014-10-5)
49
49
50
50
*[88cf1a1fbc884545dfc10e98535f667e4a43e693](https://github.com/exercism/cli/commit/88cf1a1fbc884545dfc10e98535f667e4a43e693): Added ARMv6 to build
51
51
*[12672c4](https://github.com/exercism/cli/commit/12672c4f695cfe3891f96467619a3615e6d57c34): Added an error message when people submit a file that is not within the exercism directory tree
52
52
*[#128](https://github.com/exercism/cli/pull/128): Made paths os-agnostic in tests - [@ccnp123](https://github.com/ccnp123)
53
53
54
-
## v1.7.4 (Sep 27, 2014)
54
+
## v1.7.4 (2014-09-27)
55
55
56
56
*[4ca3e97](https://github.com/exercism/cli/commit/4ca3e9743f6d421903c91dfa27f4747fb1081392): Fixed incorrect HOME directory on Windows
57
57
*[8bd1a25](https://github.com/exercism/cli/commit/4ca3e9743f6d421903c91dfa27f4747fb1081392): Added ARMv5 to build
58
58
*[#117](https://github.com/exercism/cli/pull/117): Archive windows binaries using zip rather than tar and gzip - [@LegalizeAdulthood](https://github.com/LegalizeAdulthood)
59
59
60
-
## v1.7.3 (Sep 26, 2014)
60
+
## v1.7.3 (2014-09-26)
61
61
62
62
*[8bec393](https://github.com/exercism/cli/commit/8bec39387094680990af7cf438ada1780cf87129): Fixed submit so it can handle symlinks
63
63
64
-
## v1.7.2 (Sep 24, 2014)
64
+
## v1.7.2 (2014-09-24)
65
65
66
66
*[#111](https://github.com/exercism/cli/pull/111): Don't clobber existing config values when adding more - [@jish](https://github.com/jish)
67
67
68
-
## v1.7.1 (Sep 19, 2014)
68
+
## v1.7.1 (2014-09-19)
69
69
70
70
* Completely reorganized the code, separating each command into a separate handler
71
71
*[17fc164](https://github.com/exercism/cli/commit/17fc1644e9fc9ee5aa4e136de11556e65a7b6036): Fixed paths to be platform-independent
72
72
*[8b174e2](https://github.com/exercism/cli/commit/17fc1644e9fc9ee5aa4e136de11556e65a7b6036): Made the output of demo command more helpful
73
73
*[8b174e2](https://github.com/exercism/cli/commit/8b174e2fd8c7a545ea5c47c998ac10c5a7ab371f): Deleted the 'current' command
74
74
75
-
## v1.7.0 (Aug 28, 2014)
75
+
## v1.7.0 (2014-08-28)
76
76
77
77
*[ac6dbfd](https://github.com/exercism/cli/commit/ac6dbfd81a86e7a9a5a9b68521b0226c40d8e813): Added os and architecture to the user agent
78
78
*[5d58fd1](https://github.com/exercism/cli/commit/5d58fd14b9db84fb752b3bf6112123cd6f04c532): Fixed bug in detecting user's home directory
@@ -93,15 +93,15 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
93
93
* Did a fair amount of cleanup to make code a bit more idiomatic
94
94
*[#86](https://github.com/exercism/cli/pull/86): Triggered interactive login command for commands that require auth - [@Tonkpils](https://github.com/Tonkpils)
*[#84](https://github.com/exercism/cli/pull/84): Change hard-coded filepath so that it will work on any platform - [@simonjefford](https://github.com/simonjefford)
103
103
104
-
## v1.6.0 (May 10, 2014)
104
+
## v1.6.0 (2014-05-10)
105
105
106
106
*[#82](https://github.com/exercism/cli/pull/82): Fixed typo in tests - [@srt32](https://github.com/srt32)
107
107
*[aa7446d](https://github.com/exercism/cli/commit/aa7446d598fc894ef329756555c48ef358baf676): Clarified output to user after they fetch
@@ -113,58 +113,58 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
113
113
*[#70](https://github.com/exercism/cli/pull/70): Fixed a panic - [@Tonkpils](https://github.com/Tonkpils)
114
114
*[#68](https://github.com/exercism/cli/pull/68): Fixed how user input is read so that it doesn't stop at the first space - [@Tonkpils](https://github.com/Tonkpils)
115
115
116
-
## v1.5.1 (Mar 14, 2014)
116
+
## v1.5.1 (2014-03-14)
117
117
118
118
*[5b672ee](https://github.com/exercism/cli/commit/5b672ee7bf26859c41de9eed83396b7454286063): Provided a visual mark next to new problems that get fetched
119
119
120
-
## v1.5.0 (Feb 28, 2014)
120
+
## v1.5.0 (2014-02-28)
121
121
122
122
*[#63](https://github.com/exercism/cli/pull/63): Implemeted `fetch` for a single language - [@Tonkpils](https://github.com/Tonkpils)
123
123
*[#62](https://github.com/exercism/cli/pull/62): Expose error message from API to user on `fetch` - [@Tonkpils](https://github.com/Tonkpils)
124
124
*[#59](https://github.com/exercism/cli/pull/59): Added global flag to pass the path to the config file instead of relying on default - [@isbadawi](https://github.com/isbadawi)
125
125
*[#57](https://github.com/exercism/cli/pull/57): Added description to the restore command - [@rcode5](https://github.com/rcode5)
126
126
*[#56](https://github.com/exercism/cli/pull/56): Updated developer instructions in README based on real-life experience - [@rcode5](https://github.com/rcode5)
127
127
128
-
## v1.4.0 (Jan 13, 2014)
128
+
## v1.4.0 (2014-01-13)
129
129
130
130
*[#47](https://github.com/exercism/cli/pull/47): Added 'restore' command to download all of a user's existing solutions with their corresponding problems - [@ebautistabar](https://github.com/ebautistabar)
131
131
* Numerous small fixes and cleanup to code and documentation - [@dpritchett](https://github.com/dpritchett), [@TrevorBramble](https://github.com/TrevorBramble), [@elimisteve](https://github.com/elimisteve)
132
132
133
-
## v1.3.2 (Dec 14, 2013)
133
+
## v1.3.2 (2013-12-14)
134
134
135
135
*[f8dd974](https://github.com/exercism/cli/commit/f8dd9748078b1b191629eae385aaeda8af94305b): Fixed content-type header when posting to API
136
136
* Fixed user-agent string
137
137
138
-
## v1.3.1 (Dec 1, 2013)
138
+
## v1.3.1 (2013-12-01)
139
139
140
140
*[exercism.io#1039](https://github.com/exercism/exercism.io/issues/1039): Stopped clobbering existing files on fetch
141
141
142
-
## v1.3.0 (Nov 16, 2013)
142
+
## v1.3.0 (2013-11-16)
143
143
144
144
*[7f39ee4](https://github.com/exercism/cli/commit/7f39ee4802752925466bc2715790dc965026b09d): Allow users to specify a particular problem when fetching.
145
145
146
-
## v1.2.3 (Nov 13, 2013)
146
+
## v1.2.3 (2013-11-13)
147
147
148
148
*[exercism.io#998](https://github.com/exercism/exercism.io/issues/998): Fix problem with writing an empty config file under certain circumstances.
149
149
150
-
## v1.2.2 (Nov 12, 2013)
150
+
## v1.2.2 (2013-11-12)
151
151
152
152
*[#28](https://github.com/exercism/cli/issues/28): Create exercism directory immediately upon logging in.
153
153
* Upgrade to newer version of [codegangsta/cli](https://github.com/codegansta/cli) library, which returns an error from the main Run() function.
154
154
155
-
## v1.2.1 (Nov 9, 2013)
155
+
## v1.2.1 (2013-11-09)
156
156
157
157
*[371521f](https://github.com/exercism/cli/commit/371521fd97460aa92269831f10dadd467cb06592): Add support for nested directories under the language track directory allowing us to create idiomatic scala, clojure, and other exercises.
158
158
159
-
## v1.2.0 (Nov 7, 2013)
159
+
## v1.2.0 (2013-11-07)
160
160
161
161
*[371521f](https://github.com/exercism/cli/commit/371521fd97460aa92269831f10dadd467cb06592): Consume the new hash of filename => content that the problem API returns.
162
162
163
-
## v1.1.1 (Oct 30, 2013)
163
+
## v1.1.1 (2013-10-20)
164
164
165
165
*[371521f](https://github.com/exercism/cli/commit/371521fd97460aa92269831f10dadd467cb06592): Add output when fetching to tell the user where the files where created.
166
166
167
-
## v1.1.0 (Oct 24, 2013)
167
+
## v1.1.0 (2013-10-24)
168
168
169
169
* Refactor to extract config package
170
170
* Delete stray binary **TODO** we might rewrite history on this one, see [#102](https://github.com/exercism/xgo/issues/102).
@@ -173,28 +173,28 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
173
173
*[#20](https://github.com/exercism/cli/pull/20): Add current command - [@Tonkpils](https://github.com/Tonkpils)
174
174
* Inline refactoring experiment, various cleanup
175
175
176
-
## v1.0.1 (Sep 27, 2013)
176
+
## v1.0.1 (2013-09-27)
177
177
178
178
*[#11](https://github.com/exercism/cli/pull/11): Don't require authentication for demo - [@msgehard](https://github.com/mshegard)
179
179
*[#14](https://github.com/exercism/cli/pull/14): Print out fetched assignments - [@Tonkpils](https://github.com/Tonkpils)
180
180
*[#16](https://github.com/exercism/cli/pull/16): Fix broken submit for relative path names - [@nf](https://github.com/nf)
181
181
* Create a separate demo directory if there's no configured exercism directory
182
182
183
-
## v1.0.0 (Sep 22, 2013)
183
+
## v1.0.0 (2013-09-22)
184
184
185
185
*[#7](https://github.com/exercism/cli/pull/7): Recognize haskell test files
*[#1](https://github.com/exercism/cli/pull/1): Output the location of the config file - [@msgehard](https://github.com/msgehard)
188
188
* Recognize more language test files - [@msgehard](https://github.com/msgehard)
189
189
190
-
## v0.0.27.beta (Aug 25, 2013)
190
+
## v0.0.27.beta (2013-08-25)
191
191
192
192
All changes by [@msgehard](https://github.com/msgehard)
193
193
194
194
* Clean up homedir
195
195
* Add dev instructions to README
196
196
197
-
## v0.0.26.beta (Aug 24, 2013)
197
+
## v0.0.26.beta (2013-08-24)
198
198
199
199
All changes by [@msgehard](https://github.com/msgehard)
0 commit comments