-
Notifications
You must be signed in to change notification settings - Fork 36
Comparing changes
Open a pull request
base repository: developit/vhtml
base: 1.0.0
head repository: developit/vhtml
compare: master
- 19 commits
- 11 files changed
- 8 contributors
Commits on Mar 13, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 245120f - Browse repository at this point
Copy the full SHA 245120fView commit details
Commits on May 31, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 09224c5 - Browse repository at this point
Copy the full SHA 09224c5View commit details
Commits on Oct 27, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 24a3fdf - Browse repository at this point
Copy the full SHA 24a3fdfView commit details
Commits on Oct 28, 2016
-
Add support for infinitely nested Arrays of children, while improving…
… performance and decreasing library size 🎈 /cc @NekR
1Configuration menu - View commit details
-
Copy full SHA for f46e762 - Browse repository at this point
Copy the full SHA f46e762View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5a465c - Browse repository at this point
Copy the full SHA c5a465cView commit details
Commits on Nov 4, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 13d8294 - Browse repository at this point
Copy the full SHA 13d8294View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7007386 - Browse repository at this point
Copy the full SHA 7007386View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc51b71 - Browse repository at this point
Copy the full SHA cc51b71View commit details -
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
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 1.0.0...master