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.13.0
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.14.0
Choose a head ref
  • 19 commits
  • 23 files changed
  • 4 contributors

Commits on Jun 7, 2020

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

Commits on Jun 9, 2020

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

Commits on Jun 13, 2020

  1. test: migrate from mocha to jest

    Update package.json devDependencies:
    
    ```diff
    +jest
    -mocha
    -nyc
    ```
    
    Update package.json scripts and remove `test:coverage:report`
    
    Run `jest-codemods` (https://jestjs.io/docs/en/migration-guide):
    
    ```sh
    jscodeshift -t jest-codemods/dist/transformers/mocha.js . --ignore-pattern node_modules --parser babel
    ```
    
    Rename files under `test` directory
    
    Update eslint, husky, travis, and tsconfig
    remarkablemark committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    48099c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5077d69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f4a9fd View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. Configuration menu
    Copy the full SHA
    6e74b50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    550b2ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29a3230 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da1e89c View commit details
    Browse the repository at this point in the history
  5. test(helpers): refactor render method

    This brings test coverage back to 100%
    remarkablemark committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    9cb48ed View commit details
    Browse the repository at this point in the history
  6. test(html-to-react): refactor forEach to it.each

    And add more test cases
    remarkablemark committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    6bf3526 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c64bb3 View commit details
    Browse the repository at this point in the history
  8. chore(package): add script test:ci; update husky, travis, publish

    `npm run test:ci` passes option `--ci` to `npm test`, which fails
    the test if a new snapshot is encountered.
    remarkablemark committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    e7c5079 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Merge pull request #164 from remarkablemark/test/jest

    test: migrate from mocha to jest
    remarkablemark authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    3a2f26e View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

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

Commits on Sep 10, 2020

  1. feat: export attributesToProps

    cbbfcd authored and huangteng02 committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    00fbef2 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. feat: update readme

    huangteng02 committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    76f8b0c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #174 from cbbfcd/feat/patch-01

    feat: export attributesToProps
    remarkablemark authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    461883e View commit details
    Browse the repository at this point in the history
  3. chore(release): 0.14.0

    remarkablemark committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    c8bdeaa View commit details
    Browse the repository at this point in the history
Loading