Releases: simple-icons/svglint
Releases · simple-icons/svglint
v3.1.0
3.1.0 (2024-11-18)
Features
- Add optional
ignore
option to configuration file pointing to a list of globs of files to ignore (@calixteman at #110)
- Ass optional flag --no-summary to CLI to not print the summary at the end of the report (@calixteman at #111)
v3.0.0
3.0.0 (2024-06-07)
Bug Fixes
- Fix race condition when using the API (#107) (85666c5)
- Typo in error message for missing default export (#97) (d4e3294)
BREAKING CHANGES
- Users consuming the API must call now
Linting().lint()
manually
v2.7.1
2.7.1 (2024-04-01)
Bug Fixes
- raise error when no default export found in config file (#96) (266859d)
v2.7.0
2.7.0 (2024-03-15)
Features
v2.6.0
2.6.0 (2023-10-31)
Features
- look for a default config file in ~/.svglintrc.js (#90) (f15e463)
v2.5.0
2.5.0 (2023-10-31)
Features
v2.4.0
2.4.0 (2023-06-08)
Bug Fixes
- address high severity issue by upgrading
fast-xml-parser
(#83) (a609b86)
Features
v2.3.1
2.3.1 (2023-04-07)
Bug Fixes
- support running CLI in project without config file (#80) (2d0f467)
v2.3.0
2.3.0 (2023-02-24)
Features
- add optional attribute support (#75) (1df672e)
- set exit code depending on what went wrong (#66) (65f16bd)
v2.2.0
2.2.0 (2022-10-22)
Features
- autodiscover ESM and CJS configuration files (#64) (2cceb34)