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-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.3
Choose a base ref
...
head repository: clean-css/clean-css-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.4.0
Choose a head ref
  • 12 commits
  • 6 files changed
  • 2 contributors

Commits on May 5, 2021

  1. Update readme to replace --level option with -O

    This change removes mention of the `--level` option which never existed. In versions earlier than 5.0.0, clean-css-cli used to accept the invalid option silently.  With versions > 5.0.0, trying to use the option results in the following: `error: unknown option '--level'`.  The root cause of the change the upgrade to [commander v7.0.0](tj/commander.js#1409), where unknown (excess) command arguments are now raised as an error.
    davidjb authored May 5, 2021
    Configuration menu
    Copy the full SHA
    d11d6ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68 from davidjb/patch-1

    Update readme to replace `--level` option with `-O`
    jakubpawlowicz authored May 5, 2021
    Configuration menu
    Copy the full SHA
    049e399 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

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

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    7f4fab9 View commit details
    Browse the repository at this point in the history
  2. Version 5.3.1.

    jakubpawlowicz committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    2d7f1dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    797c47d View commit details
    Browse the repository at this point in the history
  4. Version 5.3.2.

    jakubpawlowicz committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    82561b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Configuration menu
    Copy the full SHA
    130e393 View commit details
    Browse the repository at this point in the history
  2. Version 5.3.3.

    jakubpawlowicz committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    13ee775 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    da0f2b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2acdd7e View commit details
    Browse the repository at this point in the history
  3. Version 5.4.0.

    jakubpawlowicz committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    605c58c View commit details
    Browse the repository at this point in the history
Loading