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-calc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.2.3
Choose a base ref
...
head repository: postcss/postcss-calc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.2.4
Choose a head ref
  • 4 commits
  • 18 files changed
  • 2 contributors

Commits on Feb 5, 2022

  1. chore: convert source to CommonJs and publish source directly

    Allow us to work on the code as it's going to run
    instead of the hybrid ConnonJS-ESM format that cannot run anywhere
    natively.
    `babel-plugin-add-module-exports` always overwrote module.exports,
    so the module.exports.default that Babel created was not
    visible to consumers.
    I've tested importing the code from CommonJS and native ESM.
    ludofischer committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    b55adcb View commit details
    Browse the repository at this point in the history
  2. chore: use same quotes everywhere (#169)

    * chore: use same quotes everywhere
    Use single quotes as in cssnano.
    Previously the code used a mix of single and double quotes.
    
    * chore: reformat with prettier
    ludofischer authored Feb 5, 2022
    Configuration menu
    Copy the full SHA
    a3966c2 View commit details
    Browse the repository at this point in the history
  3. chore: update all deps except PostCSS

    There might be an issue with the latest PostCSS 4.6 which
    causes some comments not two be removed any more, so it's best
    to investigate that separately.
    ludofischer committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    08e2d26 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. chore(release): 8.2.4

    ludofischer committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    bc397ab View commit details
    Browse the repository at this point in the history
Loading