Change Log

This project uses semantic versioning to track version numbers, where backwards incompatible changes (highlighted in bold) bump the major version of the package.

latest changes in development for next release

1.1.0

  • regular expression detection of Social Security Numbers (#17)

  • Added functionality to keep replace_with = "identifier" (#21)

  • several bug fixes, including:

    • inaccurate name detection (#19)

1.0.3

  • minor change to force Detector.filth_cls to exist (#13)

1.0.1

  • several bug fixes, including:
    • installation bug (#12)

1.0.0

  • major update to process Filth in parallel (#11)

0.1.0

  • added skype username scrubbing (#10)
  • added username/password scrubbing (#4)
  • added phone number scrubbing (#3)
  • added URL scrubbing, including URL path removal (#2)
  • make sure unicode is passed to scrubadub (#1)
  • several bug fixes, including:
    • accuracy issues with things like “I can be reached at 312.456.8453” (#8)
    • accuracy issues with usernames that are email addresses (#9)

0.0.1

  • initial release, ported from past projects