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

Commits on May 5, 2020

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

Commits on May 8, 2020

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

Commits on May 11, 2020

  1. Further improve type declarations (#1356)

    * Typings: get rid of "| void" return values
    
    These are not very useful, because the "void" half can never be used.
    For `next()` and `prev()` this now declares the actual return value,
    `undefined`. For `each()` and `walk*()`, this declares different
    overloads for callbacks that do or do not return booleans.
    
    * Typings: Node.raw() returns string | undefined
    
    * Container.every() and .some() don't take thisArg
    nex3 authored May 11, 2020
    Configuration menu
    Copy the full SHA
    fe73bd0 View commit details
    Browse the repository at this point in the history
  2. Release 7.0.30 version

    ai committed May 11, 2020
    Configuration menu
    Copy the full SHA
    737ff76 View commit details
    Browse the repository at this point in the history
Loading