Releases: exercism/javascript-analyzer
Releases · exercism/javascript-analyzer
Fix comment template tests
0.3.1
- Update snapshots
- Fix
comments/parameters.tstest - Fix
output/toProcessable.tstest
Add gigasecond analyzer
0.3.0
- Add analyzer for
gigasecond - Add
--prettyoutput to pretty print the generated output, off by default.
0.2.1
- Change
--noTemplatesoutput to use%{tag}for tagged template variables,
instead of%<tag>s.
Switch to templated output by default
- Per exercism/automated-analysis#53,
Merge "approve_as_optimal" and "approve_with_comment" into a single status
"approve", and rename the "disapprove_with_comment" status to "disapprove". - Switch to template output by default (changing the run flag from templates to
noTemplates).