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.6
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.7
Choose a head ref
  • 14 commits
  • 5 files changed
  • 2 contributors

Commits on Sep 27, 2016

  1. Configuration menu
    Copy the full SHA
    79d00d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6747cd4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #25 from remarkablemark/chore-build

    Rename dist filenames and add webpack to `.npmignore`
    remarkablemark authored Sep 27, 2016
    Configuration menu
    Copy the full SHA
    43f46ce View commit details
    Browse the repository at this point in the history
  4. Add example of loading the parser with a script tag

    - Create directory `./examples/`
    - Create HTML file in `./examples/` with a working example of
      loading the parser with a script tag
    remarkablemark committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    9f58ef2 View commit details
    Browse the repository at this point in the history
  5. Add example of loading the parser with Require.js (AMD)

    Create an HTML file in `./examples/ that loads the parser and
    React with Require.js
    remarkablemark committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    361c198 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e48a9f0 View commit details
    Browse the repository at this point in the history
  7. Reword README beginning

    Make explanations/examples clearer, trim fat, and add hyperlinks.
    remarkablemark committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    5a5e6cf View commit details
    Browse the repository at this point in the history
  8. Update README installation instructions with CDN script

    Also add examples link.
    remarkablemark committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    cab1472 View commit details
    Browse the repository at this point in the history
  9. Tidy README usage examples

    Separate the examples into their own code blocks. Rewrite in ES6
    syntax for cleanliness and readability.
    remarkablemark committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    5465d8f View commit details
    Browse the repository at this point in the history
  10. Tidy README replace options and its simple example

    Make instructions clearer; simplifying examples by removing
    unnecessary parts and rewriting them with ES6.
    remarkablemark committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    a8de457 View commit details
    Browse the repository at this point in the history
  11. Update README advanced example for replace options

    Trim the fat and keep the example super concise and readable.
    Refactor example to ES6 and JSX.
    remarkablemark committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    b89ca5b View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2016

  1. Merge pull request #26 from remarkablemark/examples

    Add examples
    remarkablemark authored Sep 28, 2016
    Configuration menu
    Copy the full SHA
    cfffc97 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #27 from remarkablemark/chore-readme

    Tidy README instructions and examples
    remarkablemark authored Sep 28, 2016
    Configuration menu
    Copy the full SHA
    c7bfd40 View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.0.7

    - Update build (#25):
      - Change filenames in `dist/` to `html-react-parser`
    - Create examples (#26):
      - Examples found in the directory `examples/`
      - Add `script-tag.html`, which is an example of loading the
        parser via the CDN
      - Add `requirejs.html`, which is an example of loading the
        parser via Require.js
    - Update `README.md` (#27):
      - Reword and tidy description and instructions
      - Update installation with CDN link
      - Refactor and tidy examples using ES6 and JSX
    - Update `.npmignore`:
      - Add `webpack.config.js`
      - Add `examples`
    remarkablemark committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    f153f5b View commit details
    Browse the repository at this point in the history
Loading