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: grubersjoe/prettier-reflow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.19.0
Choose a base ref
...
head repository: grubersjoe/prettier-reflow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.19.1
Choose a head ref
  • 8 commits
  • 48 files changed
  • 2 contributors

Commits on Nov 9, 2019

  1. Configuration menu
    Copy the full SHA
    98d27c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eb3e26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c3efeb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58c6b42 View commit details
    Browse the repository at this point in the history
  5. Remove out-of-date comment

    lydell committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    b091fd3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6cba8ce View commit details
    Browse the repository at this point in the history
  7. Quick-fix for stdin being broken in 1.19.0 (#6894)

    Closes #6891.
    
    This downgrades the get-stream package from 5.x to 4.x, which does not
    use `async` functions which works around the problem of
    `regeneratorRuntime` not being defined (it shouldn’t be needed).
    
    This is an alternative solution to #6893 because I don’t know yet if we
    want to enable `corejs` given that we will most likely drop support for
    Node.js 8 and older in the next version.
    
    Just like #6893 this PR comes without tests, but I verified locally that
    `--stdin` works after this change.
    lydell authored Nov 9, 2019
    Configuration menu
    Copy the full SHA
    9b1726d View commit details
    Browse the repository at this point in the history
  8. Release 1.19.1

    lydell committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    95b8e54 View commit details
    Browse the repository at this point in the history
Loading