Releases: jwbay/eslint-snapshot-testing
Releases · jwbay/eslint-snapshot-testing
v2.1.6
2.1.6 (2022-02-12)
Bug Fixes
- support custom parsers in configuration (84831ca)
v2.1.5
2.1.5 (2022-02-12)
Bug Fixes
- surface fatal errors from eslint (bdea4b1)
v2.1.4
2.1.4 (2022-02-12)
Bug Fixes
- account for missing fixture directory when searching for fixtures (e1ee5d5)
v2.1.3
2.1.3 (2021-11-13)
Bug Fixes
- autofix before/after separation marker alignment in snapshots (0985043)
v2.1.2
2.1.2 (2021-11-13)
Bug Fixes
- allow eslint@8 in peer deps (cad9f27)
v2.1.1
2.1.1 (2021-10-02)
Bug Fixes
- update to comment-parser 1.2.4 (38116a3)
v2.1.0
2.1.0 (2021-10-02)
Features
- support testing autofixes (52645a8)
v2.0.0
2.0.0 (2021-08-14)
Bug Fixes
- update to stable comment-parser (7d3504c)
BREAKING CHANGES
- comment-parser requires node v12.20 in engines. Drop node v10 support as a result.
v1.1.0
1.1.0 (2020-08-23)
Bug Fixes
- stop overwriting error markers with adjacent error spans (784592a)
Features
- fully support nested error spans (da48cc0)
v1.0.0
1.0.0 (2020-08-15)
Features