htmlwhitelist 0.3.0
htmlwhitelist: ^0.3.0 copied to clipboard
This library can be used to clean up html.
0.3.0 #
- Replaced
AddAttributebyAttributeCollectorfor more flexibility in the generated attributes - Renamed
forceAttributetosetAttributeto better reflect what it does - The
originalAttributesare now in source order and unmodifiable
0.2.1 #
- Tweaks in implementation
0.2.0 #
- Added documentation
- Added tests
- Removed
whenfromforceAttribute - Added
whentoWhitelist.tags,Whitelist.attributesandWhitelist.extraAttributes - Several minor improvements
0.1.0 #
- Initial implementation