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: remarkablemark/html-react-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Choose a base ref
...
head repository: remarkablemark/html-react-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.2
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 17, 2017

  1. Decode HTML entities by default on node/server

    Set parser options `decodeEntities` to true for `html-dom-parser`,
    which gets passed to `htmlparser2`.
    
    Write test to confirm that entities passed to React element's
    children are decoded (but they will still be encoded when rendered
    by ReactDOMServer).
    remarkablemark committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    68a5169 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2017

  1. Merge pull request #35 from remarkablemark/decode-entities

    Decode HTML entities by default on node
    remarkablemark authored Jan 26, 2017
    Configuration menu
    Copy the full SHA
    1d6bf11 View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.3.2

    Decode HTML entities by default in `htmlparser2` (#34)
    remarkablemark committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    4642da7 View commit details
    Browse the repository at this point in the history
Loading