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

Commits on May 17, 2018

  1. style: remove "use strict" directive from modules and tidy comments

    Removing "use strict" directive since ES6 modules will always be
    in strict mode.
    
    Also, webpack and other build tools will automatically add the
    directive during compilation.
    
    Remove and tidy some comments and fix broken links.
    remarkablemark committed May 17, 2018
    Configuration menu
    Copy the full SHA
    c6e4fac View commit details
    Browse the repository at this point in the history

Commits on May 19, 2018

  1. chore(package): save eslint-plugin-prettier, lint-staged, prettier

    Prettier will be used to ensure coding style is consistent.
    remarkablemark committed May 19, 2018
    Configuration menu
    Copy the full SHA
    7ce7529 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. Configuration menu
    Copy the full SHA
    ee635a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afc143b View commit details
    Browse the repository at this point in the history
  3. style: lint and reindent files based on prettier rules

    The major change is reindenting from 4 to 2 spaces.
    remarkablemark committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    9ed889c View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2018

  1. Configuration menu
    Copy the full SHA
    2bd6519 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #57 from remarkablemark/style-prettier-lint

    chore: lint with prettier and update README.md
    remarkablemark authored Jun 9, 2018
    Configuration menu
    Copy the full SHA
    97d6868 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

  1. test: add benchmark test

    dalenberg committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    0e75740 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68 from dalenberg/benchmark

    test: add benchmark test
    remarkablemark authored Aug 30, 2018
    Configuration menu
    Copy the full SHA
    a153697 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

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

Commits on Sep 1, 2018

  1. Merge pull request #69 from dalenberg/benchmark

    docs(readme): add example benchmark output and script
    remarkablemark authored Sep 1, 2018
    Configuration menu
    Copy the full SHA
    9de3e12 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. build(package): update package.json dependencies & devDependencies

    Resolves #70
    
    style-to-object                    0.2.1  →    0.2.2
    @commitlint/cli                   ^6.1.0  →   ^7.1.2
    @commitlint/config-conventional   ^6.1.0  →   ^7.1.2
    coveralls                         ^3.0.0  →   ^3.0.2
    eslint                           ^4.18.0  →   ^5.5.0
    eslint-plugin-prettier            ^2.6.0  →   ^2.6.2
    lint-staged                       ^7.1.1  →   ^7.2.2
    prettier                         ^1.12.1  →  ^1.14.2
    remarkablemark committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    5f0e991 View commit details
    Browse the repository at this point in the history
  2. build(webpack): upgrade to webpack v4 and add build script

    devDependencies:
    * webpack@4.19.0
    * webpack-cli@3.1.0
    remarkablemark committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    8315832 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b849ee View commit details
    Browse the repository at this point in the history
  4. Merge pull request #72 from remarkablemark/build/package

    Update build and dependencies
    remarkablemark authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    e7c436f View commit details
    Browse the repository at this point in the history
  5. chore(release): 0.4.7

    remarkablemark committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    aa5db48 View commit details
    Browse the repository at this point in the history
Loading