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.13.3
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.13.4
Choose a head ref
  • 6 commits
  • 18 files changed
  • 3 contributors

Commits on May 30, 2018

  1. Bump own Prettier to 1.13.3

    duailibe committed May 30, 2018
    Configuration menu
    Copy the full SHA
    16da7d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9387e9d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. Configuration menu
    Copy the full SHA
    a9b21a0 View commit details
    Browse the repository at this point in the history
  2. fix(markdown): respect blank line between block htmls (#4609)

    Fixes #4605 
    
    The AST here is actually two `html`s and it did follow the [CommonMark spec](https://spec.commonmark.org/0.28/#html-blocks), so I ended up with respecting the blank line between block `html`s.
    ikatyang authored May 31, 2018
    Configuration menu
    Copy the full SHA
    e74e656 View commit details
    Browse the repository at this point in the history
  3. fix(multiparser): no additional trailing newline for graphql in js (#…

    …4616)
    
    Fixes #4615
    
    The root cause is the output doc from graphql printer does not match the desired input from `stripTrailingHardline`.
    
    https://github.com/prettier/prettier/blob/a9b21a01e2d352aab06332e8e545e33efacc4f97/src/doc/doc-utils.js#L167-L180
    ikatyang authored May 31, 2018
    Configuration menu
    Copy the full SHA
    b55997e View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. chore(release): 1.13.4

    ikatyang committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    dfefe25 View commit details
    Browse the repository at this point in the history
Loading