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.4.7
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.5.0
Choose a head ref
  • 14 commits
  • 16 files changed
  • 3 contributors

Commits on Sep 25, 2018

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

Commits on Sep 26, 2018

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

Commits on Oct 3, 2018

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

Commits on Oct 5, 2018

  1. Configuration menu
    Copy the full SHA
    081d98a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #74 from remarkablemark/refactor-test

    Refactor tests to use ES6 syntax
    remarkablemark authored Oct 5, 2018
    Configuration menu
    Copy the full SHA
    c482c33 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. refactor(benchmark): move benchmark from test to its own directory

    And update precommit hook to run test
    remarkablemark committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    24c0045 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

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

Commits on Oct 13, 2018

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

Commits on Nov 30, 2018

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

Commits on Dec 12, 2018

  1. Merge pull request #78 from bschlenk/support-custom-elements

    feat: support custom elements in React 16
    remarkablemark authored Dec 12, 2018
    Configuration menu
    Copy the full SHA
    9eeef55 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. fix(attributes-to-props): undo default function parameter

    Reverting the default parameter set in `attributesToProps` will
    enable ES5 compatibility since this code is not transpiled.
    remarkablemark committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    1017b25 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. refactor(utilities): memoize constant PRESERVE_CUSTOM_ATTRIBUTES

    Replace `utilities.reactSupportsUnknownAttributes()` with constant
    `utilities.PRESERVE_CUSTOM_ATTRIBUTES` to optimize performance.
    
    And update tests.
    remarkablemark committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    142f5d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2018

  1. chore(release): 0.5.0

    remarkablemark committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    185d2f2 View commit details
    Browse the repository at this point in the history
Loading