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

Commits on Dec 19, 2018

  1. build(package): upgrade devDependencies

    * @commitlint/cli@7.2.1
    * coveralls@3.0.2
    * eslint@5.10.0
    * eslint-plugin-prettier@3.0.0
    * husky@1.3.0
    * lint-staged@8.1.0
    * mocha@5.2.0
    * prettier@1.15.3
    * standard-version@4.4.0
    * webpack@4.27.1
    * webpack-cli@3.1.2
    remarkablemark committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    3d1208b View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. build(package): move husky hooks from package.json to .huskyrc

    Resolves error:
    ```
    Warning: Setting commit-msg script in package.json > scripts will be deprecated
    Please move it to husky.hooks in package.json, a .huskyrc file, or a husky.config.js file
    Or run ./node_modules/.bin/husky-upgrade for automatic update
    
    See https://github.com/typicode/husky for usage
    ```
    remarkablemark committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    0754d1a View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2018

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

Commits on Jan 2, 2019

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

Commits on Jan 3, 2019

  1. Merge pull request #86 from samikarak/master

    fix(utilities): allow numbers in custom style names
    remarkablemark authored Jan 3, 2019
    Configuration menu
    Copy the full SHA
    84cc697 View commit details
    Browse the repository at this point in the history
  2. chore(release): 0.6.1

    remarkablemark committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    ba78f1b View commit details
    Browse the repository at this point in the history
Loading