Releases: ericnorris/striptags
Releases · ericnorris/striptags
Version 2.1.0
Changes:
- The module is now exported using the UMD pattern. See #8
Version 2.0.4
Changes:
- #7: Default HTML argument to an empty string.
Version 2.0.3
Changes:
- #4 Fix bug where output was not correct when there were nested quote characters in an HTML tag.
Version 2.0.2
striptags now supports passing in the allowableTags parameter as an array.
Version 2.0.1
Non-update, just adding tags to the package.json.
Version 2.0.0
Now striptags uses the same state machine based algorithm that PHP 5.5's strip_tags uses.
Version 1.0.0
v1.0.0 Add LICENSE and improve package.json