Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ericnorris/striptags
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.1
Choose a base ref
...
head repository: ericnorris/striptags
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.0
Choose a head ref
  • 18 commits
  • 7 files changed
  • 3 contributors

Commits on Jan 27, 2017

  1. Rewrite core module.

    This version includes the ability for a streaming mode where text is
    pumped into a function and plaintext comes out. It should still be
    compatible with Node v4+ as it avoids using default parameters or
    object destructuring.
    ericnorris committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    dd1ed03 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2017

  1. Configuration menu
    Copy the full SHA
    969cebd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86e95d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2017

  1. Configuration menu
    Copy the full SHA
    adf53b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb4d1f0 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    ericnorris authored Feb 1, 2017
    Configuration menu
    Copy the full SHA
    9d9a804 View commit details
    Browse the repository at this point in the history
  4. v3.0.0

    ericnorris committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    cd53825 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2017

  1. Fix AMD bindings and fix AMD test.

    v3.0.0 incorrectly passed the striptags function to `define`,
    when it should have passed in a module factory that returns the
    striptags function. See #24.
    ericnorris committed Feb 5, 2017
    Configuration menu
    Copy the full SHA
    517fd77 View commit details
    Browse the repository at this point in the history
  2. v3.0.1

    ericnorris committed Feb 5, 2017
    Configuration menu
    Copy the full SHA
    7427951 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2017

  1. Add notice about uglifyjs issues

    Closes #27. Unfortunately uglifyjs does not support ES6 in the master branch.
    ericnorris authored Mar 10, 2017
    Configuration menu
    Copy the full SHA
    7179485 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2017

  1. Fix typo in README.md

    Oops.
    ericnorris authored Mar 12, 2017
    Configuration menu
    Copy the full SHA
    5eb9357 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2017

  1. Configuration menu
    Copy the full SHA
    9ed9eb0 View commit details
    Browse the repository at this point in the history
  2. v3.1.0

    ericnorris committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    94ceaf6 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. add typings

    xavdid authored and ericnorris committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    f80b3b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2017

  1. v3.1.1

    ericnorris committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    127f2fb View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2018

  1. Update README.md example output

    Closes #51.
    ericnorris authored Sep 22, 2018
    Configuration menu
    Copy the full SHA
    27a5dd9 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    2719515 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Merge pull request from GHSA-qxg5-2qff-p49r

    fix: throw TypeError if 'html' is non-string argument
    ericnorris authored Jun 18, 2021
    Configuration menu
    Copy the full SHA
    f252a6b View commit details
    Browse the repository at this point in the history
Loading