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: WebReflection/lighterhtml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3
Choose a base ref
...
head repository: WebReflection/lighterhtml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 13 files changed
  • 1 contributor

Commits on Jun 15, 2020

  1. lighterhtml v4

      * removed `data=${...}` in favor of `.dataset=${...}`
      * removed template literal array normalization
      * using `udomdiff` instead of `domdiff`
    WebReflection committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    596edca View commit details
    Browse the repository at this point in the history
  2. Merge pull request #93 from WebReflection/v4

    lighterhtml v4
    WebReflection authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    566e5f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53c3c29 View commit details
    Browse the repository at this point in the history
  4. 4.0.0

    WebReflection committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    883c166 View commit details
    Browse the repository at this point in the history
  5. updated README

    WebReflection committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    ce27d7d View commit details
    Browse the repository at this point in the history
  6. 4.0.1

    WebReflection committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    3400fee View commit details
    Browse the repository at this point in the history
  7. fixed typo in README

    WebReflection committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    7ab6ac6 View commit details
    Browse the repository at this point in the history
  8. 4.0.2

    WebReflection committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    bf36342 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. updated dependencies

    WebReflection committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    1dde5b4 View commit details
    Browse the repository at this point in the history
  2. 4.1.0

    WebReflection committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    ee085f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. updated uhandlers

    WebReflection committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    0a60bab View commit details
    Browse the repository at this point in the history
  2. 4.1.1

    WebReflection committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    4ac10b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Configuration menu
    Copy the full SHA
    8b04379 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Update README.md

    WebReflection authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    d526894 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. updated dependencies

    WebReflection committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    b929cd1 View commit details
    Browse the repository at this point in the history
  2. 4.1.2

    WebReflection committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    c70c608 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. Update README.md

    WebReflection authored Jan 16, 2021
    Configuration menu
    Copy the full SHA
    b0669fa View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Added ?boolean=${value} to explicitly define the developer intent.

    This comes from latest uhtml as a way to disambiguate explicitly boolean attributes.
    
    https://github.com/WebReflection/uhtml#v24-update
    
    No matter if the value is truthy or falsy, the new syntax will work as expected without ever causing surprises, as it is now for weird cases with Custom Elements or fancy truthy or falsy values.
    WebReflection committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    f16221b View commit details
    Browse the repository at this point in the history
  2. 4.2.0

    WebReflection committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    3e77aeb View commit details
    Browse the repository at this point in the history
Loading