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: unifiedjs/unified
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.4.2
Choose a base ref
...
head repository: unifiedjs/unified
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9.0.0
Choose a head ref
  • 9 commits
  • 15 files changed
  • 3 contributors

Commits on Jan 27, 2020

  1. Add docs on repeated use calls targeting the same plugin

    Closes GH-79.
    Closes GH-80.
    marko-knoebl authored and wooorm committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    952e15d View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Remove suggestion to install vfile types from readme.md

    Closes GH-85.
    
    Reviewed-by: Titus Wormer <tituswormer@gmail.com>
    millette authored Feb 17, 2020
    Configuration menu
    Copy the full SHA
    3ae9d44 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Update dev-dependencies

    wooorm committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    d67630b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Update metadata

    wooorm committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    2600a86 View commit details
    Browse the repository at this point in the history
  2. Refactor prose

    wooorm committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    38cd909 View commit details
    Browse the repository at this point in the history
  3. Update sponsors

    wooorm committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    b680d62 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. Set file.result when processing to non-text

    unified is typically, but not always, used to *serialize* when it
    compiles.  Compilers don’t always return such a serialized `string` or
    `Buffer` though.  The previous behavior was to place the result of
    the stringify phase when processing on `file.contents`.  This doesn’t
    make sense for non-text.  This change places non-text results on
    `file.result`.
    
    Closes vfile/vfile#45.
    Closes GH-87.
    wooorm authored Mar 29, 2020
    Configuration menu
    Copy the full SHA
    c3ba172 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Remove type checking from xo

    wooorm committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    1b89638 View commit details
    Browse the repository at this point in the history
  2. 9.0.0

    wooorm committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    bfae23c View commit details
    Browse the repository at this point in the history
Loading