Skip to content

Releases: domenic/count-to-6

0.7.1

06 Mar 18:36
Compare
Choose a tag to compare

Fixed an issue with the output of backticks in the template strings exercise. (@evelynStraigt)

0.7.0

26 Feb 22:22
Compare
Choose a tag to compare

Localized to French! (@tdd)

Made minor updates to style and format of the problem texts to align with common workshopper conventions. (@tdd)

0.6.2

12 Feb 01:07
Compare
Choose a tag to compare

Fixed a regression introduced in 0.6.1 that broke transpilation, thus breaking everything.

Updated workshopper and workshopper-exercise to their latest versions.

0.6.1

12 Feb 00:48
Compare
Choose a tag to compare

Fixed a typo in the instructions for arrow functions and this (@joshwnj).

Updated a few dependencies, including Workshopper to v1.4.1 and Traceur to v0.0.84. This likely won't affect much. Famous last words; it broke everything. See v0.6.2.

0.6.0

12 Feb 00:46
Compare
Choose a tag to compare

Added arrow functions and this exercise (@Trott)

0.5.3

06 Aug 16:25
Compare
Choose a tag to compare

Fixed typo in the instructions for tagged template strings that guided you toward an incorrect solution. (#17)

0.5.2

24 Jul 15:44
Compare
Choose a tag to compare

Made the solution to tagged template strings slightly more efficient.

0.5.1

30 May 21:21
Compare
Choose a tag to compare

Made count-to-6 run program.js work for default arguments, part 1 as well; I forgot to update it in 0.5.0.

0.5.0

30 May 21:17
Compare
Choose a tag to compare

Made count-to-6 run program.js work for exercises that require writing a module, instead of creating the correct output. (Namely, rest and default arguments, part 2.)

0.4.5

30 May 21:14
Compare
Choose a tag to compare

Minor tweaks based on beta-testing at the second CampJS session.