Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] Add support for censoring XML, HTML and raw text response bodies #52

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    3265114 View commit details
    Browse the repository at this point in the history
  2. - Activate XML censoring

    nwithan8 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    f9997ba View commit details
    Browse the repository at this point in the history
  3. - Make CensorElement abstract, users need to use KeyCensorElement, Re…

    …gexCensorElement or TextCensorElement
    
    - Add support for censoring raw text/HTML response bodies
    - Add unit test to confirm raw text censoring working as excepted
    nwithan8 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    c47d4a3 View commit details
    Browse the repository at this point in the history
  4. - Linting

    nwithan8 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    a6d4473 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. - Unit tests to confirm different censoring utilities work for differ…

    …ent body types
    
    - Remove legacy censor creation methods in favor of new methods
    - Update CHANGELOG to clarify breaking change, usage recommendations
    - Update README with new method of creating censors
    - Bump source code to C# 9
    nwithan8 committed May 20, 2023
    Configuration menu
    Copy the full SHA
    84e831f View commit details
    Browse the repository at this point in the history
  2. - Linting

    nwithan8 committed May 20, 2023
    Configuration menu
    Copy the full SHA
    2e5dbb1 View commit details
    Browse the repository at this point in the history