Releases: exercism/configlet
Releases · exercism/configlet
4.0.0-alpha.11
Bug fixes
- lint: allow empty
exercises.concept[].concepts
(#272)
4.0.0-alpha.10
This is another release that only affects configlet lint
.
See the top of #265 to see the difference the configlet lint
output between this release and 4.0.0-alpha.9
for the tracks at the time of release.
New features
- lint(track_config): add initial
concepts
checks (#264) - lint(track_config): add initial
exercises
checks (#260)
Bug fixes
4.0.0-alpha.9
4.0.0-alpha.8
4.0.0-alpha.7
4.0.0-alpha.6
4.0.0-alpha.5
Note: Ignore the timestamp above - this release is from 2021-03-10.
New features
- Support
runtime/wasmtime
tag (#195)
4.0.0-alpha.4
New features
- lint: add more linting rules for track config.json (#183)
4.0.0-alpha.3
Bug fixes
- sync: fix for Exercism v3 track structure (#175)
This is the first release of configlet
where the sync
subcommand works with the state of track repos after 2021-02-05.
4.0.0-alpha.2
New features
- lint: check that every concept has the required files (#161)
- lint: begin linting concept exercise
.meta/config.json
files (#169)
Important note
Now that each Exercism track has transitioned to the v3 track structure, the sync
subcommand in this release and 4.0.0-alpha.1
no longer works - it does not correctly detect implemented practice exercises in their new location. This is fixed in 4.0.0-alpha.3
.