Releases: exercism/javascript-analyzer
Releases · exercism/javascript-analyzer
v0.16.0: Add exemplar analyzers (#116)
* Add exemplar fixtures * Enable exemplar analyzers * Remove fruit-picker from list
v0.15.0
Update document's links and format (#113)
v0.13.0
Add exemplar analyzer for poetry-club-door-policy
Rename resistor-color-duo export
Rename expected export to decodedValue (#61) Follows https://github.com/exercism/javascript/pull/792 Follows https://github.com/exercism/exercism/issues/5131 The fixtures have to be updated because analyzers don't support versioning yet.
Add parse error and no source commentary
0.6.0
- Fix various
sharedcomments which hadgenericinstead ofgeneralin their name. - Fix a bug with the parser that caused some solutions to blow up
- Add
makeParseErrorOutputandmakeNoSourceOutputto redirect to a mentor with helpful information
Fix resistor-color-duo helper
0.5.1
- Fix
resistor-color-duohelper code (withresistor-colorrewrite changed)
Rewrite resistor-color
0.5.0
- Rewrite analyzer for
resistor-colorto matchresistor-color-duo - Fix
findTopLevelConstants(which fixes a snapshot forgigasecondas well)
Fix dependency management for @typescript-eslint deps
0.4.2
- Add
typescriptasdependencybecause of typescript-eslint/typescript-eslint#828
Fix resistor-color-duo no-slice solutions
0.4.1
- Add message (fix) to
reducesolutions withoutslice - Add
limit_number_of_colorsextra message whensliceis anmust_add_missing_call.
Add resistor-color-duo analyzer
0.4.0
- Add analyzer for
resistor-color-duo - Fix snapshot name for
resistor-color