Releases: Webklex/sinker
Releases · Webklex/sinker
1.1.0
Fixed
- Improved configuration loading with
loadConfigSyncsupport and better error handling. - Fixed path imports by removing
node:prefix for better compatibility. - Cleaned up reporter logic by extracting formatter into a separate module.
- Renamed sink groups from plural to singular for consistency (e.g., "Cookie Sinks" -> "Cookie Sink").
Added
- Added ESLint plugin support.
- Added minimal output format via
-mor--minimalflag. - Added
--versionor-vflag to display the current version. - Added explicit type annotations across the codebase for better maintainability.
- Added
HtmlScriptBlocktype for better HTML scanning support. - Expanded test suite with additional unit tests for scanners and CLI components.