The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Catalyst::Plugin::HTML::Scrubber

0.07   2023-10-02
- Support exempting from scrubbing based on URL path

0.06   2023-09-20
- Add no_encode_entities option to skip encoding HTML entities

0.05   2023-09-19
- Bugfixes for encoded body processing - GH#4

0.04   2023-09-18
- Recursively scrub parameters in encoded PUT/POST bodies (e.g. JSON)

0.03   2023-07-17
- Support ignore_params to exempt certain parameters from scrubbing
- David Precious (BIGPRESH) taking over maintainership

0.02  Fri Jul 09 11:01:45 2010
        - moose-ified
        - support html_scrub method
        - add tests

0.01  Mon Oct 24 16:56:40 2005
        - first release