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.4.40
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.4.41
Choose a head ref
  • 19 commits
  • 22 files changed
  • 4 contributors

Commits on Jul 26, 2024

  1. Refactor regex usage

    bluwy committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    77d2ce5 View commit details
    Browse the repository at this point in the history
  2. Better refactor

    bluwy committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    b69a4bd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1951 from bluwy/refactor-regex

    Refactor regex usage
    ai authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    85e8d68 View commit details
    Browse the repository at this point in the history
  4. Require either selector or selectors in RuleProps

    This ensures that `ChildProps` requires at least one of concrete
    property which indicates what type of node should be created.
    
    Also updates `Container.normalize()` to create a `Rule()` when passed
    `{selectors: ...}`.
    nex3 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    7e5e040 View commit details
    Browse the repository at this point in the history
  5. Universally allow Root nodes in methods that add children

    Roots are always handled by `Container.normalize()`, which flattens
    them out into their constituent children.
    nex3 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    ef3469d View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    260251e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e47ebe View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    fe74068 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1953 from querkmachine/patch-1

    Fix typo'd setter name in declaration.d.ts
    ai authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b780e99 View commit details
    Browse the repository at this point in the history
  3. Sort keys

    ai committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    58fa0ef View commit details
    Browse the repository at this point in the history
  4. Fix type

    ai committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    536726d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6127a44 View commit details
    Browse the repository at this point in the history
  6. Update dependencies

    ai committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    165154b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Remove dead website

    ai committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    be59ad4 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Declare Input.toJSON()

    nex3 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    9ab3619 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3707c3b View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Merge pull request #1952 from nex3/rule-props

    Make type declarations more accurate
    ai authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    146d31c View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    ai committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    f27134f View commit details
    Browse the repository at this point in the history
  3. Release 8.4.41 version

    ai committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    57e0211 View commit details
    Browse the repository at this point in the history
Loading