-
Notifications
You must be signed in to change notification settings - Fork 36
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: developit/vhtml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: developit/vhtml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 6 files changed
- 8 contributors
Commits on Nov 4, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 5be05af - Browse repository at this point
Copy the full SHA 5be05afView commit details
Commits on Nov 5, 2016
-
Merge pull request #2 from keyserfaty/master
Fix bug when adding empty components
Configuration menu - View commit details
-
Copy full SHA for 7f14eae - Browse repository at this point
Copy the full SHA 7f14eaeView commit details
Commits on Dec 12, 2016
-
Support empty (void) tags (#3)
* Support empty tags * Improve test for empty (void) tags * Rename test for empty (void) tags * Inline empty-tags module in the project * Add forgotten empty-tags file * Simplify sanitization mapping
Configuration menu - View commit details
-
Copy full SHA for f7489d9 - Browse repository at this point
Copy the full SHA f7489d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 539b9b8 - Browse repository at this point
Copy the full SHA 539b9b8View commit details
Commits on Dec 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 4b4fd10 - Browse repository at this point
Copy the full SHA 4b4fd10View commit details
Commits on Apr 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 8767d17 - Browse repository at this point
Copy the full SHA 8767d17View commit details
Commits on Apr 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a111d56 - Browse repository at this point
Copy the full SHA a111d56View commit details
Commits on May 23, 2019
-
Address vhtml#11: Add ability to directly set innerHTML of a componen…
…t using the `dangerouslySetInnerHTML` attribute. (#12) * Address vhtml#11: Add ability to directly set innerHTML of a component using the `dangerouslySetInnerHTML` attribute. * Remove check for valid `__html` property of `dangerouslySetInnerHTML * Hoist line that is always executed out of conditional block Saves 4 bytes. * Hoist declaration of `s` to avoid extra `let` statement. Saves 3 bytes. * Hoist default assignment of `attrs` to the top of `h`. This allows us to assume that `attrs` is a plain object, and remove multiple guards. Saves 6B.
Configuration menu - View commit details
-
Copy full SHA for 714c9e0 - Browse repository at this point
Copy the full SHA 714c9e0View commit details -
Support fragments via h(null, null, ...args) (#16)
* Test on latest LTS node * Adds support for fragments * Bump Travis node versions * Back out of unnecessary change * Update .travis.yml * Update vhtml.js * Size optimization (-3b)
Configuration menu - View commit details
-
Copy full SHA for 8a0ae24 - Browse repository at this point
Copy the full SHA 8a0ae24View commit details
Commits on Dec 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e0c23d4 - Browse repository at this point
Copy the full SHA e0c23d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96fe21e - Browse repository at this point
Copy the full SHA 96fe21eView 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 2.0.0...master