v1.0.0
Changelog
All notable changes to this project will be documented in this file.
[1.0.0] - 2026-07-24
Added
- Initial standalone release of
kysely-sensitive-param. SensitiveParam,markSensitive,isSensitive, andgetSensitiveValue.SensitiveUnwrappingDialectfor unwrapping sensitive parameters before query execution.makeLoggingwith configurable sensitive placeholders.- Vitest coverage for
SensitiveParam, logging behavior, and dialect wrapping behavior. - GitHub Actions workflow for lint, typecheck, test, and build.
- ESLint setup using an
eslint.config.mtsflat config.