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: prettier/prettier
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.7.2
Choose a base ref
...
head repository: prettier/prettier
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.7.3
Choose a head ref
  • 10 commits
  • 21 files changed
  • 3 contributors

Commits on Sep 28, 2017

  1. Recommend pinning prettier version (#2920)

    * Recommend pinning prettier version
    
    * Change from -E to --exact/--save-exact
    azz authored Sep 28, 2017
    Configuration menu
    Copy the full SHA
    ae21d60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    264ec70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c91c2a View commit details
    Browse the repository at this point in the history
  4. Update postcss-values-parser (#2928)

    My PR has been merged and released to npm, so no need to depend on my
    fork anymore.
    lydell authored Sep 28, 2017
    Configuration menu
    Copy the full SHA
    51d123b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d75608 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. Configuration menu
    Copy the full SHA
    63916be View commit details
    Browse the repository at this point in the history
  2. Fix Travis production builds (#2933)

    * Fix Travis production builds
    
    * Fix Travis production builds, attempt 2
    
    * Remove `allow_failures` in .travis.yml
    
    The reason we allowed the production builds to fail in the first place:
    
        ❯ git show 532ac0d
        commit 532ac0d
        Author: Joseph Frazier <[email protected]>
        Date:   2017-06-17 19:37:51 -0400
    
            Build/test dist/ on Travis (#2176)
    
            This helps us keep track of whether or not the dist/ build actually
            works (see #2174). Note that
            the dist/ jobs are allowed to fail, and do not affect overall build
            time, so they shouldn't slow anything down (see
            https://blog.travis-ci.com/2013-11-27-fast-finishing-builds/).
    
    However, as we discovered in #2933 requiring the production builds to
    succeed only adds about 1 minute of build time, so it is not worth the
    risk of missing that the production builds fail.
    lydell authored Sep 29, 2017
    Configuration menu
    Copy the full SHA
    fa882b2 View commit details
    Browse the repository at this point in the history
  3. Try to fix website deploy

    lydell committed Sep 29, 2017
    2 Configuration menu
    Copy the full SHA
    9d448fb View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2017

  1. Add missing quote in README.md

    Fixes #2935.
    lydell committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    808dc4e View commit details
    Browse the repository at this point in the history
  2. 1.7.3

    azz committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    ecf0281 View commit details
    Browse the repository at this point in the history
Loading