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: jsdom/cssstyle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.3.6
Choose a base ref
...
head repository: jsdom/cssstyle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.3.7
Choose a head ref
  • 6 commits
  • 85 files changed
  • 2 contributors

Commits on Jan 2, 2026

  1. Replace more constants with property names

    This is a follow-up to e337088.
    asamuzaK authored Jan 2, 2026
    Configuration menu
    Copy the full SHA
    4d9266c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f764e2d View commit details
    Browse the repository at this point in the history
  3. Improve string conversion

    The previous string conversion was over-complicated, and did not match the specs in that it threw TypeErrors unnecessarily. See #129 and jsdom/jsdom#4010.
    asamuzaK authored Jan 2, 2026
    Configuration menu
    Copy the full SHA
    37bb130 View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary argument passing to prepareValue()

    This was missed in 37bb130.
    asamuzaK authored Jan 2, 2026
    Configuration menu
    Copy the full SHA
    22dc694 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2026

  1. Fix top property always clamped to 0

    This regressed in c06fbab. Fixes #281. Test: jsdom/jsdom#4012.
    asamuzaK authored Jan 6, 2026
    1 Configuration menu
    Copy the full SHA
    235ba62 View commit details
    Browse the repository at this point in the history
  2. 5.3.7

    domenic committed Jan 6, 2026
    Configuration menu
    Copy the full SHA
    8b4cd29 View commit details
    Browse the repository at this point in the history
Loading