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: postcss/postcss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.5.10
Choose a base ref
...
head repository: postcss/postcss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.5.11
Choose a head ref
  • 5 commits
  • 10 files changed
  • 2 contributors

Commits on Apr 16, 2026

  1. Bypass MapGenerator for no-source-map stringify in LazyResult

    When opts.map is undefined and the root has no previous source map,
    skip MapGenerator construction entirely and stringify directly. This
    avoids 3 Map allocations, a clearAnnotation AST walk, and a previous()
    AST walk per file.
    alanzabihi authored and ai committed Apr 16, 2026
    Configuration menu
    Copy the full SHA
    8ec62b1 View commit details
    Browse the repository at this point in the history
  2. Cache node.raws locally in Stringifier hot methods

    Cache node.raws references locally in hot methods (atrule, block, body,
    comment, decl) to avoid repeated property chain resolution. In decl(),
    inline the common rawValue() path when node.raws.value exists. In raw(),
    cache root.rawCache in a local variable. In body(), short-circuit
    raw(child, 'before') when child.raws.before is already defined. In
    block() and comment(), inline the raws check to skip raw() call overhead
    when the value is already present.
    alanzabihi authored and ai committed Apr 16, 2026
    Configuration menu
    Copy the full SHA
    7e36e15 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2026

  1. Update dependencies

    ai committed Apr 26, 2026
    Configuration menu
    Copy the full SHA
    42b5337 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ca1901 View commit details
    Browse the repository at this point in the history
  3. Release 8.5.11 version

    ai committed Apr 26, 2026
    Configuration menu
    Copy the full SHA
    2502f75 View commit details
    Browse the repository at this point in the history
Loading