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.10.3
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.10.4
Choose a head ref
  • 7 commits
  • 8 files changed
  • 2 contributors

Commits on May 25, 2020

  1. Configuration menu
    Copy the full SHA
    ef04eff View commit details
    Browse the repository at this point in the history
  2. test(attributes-to-props): test that CSS comment is not parsed

    This helps improve test coverage for `attributes-to-props.js`.
    
    Move empty style test to its own it block.
    remarkablemark committed May 25, 2020
    Configuration menu
    Copy the full SHA
    0c27987 View commit details
    Browse the repository at this point in the history
  3. refactor(attributes-to-props): remove string type check in cssToJs

    Since it does not provide any value as style is either undefined,
    null, or string.
    remarkablemark committed May 25, 2020
    Configuration menu
    Copy the full SHA
    77a108b View commit details
    Browse the repository at this point in the history
  4. test(dom-to-react): tidy tests and add case for single node replace

    This gets coverage to 100%.
    remarkablemark committed May 25, 2020
    Configuration menu
    Copy the full SHA
    452f6be View commit details
    Browse the repository at this point in the history
  5. ci(travis): move coveralls script from package.json to .travis.yml

    Use `npx` so we can remove `coveralls` from devDependencies
    remarkablemark committed May 25, 2020
    Configuration menu
    Copy the full SHA
    aeed1bf View commit details
    Browse the repository at this point in the history
  6. Merge pull request #156 from remarkablemark/test/coverage

    test: refactor and add missing tests, get coverage to 100%
    remarkablemark authored May 25, 2020
    Configuration menu
    Copy the full SHA
    74931e4 View commit details
    Browse the repository at this point in the history
  7. chore(release): 0.10.4

    remarkablemark committed May 25, 2020
    Configuration menu
    Copy the full SHA
    598f9eb View commit details
    Browse the repository at this point in the history
Loading