v2.1.0
Full Changelog: v2.0.2...v2.1.0
This release makes the following changes:
- FEAT: Partial redaction for any string value. Great for redacting sensitive parts of XML and plain text API responses
- FEAT: Extended support for non-iterable values, such as URL, Map and Set instances
- FIX: non-iterable values were being stripped from the output when
serialise/serializewas set tofalse - TESTS: additional test coverage
- DOCS: updated README and benchmark results