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.0
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.1
Choose a head ref
  • 4 commits
  • 11 files changed
  • 1 contributor

Commits on Jan 9, 2022

  1. chore: add issue templates

    Adapted from the cssnano templates
    ludofischer committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    6f61811 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. test: allow executing a single test

    Move the `test` call at the top level so that we
    can use `test.only`.
    ludofischer committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    50a0c4e View commit details
    Browse the repository at this point in the history
  2. fix: preserve brackets around functions

    Modify the parser to track parenthesized expressions.
    Keep the parentheses if a function is inside.
    
    Fix #113
    Fix #115
    ludofischer committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    0b70a1d View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. chore(release): 8.2.1

    ludofischer committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    754a266 View commit details
    Browse the repository at this point in the history
Loading