Skip to content

Releases: domenic/count-to-6

0.4.4

30 May 21:14
Compare
Choose a tag to compare

Fixed a horrible bug introduced in 0.4.2 that broke the transpilation pipeline, preventing any solutions from being run or verified. Transpilation errors now show up!

0.4.3

30 May 21:12
Compare
Choose a tag to compare

A minor tweak to the rest exercise solution, to use arrow functions since the arrow functions, part 1 lesson takes place before rest.

0.4.2

30 May 21:11
Compare
Choose a tag to compare

Attempted to show compilation errors generated by Traceur, to give a better user experience for syntax errors in the source files.

In reality, this actually broke the entire transpilation pipeline, rendering the package unusable for the next couple of releases.

0.4.1

30 May 21:10
Compare
Choose a tag to compare

Minor tweaks based on beta testing at the first CampJS session.

0.4.0

30 May 21:06
Compare
Choose a tag to compare

Added default arguments, part 1 and default arguments, part 2 exercises. The first shows basic usage with constants; the second shows how you can use expressions, even ones that depend on previous argument values.

0.3.0

30 May 21:06
Compare
Choose a tag to compare

Added arrow functions, part 1 exercise, showing the basics of single-expression arrow functions.

0.2.1

19 May 07:34
Compare
Choose a tag to compare

Fixed a bug that would prevent transpilation errors from being reported correctly.

0.2.0

19 May 07:19
Compare
Choose a tag to compare

Updated all exercises so far based on beta-testing feedback, for clarity.

Added rest exercise, which introduces a new verification paradigm of the submission exporting a function and the program comparing its performance on various inputs versus that of the solution.

Reordered tagged template strings after the rest and spread exercises.

0.1.1

19 May 07:17
Compare
Choose a tag to compare

Fixed installation from npm; apparently "bin" fields in package.json need to include the .js at the end.

0.1.0

19 May 07:17
Compare
Choose a tag to compare

Initial pre-release for some beta testing. Contained the following exercises:

  • Hello ES6
  • Template strings
  • Tagged template strings
  • Spread

Illustrates the basic setup of passing submissions and solutions through Traceur, executing them, and comparing their stdout.