-
-
Notifications
You must be signed in to change notification settings - Fork 140
Comparing changes
Open a pull request
base repository: remarkablemark/html-react-parser
base: v0.0.7
head repository: remarkablemark/html-react-parser
compare: v0.1.0
- 7 commits
- 13 files changed
- 2 contributors
Commits on Sep 28, 2016
-
Change
ErrortoTypeErrorand update testsChange generic JavaScript `Error` object to more specific `TypeError`: - https://nodejs.org/api/errors.html#errors_class_typeerror - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypeError
Configuration menu - View commit details
-
Copy full SHA for 40fec9d - Browse repository at this point
Copy the full SHA 40fec9dView commit details
Commits on Oct 14, 2016
-
Replace HTML to DOM implementation with
html-dom-parserpackageThe HTML to DOM parser has been externalized to its own package. Save to dependencies: - html-dom-parser@0.0.2 Remove from dependencies: - domhandler@2.3.0 - htmlparser2@3.9.1 Remove files: - lib/html-to-dom-server.js - lib/html-to-dom-client.js Update `index.js` to require `html-dom-parser`.
Configuration menu - View commit details
-
Copy full SHA for c1832a7 - Browse repository at this point
Copy the full SHA c1832a7View commit details -
Update tests to use
html-dom-parserand prune unused helpersFix broken requires in tests now that `lib/html-to-dom-server.js` and `lib/html-to-dom-client.js` have been deleted (use `html-dom-parser` instead). Remove HTML to DOM tests since `html-dom-parser` has its own tests. Remove `helpers.deepEqualCircular()` and its tests as it was used to test HTML to DOM parsing (which is no longer handled by this package, but `html-dom-parser`).
Configuration menu - View commit details
-
Copy full SHA for 0dd9a7d - Browse repository at this point
Copy the full SHA 0dd9a7dView commit details -
Rename test mocks file and update tests
- Rename `test/data.json` to `test/helpers/mocks.json` - Require mocks in test helpers index - Add a test for doctype (should be skipped and not parsed) - Tidy tests
Configuration menu - View commit details
-
Copy full SHA for 07c6847 - Browse repository at this point
Copy the full SHA 07c6847View commit details -
Update README with
html-dom-parserand tidy up special thanksReplace `htmlparser2` with `html-dom-parser` link and tidy up other parts.
Configuration menu - View commit details
-
Copy full SHA for e207d62 - Browse repository at this point
Copy the full SHA e207d62View commit details -
Merge pull request #28 from remarkablemark/html-to-dom
Replace HTML to DOM implementation with `html-dom-parser` package
Configuration menu - View commit details
-
Copy full SHA for 310f45e - Browse repository at this point
Copy the full SHA 310f45eView commit details -
- Replace HTML to DOM implementation with `html-dom-parser` (#28) - Update dependencies - Save `html-dom-parser` - Remove `domhandler` and `htmlparser2` - Update tests - Remove unused tests and helpers - Update mocks - Add test for doctype - Throw `TypeError` instead of `Error` for invalid first argument - Update tests - README - Update "Special Thanks" section - Tidy where necessary
Configuration menu - View commit details
-
Copy full SHA for cc9c53e - Browse repository at this point
Copy the full SHA cc9c53eView 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.0.7...v0.1.0