Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 884 Bytes

CHANGELOG.md

File metadata and controls

26 lines (17 loc) · 884 Bytes

Changelog

v0.2.2 - 2024-09-13

  • Updated dependencies version
  • Transfer project to owlsome-official

v0.2.1 - 2024-04-17

  • Updated dependencies and module version

v0.2.0 - 2024-02-13

  • Updated dependencies and module version

v0.1.0 - 2023-02-14

  • Blind text from abcdefg into axxxxxg (just show only the first and the last character with "x" as mark in the middle)
  • Blinding by specific keys in response body
  • Supported custom mark (default: "x")
  • Debug Mode available via config sensitive.New(sensitive.Config{ DebugMode: true })