Skip to content

Releases: exercism/javascript-analyzer

Fix comment template tests

05 Jul 22:15
Compare
Choose a tag to compare

0.3.1

  • Update snapshots
  • Fix comments/parameters.ts test
  • Fix output/toProcessable.ts test

Add gigasecond analyzer

05 Jul 12:42
114d764
Compare
Choose a tag to compare

0.3.0

  • Add analyzer for gigasecond
  • Add --pretty output to pretty print the generated output, off by default.

0.2.1

  • Change --noTemplates output to use %{tag} for tagged template variables,
    instead of %<tag>s.

Switch to templated output by default

03 Jul 15:48
96b360e
Compare
Choose a tag to compare
  • 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).