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
shared
comments which hadgeneric
instead ofgeneral
in their name. - Fix a bug with the parser that caused some solutions to blow up
- Add
makeParseErrorOutput
andmakeNoSourceOutput
to redirect to a mentor with helpful information
Fix resistor-color-duo helper
0.5.1
- Fix
resistor-color-duo
helper code (withresistor-color
rewrite changed)
Rewrite resistor-color
0.5.0
- Rewrite analyzer for
resistor-color
to matchresistor-color-duo
- Fix
findTopLevelConstants
(which fixes a snapshot forgigasecond
as well)
Fix dependency management for @typescript-eslint deps
0.4.2
- Add
typescript
asdependency
because of typescript-eslint/typescript-eslint#828
Fix resistor-color-duo no-slice solutions
0.4.1
- Add message (fix) to
reduce
solutions withoutslice
- Add
limit_number_of_colors
extra message whenslice
is anmust_add_missing_call
.
Add resistor-color-duo analyzer
0.4.0
- Add analyzer for
resistor-color-duo
- Fix snapshot name for
resistor-color