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.0.1
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.0.2
Choose a head ref
  • 7 commits
  • 9 files changed
  • 2 contributors

Commits on Aug 23, 2016

  1. Add ESLint as the default linter

    - Create `.eslintrc` and `.eslintignore`
    - Add the above files to `.npmignore`
    - Save `eslint` to devDependencies
    - Create task `npm run lint` that lints `lib` and `test` directory
    
    Documentation: http://eslint.org
    remarkablemark committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    9497215 View commit details
    Browse the repository at this point in the history
  2. Fix linting errors

    Also fix a bug in test helpers in which `util` was not required.
    remarkablemark committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    d62961a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from remarkablemark/lint

    Add ESLint and fix linting errors
    remarkablemark authored Aug 23, 2016
    Configuration menu
    Copy the full SHA
    572f1f5 View commit details
    Browse the repository at this point in the history
  4. Add Travis CI

    Continuous integration tool will run tests and linter and ensure
    code confidence.
    
    Also ignore `.travis.yml` in `.npmignore`.
    
    https://travis-ci.org
    remarkablemark committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    1572b7c View commit details
    Browse the repository at this point in the history
  5. Ensure applicable versions of react are specified (package.json)

    This package only supports `react` greater than or equal to
    v0.14 to stay consistent with React elements schema.
    
    Include all versions of `react` and `react-dom` in devDependencies
    to ensure that the latest is installed and tested by Travis CI.
    remarkablemark committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    8c7c7f8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4 from remarkablemark/travis

    Add Travis CI
    remarkablemark authored Aug 23, 2016
    Configuration menu
    Copy the full SHA
    d66db4b View commit details
    Browse the repository at this point in the history
  7. Bump version to 0.0.2

    Fix `peerDependencies` so react >=0.14 is required.
    remarkablemark committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    22a3cc1 View commit details
    Browse the repository at this point in the history
Loading