Skip to content

Releases: ericnorris/striptags

Version 2.1.0

02 Jan 01:28
Compare
Choose a tag to compare

Changes:

  • The module is now exported using the UMD pattern. See #8

Version 2.0.4

12 Oct 14:06
Compare
Choose a tag to compare

Changes:

  • #7: Default HTML argument to an empty string.

Version 2.0.3

27 Aug 01:02
Compare
Choose a tag to compare

Changes:

  • #4 Fix bug where output was not correct when there were nested quote characters in an HTML tag.

Version 2.0.2

22 Apr 03:59
Compare
Choose a tag to compare

striptags now supports passing in the allowableTags parameter as an array.

Version 2.0.1

31 Jan 05:14
Compare
Choose a tag to compare

Non-update, just adding tags to the package.json.

Version 2.0.0

17 Jan 21:51
Compare
Choose a tag to compare

Now striptags uses the same state machine based algorithm that PHP 5.5's strip_tags uses.

Version 1.0.0

14 Jan 00:15
Compare
Choose a tag to compare
v1.0.0

Add LICENSE and improve package.json