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: clean-css/clean-css
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.7
Choose a base ref
...
head repository: clean-css/clean-css
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.8
Choose a head ref
  • 5 commits
  • 9 files changed
  • 1 contributor

Commits on Sep 2, 2017

  1. Configuration menu
    Copy the full SHA
    e30dac5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1aad92 View commit details
    Browse the repository at this point in the history
  3. Fixes #965 - edge case in parsing comment endings.

    This is an edge case when a comment is closed twice leading to the
    second end marker leaking to the next token.
    jakubpawlowicz committed Sep 2, 2017
    Configuration menu
    Copy the full SHA
    744bfc5 View commit details
    Browse the repository at this point in the history
  4. Fixes #966 - remote @imports referenced from local ones.

    This is an edge case when local `@import` was given by hash and
    referenced a remote one which was processed synchronously but should
    have been asynchronously.
    jakubpawlowicz committed Sep 2, 2017
    Configuration menu
    Copy the full SHA
    251ec10 View commit details
    Browse the repository at this point in the history
  5. Version 4.1.8.

    jakubpawlowicz committed Sep 2, 2017
    Configuration menu
    Copy the full SHA
    59ab101 View commit details
    Browse the repository at this point in the history
Loading