Skip to content

js-blanket: v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Nov 23:10
5d074a6

1.0.0 (2025-11-19)

Features

  • Add generic redactor for logging library integration (3ccb952)
  • Add Sentry exception handler adapter with automatic PII scrubbing (ee40e3e)
  • Adds core scrubber and initial functional wrapper (edbaf1c)
  • bench: add comprehensive performance benchmarks for core scrubber (1d56ae4)
  • Implement Scrubber class for sensitive data redaction (20b0290)
  • sentry: implement Sentry adapter with comprehensive tests and documentation (f4117c0)

Bug Fixes

  • remove overly-aggressive patterns and presets (43675ee)
  • update package.json for building and publishing (e859733)
  • W-19894449: remove overly-aggressive patterns and presets (#5) (43675ee)

Performance Improvements

  • logging: add comprehensive performance benchmarks for generic logging adapter (55d4d61)

Code Refactoring

  • Remove Sentry integration adapter and examples (f3a408c)
  • sentry: streamline Sentry integration by consolidating initialization and scrubbing logic (47ea979)

Documentation

  • add comprehensive README with full feature documentation (14c58ce)
  • Adds Apache 2.0 license (f7652c4)
  • Adds OSS required documentation (fc59afa)
  • core: add comprehensive JSDoc documentation to core scrubber (790da5d)
  • Documentation updates (9801da7)
  • examples: Add sentry examples and revise logging examples (#3) (23c402b)
  • Fixes typo (a52424e)
  • Fixes typo (f718b2d)
  • logging: add comprehensive logging library integration examples (9c3a8b1)
  • sentry: add comprehensive Sentry integration examples for Node.js and browser (09b3185)
  • Updates readme with full documentation (3f90643)

Tests

  • logging: add comprehensive tests for generic logging adapter (e999190)
  • scrubber: achieve 100% coverage with comprehensive edge case tests (5d92953)
  • types: add comprehensive type safety validation tests (6319dc9)

Continuous Integration

  • adding shared workflow usage for the release of js-blanket to npm (7e33b78)

Miscellaneous Chores

  • Add demo script to package.json for easier testing (2870671)
  • adding shared workflow usage for the release of js-blanket to npm (#8) (7e33b78)
  • Adds github CI workflow, copilot instructions, and PR template (db425e8)
  • Fixed lint-staged formatting file pattern (d52fc57)
  • Fixes for code quality configurations (0d5d1ef)
  • initial repository setup with build tooling and code quality standards (9414006)
  • release 1.0.0 (53704bb)
  • Resolves typescript warnings (b36bf08)
  • Update coverage configuration and add initial tests (cc468ec)
  • update package.json for building and publishing (#6) (e859733)
  • Update release-please configs (#9) (57f2edb)
  • Update TypeScript configuration to include tsBuildInfoFile (bfc146a)