Releases: ericnorris/striptags
Releases · ericnorris/striptags
v4.0.0-alpha.4
The following should now work:
import striptags from "striptags";
v3.2.0
v4.0.0-alpha.2
v4.0.0-alpha.1
v3.1.1
Note: this tag was cut a while ago, this release is only for the sake of consistency.
Version 3.0.0
Completely rewritten from the ground up, using some of Node v4+ javascript features. Changes around the state machine aspect should mean an increase in speed.
Now features a streaming mode, where partial HTML can be pumped into a function and stripped HTML is returned.
Version 2.2.1
- Reverting small changes to maintain Node v4+ support
Version 2.2.0
- Includes tagReplacement parameter for replacing tags with text
Version 2.1.2
- Added bower.json
- Signing this tag
Version 2.1.1
Fixes #11.