Releases: domenic/count-to-6
Releases · domenic/count-to-6
0.7.1
Fixed an issue with the output of backticks in the template strings exercise. (@evelynStraigt)
0.7.0
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
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
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
Added arrow functions and this exercise (@Trott)
0.5.3
Fixed typo in the instructions for tagged template strings that guided you toward an incorrect solution. (#17)
0.5.2
Made the solution to tagged template strings slightly more efficient.
0.5.1
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
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
Minor tweaks based on beta-testing at the second CampJS session.