-
-
Notifications
You must be signed in to change notification settings - Fork 140
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 9 files changed
- 2 contributors
Commits on Aug 23, 2016
-
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
Configuration menu - View commit details
-
Copy full SHA for 9497215 - Browse repository at this point
Copy the full SHA 9497215View commit details -
Also fix a bug in test helpers in which `util` was not required.
Configuration menu - View commit details
-
Copy full SHA for d62961a - Browse repository at this point
Copy the full SHA d62961aView commit details -
Merge pull request #2 from remarkablemark/lint
Add ESLint and fix linting errors
Configuration menu - View commit details
-
Copy full SHA for 572f1f5 - Browse repository at this point
Copy the full SHA 572f1f5View commit details -
Continuous integration tool will run tests and linter and ensure code confidence. Also ignore `.travis.yml` in `.npmignore`. https://travis-ci.org
Configuration menu - View commit details
-
Copy full SHA for 1572b7c - Browse repository at this point
Copy the full SHA 1572b7cView commit details -
Ensure applicable versions of
reactare 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.
Configuration menu - View commit details
-
Copy full SHA for 8c7c7f8 - Browse repository at this point
Copy the full SHA 8c7c7f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d66db4b - Browse repository at this point
Copy the full SHA d66db4bView commit details -
Fix `peerDependencies` so react >=0.14 is required.
Configuration menu - View commit details
-
Copy full SHA for 22a3cc1 - Browse repository at this point
Copy the full SHA 22a3cc1View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.0.1...v0.0.2