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: cssnano/cssnano
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cssnano@5.0.14
Choose a base ref
...
head repository: cssnano/cssnano
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cssnano@5.0.15
Choose a head ref
  • 8 commits
  • 71 files changed
  • 2 contributors

Commits on Dec 24, 2021

  1. docs: fix site build in pnpm repo

    Fix mdx-js/react not being found.
    ludofischer committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    9b6dc40 View commit details
    Browse the repository at this point in the history
  2. docs: improve configuration docs

    * Add heading to tell where to disable a preset
    * Show you can use full preset name to as a string
    ludofischer committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    859823c View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

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

Commits on Jan 6, 2022

  1. refactor: use Map as cache instead of object (#1276)

    Prevent TypeScript from sometimes inferring the type of cache as {},
    which sometimes prevent setting a cache value even in non-strict mode.
    ludofischer authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    60ad10b View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. refactor: remove cssnano-utils getMatch (#1279)

    * refactor(postcss-normalize-display-values): improve transformation lookup
    
    Apply transform by using a map from the original value to the
    transformed value. Stringify the original value array to use as a
    key.
    
    Refactor the test so it uses an independent mapping, otherwise
    it will pass even if the mapping in the source code is wrong.
    
    Remove cssnano-utils dependency.
    
    * refactor(postcss-reduce-transforms): replace cssnano-utils with map lookup
    
    * refactor(postcss-normalize-repeat-style): switch lookup from cssnano-utils to a map
    
    * refactor(postcss-normalize-timing-functions): replace cssnano-utils with map lookup
    
    * feat(cssnano-utils): remove getMatch
    
    BREAKING CHANGE: remove getMatch function
    ludofischer authored Jan 7, 2022
    Configuration menu
    Copy the full SHA
    6425c98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8423abc View commit details
    Browse the repository at this point in the history
  3. Publish cssnano 5.0.15

    ludofischer committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    a202077 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1280 from cssnano/release-515

    Publish cssnano 5.0.15
    ludofischer authored Jan 7, 2022
    Configuration menu
    Copy the full SHA
    46b400c View commit details
    Browse the repository at this point in the history
Loading