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.2.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.2.4
Choose a head ref
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on Jan 28, 2021

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

Commits on Feb 1, 2021

  1. fix(index): refactor ES module from ES6 to ES5 syntax

    Fixes #222
    
    Do not use object destructuring assignment in `index.mjs` since
    it's not supported by older browsers like Internet Explorer 11.
    remarkablemark committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    9112250 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #223 from remarkablemark/fix/es-module

    fix(index): refactor ES module from ES6 to ES5 syntax
    remarkablemark authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    8c69887 View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.2.4

    remarkablemark committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    fadf7c6 View commit details
    Browse the repository at this point in the history
Loading