-
-
Notifications
You must be signed in to change notification settings - Fork 134
Comparing changes
Open a pull request
base repository: remarkablemark/html-react-parser
base: v0.13.0
head repository: remarkablemark/html-react-parser
compare: v0.14.0
- 19 commits
- 23 files changed
- 4 contributors
Commits on Jun 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2a8895f - Browse repository at this point
Copy the full SHA 2a8895fView commit details
Commits on Jun 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 179f359 - Browse repository at this point
Copy the full SHA 179f359View commit details
Commits on Jun 13, 2020
-
test: migrate from
mocha
tojest
Update package.json devDependencies: ```diff +jest -mocha -nyc ``` Update package.json scripts and remove `test:coverage:report` Run `jest-codemods` (https://jestjs.io/docs/en/migration-guide): ```sh jscodeshift -t jest-codemods/dist/transformers/mocha.js . --ignore-pattern node_modules --parser babel ``` Rename files under `test` directory Update eslint, husky, travis, and tsconfig
Configuration menu - View commit details
-
Copy full SHA for 48099c1 - Browse repository at this point
Copy the full SHA 48099c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5077d69 - Browse repository at this point
Copy the full SHA 5077d69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f4a9fd - Browse repository at this point
Copy the full SHA 9f4a9fdView commit details
Commits on Jun 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6e74b50 - Browse repository at this point
Copy the full SHA 6e74b50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 550b2ae - Browse repository at this point
Copy the full SHA 550b2aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29a3230 - Browse repository at this point
Copy the full SHA 29a3230View commit details -
Configuration menu - View commit details
-
Copy full SHA for da1e89c - Browse repository at this point
Copy the full SHA da1e89cView commit details -
test(helpers): refactor
render
methodThis brings test coverage back to 100%
Configuration menu - View commit details
-
Copy full SHA for 9cb48ed - Browse repository at this point
Copy the full SHA 9cb48edView commit details -
test(html-to-react): refactor
forEach
toit.each
And add more test cases
Configuration menu - View commit details
-
Copy full SHA for 6bf3526 - Browse repository at this point
Copy the full SHA 6bf3526View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c64bb3 - Browse repository at this point
Copy the full SHA 4c64bb3View commit details -
chore(package): add script
test:ci
; update husky, travis, publish`npm run test:ci` passes option `--ci` to `npm test`, which fails the test if a new snapshot is encountered.
Configuration menu - View commit details
-
Copy full SHA for e7c5079 - Browse repository at this point
Copy the full SHA e7c5079View commit details
Commits on Jun 15, 2020
-
Merge pull request #164 from remarkablemark/test/jest
test: migrate from mocha to jest
Configuration menu - View commit details
-
Copy full SHA for 3a2f26e - Browse repository at this point
Copy the full SHA 3a2f26eView commit details
Commits on Jun 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e0e0791 - Browse repository at this point
Copy the full SHA e0e0791View commit details
Commits on Sep 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 00fbef2 - Browse repository at this point
Copy the full SHA 00fbef2View commit details
Commits on Sep 11, 2020
-
huangteng02 committed
Sep 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 76f8b0c - Browse repository at this point
Copy the full SHA 76f8b0cView commit details -
Merge pull request #174 from cbbfcd/feat/patch-01
feat: export attributesToProps
Configuration menu - View commit details
-
Copy full SHA for 461883e - Browse repository at this point
Copy the full SHA 461883eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8bdeaa - Browse repository at this point
Copy the full SHA c8bdeaaView commit details
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.13.0...v0.14.0