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: v1.4.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: v1.4.4
Choose a head ref
  • 20 commits
  • 7 files changed
  • 5 contributors

Commits on Dec 14, 2021

  1. build(deps-dev): bump @typescript-eslint/parser from 5.6.0 to 5.7.0

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.6.0 to 5.7.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.7.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    855b71b View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump typescript from 4.5.3 to 4.5.4

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.3 to 4.5.4.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.3...v4.5.4)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    3fc95b4 View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump jest from 27.4.4 to 27.4.5

    Bumps [jest](https://github.com/facebook/jest) from 27.4.4 to 27.4.5.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](jestjs/jest@v27.4.4...v27.4.5)
    
    ---
    updated-dependencies:
    - dependency-name: jest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    294487f View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump @rollup/plugin-node-resolve from 13.0.6 to 13.1.1

    Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 13.0.6 to 13.1.1.
    - [Release notes](https://github.com/rollup/plugins/releases)
    - [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
    - [Commits](https://github.com/rollup/plugins/commits/node-resolve-v13.1.1/packages/node-resolve)
    
    ---
    updated-dependencies:
    - dependency-name: "@rollup/plugin-node-resolve"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    7456881 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #390 from remarkablemark/dependabot/npm_and_yarn/t…

    …ypescript-eslint/parser-5.7.0
    
    build(deps-dev): bump @typescript-eslint/parser from 5.6.0 to 5.7.0
    mergify[bot] authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    126f7a0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #391 from remarkablemark/dependabot/npm_and_yarn/t…

    …ypescript-4.5.4
    
    build(deps-dev): bump typescript from 4.5.3 to 4.5.4
    mergify[bot] authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    c1d12e7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #392 from remarkablemark/dependabot/npm_and_yarn/j…

    …est-27.4.5
    
    build(deps-dev): bump jest from 27.4.4 to 27.4.5
    mergify[bot] authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    ab89a6e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #393 from remarkablemark/dependabot/npm_and_yarn/r…

    …ollup/plugin-node-resolve-13.1.1
    
    build(deps-dev): bump @rollup/plugin-node-resolve from 13.0.6 to 13.1.1
    mergify[bot] authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    7c6e023 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    523e292 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5cbcac8 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. fix: grammar and doc strings

    vidhu committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    87b0cd4 View commit details
    Browse the repository at this point in the history
  2. test: added snapshot test

    vidhu committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    271803e View commit details
    Browse the repository at this point in the history
  3. test: added td with &nbsp;

    vidhu committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    61cf2be View commit details
    Browse the repository at this point in the history
  4. test: added td with text

    vidhu committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    ce5e01b View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

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

Commits on Dec 18, 2021

  1. Configuration menu
    Copy the full SHA
    4126592 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #394 from vidhu/fix/trimming-issue

    fix: trim only when necessary if trimming is off
    remarkablemark authored Dec 18, 2021
    Configuration menu
    Copy the full SHA
    3684196 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad4b93c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #395 from remarkablemark/release-v1.4.4

    chore: release 1.4.4
    remarkablemark authored Dec 18, 2021
    Configuration menu
    Copy the full SHA
    a9047ed View commit details
    Browse the repository at this point in the history
Loading