-
-
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.5
head repository: remarkablemark/html-react-parser
compare: v0.0.6
- 17 commits
- 8 files changed
- 3 contributors
Commits on Aug 30, 2016
-
Updates README with advanced usage of the
replacemethodKeeping child nodes that in turn gets parsed recursively.
Daniel Skogly (poacher2k) committedAug 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 6a664de - Browse repository at this point
Copy the full SHA 6a664deView commit details -
Merge pull request #17 from poacher2k/master
Update README with advanced usage of `replace` method
Configuration menu - View commit details
-
Copy full SHA for 9241f1b - Browse repository at this point
Copy the full SHA 9241f1bView commit details
Commits on Aug 31, 2016
-
Tidy and reword README for readability and add contributors
- Try to follow the 80 column rule for readability. - Reword sentences to make them more understandable. - Gives thanks to `htmlparser2` and contributors. - Add lint script to testing documentation.
Configuration menu - View commit details
-
Copy full SHA for 71e3de4 - Browse repository at this point
Copy the full SHA 71e3de4View commit details -
Merge pull request #21 from remarkablemark/chore-readme
Tidy and reword README for readability and add contributors
Configuration menu - View commit details
-
Copy full SHA for 9556e4f - Browse repository at this point
Copy the full SHA 9556e4fView commit details
Commits on Sep 26, 2016
-
Follow example: https://opensource.org/licenses/MIT
Configuration menu - View commit details
-
Copy full SHA for 1774d2c - Browse repository at this point
Copy the full SHA 1774d2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1e3c2a - Browse repository at this point
Copy the full SHA f1e3c2aView commit details -
Follow standard config: https://webpack.github.io/docs/configuration.html Export to `./dist/html-react-parser.min.js` Specify `react` in "externals": https://github.com/webpack/webpack/tree/master/examples/externals
Configuration menu - View commit details
-
Copy full SHA for 8644c1c - Browse repository at this point
Copy the full SHA 8644c1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ae836a - Browse repository at this point
Copy the full SHA 3ae836aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc66407 - Browse repository at this point
Copy the full SHA bc66407View commit details -
Create npm build scripts that use webpack to build UMD bundle
npm scripts: - build (unminified UMD bundle) - build-min (minified UMD bundle) `webpack.config.js`: - Remove "entry" and "output.filename" now that paths are passed via CLI
Configuration menu - View commit details
-
Copy full SHA for 626d411 - Browse repository at this point
Copy the full SHA 626d411View commit details -
Optimize webpack build with NODE_ENV and plugin
Remove branches where `process.env.NODE_ENV !== "production"` especially for React.
Configuration menu - View commit details
-
Copy full SHA for 6495a8e - Browse repository at this point
Copy the full SHA 6495a8eView commit details -
Create npm prepublish script that builds the bundles before publish
Build the unminified and minified client-side bundles before publish.
Configuration menu - View commit details
-
Copy full SHA for 22453d0 - Browse repository at this point
Copy the full SHA 22453d0View commit details
Commits on Sep 27, 2016
-
Merge pull request #22 from remarkablemark/webpack
Use webpack to build UMD bundle
Configuration menu - View commit details
-
Copy full SHA for 646b4a8 - Browse repository at this point
Copy the full SHA 646b4a8View commit details -
Fix error for client-side parser by improving regex
For the client parser, when the first element of the HTML string has attributes, the regex will improperly capture everything and make the tag name invalid. The fix is to ensure only the tag name is matched and whitespace is trimmed. Fixes #23
Configuration menu - View commit details
-
Copy full SHA for 2dfffb3 - Browse repository at this point
Copy the full SHA 2dfffb3View commit details -
Add test to ensure client-side parser works with
DOMParserConfirm that for the client parser, if the first HTML element has attributes, it should properly match only the tag name and no longer throw an error. Issue #23
Configuration menu - View commit details
-
Copy full SHA for 1bd17dd - Browse repository at this point
Copy the full SHA 1bd17ddView commit details -
Merge pull request #24 from remarkablemark/bug-client-parser
Fix regex bug on client parser
Configuration menu - View commit details
-
Copy full SHA for 0bc51e0 - Browse repository at this point
Copy the full SHA 0bc51e0View commit details -
- Update README (#17 and #21): - Improve documentation of `replace` option with the help of @poacher2k - Tidy and reword some parts - Use webpack to build UMD bundle (#22) - Build to `./dist/` directory before publish - Fix regex bug on client parser (#24) - Add test for `window.DOMParser`
Configuration menu - View commit details
-
Copy full SHA for 5601606 - Browse repository at this point
Copy the full SHA 5601606View 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.5...v0.0.6