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: pirxpilot/postcss-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.1
Choose a base ref
...
head repository: pirxpilot/postcss-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.1.0
Choose a head ref
  • 9 commits
  • 10 files changed
  • 1 contributor

Commits on Jun 4, 2020

  1. update tape to ~5

    pirxpilot committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    b1284f4 View commit details
    Browse the repository at this point in the history
  2. fix typo in Readme

    pirxpilot committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    b93a8be View commit details
    Browse the repository at this point in the history
  3. add history link in Readme

    pirxpilot committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    aa89669 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e12f8d7 View commit details
    Browse the repository at this point in the history
  5. update Travis CI config

    pirxpilot committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    5f055c1 View commit details
    Browse the repository at this point in the history
  6. fix make check and lint target

    - use `make check` and not `make all` for testing
    - ensure that we lint all the files not just index.js
    pirxpilot committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    dd2f21a View commit details
    Browse the repository at this point in the history
  7. export runner and argument parser

    if somone wants to reuse the runner or - even less likely - the argument
    parser code it is now possible:
    
        const { run } = require('postcss-cli-simple');
    
        const config = prepareMyConfig();
    
        run(config, exitCode => process.exit(exitCode));
    
    ref: #58
    pirxpilot committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    ca7c79c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    39787d4 View commit details
    Browse the repository at this point in the history
  9. Release 3.1.0

    pirxpilot committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    aafc70a View commit details
    Browse the repository at this point in the history
Loading