Releases: domenic/count-to-6
0.4.4
0.4.3
0.4.2
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
0.4.0
0.3.0
0.2.1
0.2.0
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
0.1.0
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.