Skip to content

v1.0.0

Choose a tag to compare

@juner juner released this 24 Jul 08:56
· 13 commits to main since this release

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, and getSensitiveValue.
  • SensitiveUnwrappingDialect for unwrapping sensitive parameters before query execution.
  • makeLogging with 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.mts flat config.