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.1.0
Choose a head ref
  • 19 commits
  • 17 files changed
  • 5 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

Commits on Apr 24, 2020

  1. Change nully to nullish

    wooorm committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    9e3ab71 View commit details
    Browse the repository at this point in the history
  2. Update dev-dependencies

    wooorm committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    56c3634 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Fix Vercel name and logo

    Closes GH-90.
    
    Reviewed-by: Titus Wormer <tituswormer@gmail.com>
    Drewbi authored Jun 10, 2020
    Configuration menu
    Copy the full SHA
    9513a38 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Fix ZEIT -> Vercel

    wooorm authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    95471f8 View commit details
    Browse the repository at this point in the history
  2. Update dev-dependencies

    wooorm committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    4c5b3de View commit details
    Browse the repository at this point in the history
  3. Update sponsors

    wooorm committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    712e4bd View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. Change master in links

    wooorm committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    2bfcebe View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Remove unused type imports (#94)

    * Remove unused type imports
    
    * Restore unused type
    
    This was autofixed by VS Code. The removed type is unused, but it pads another
    type.
    remcohaszing authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    438ba3e View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Add FrozenProcessor interface to types (#93)

    * Add FrozenProcessor interface
    
    A frozen processor has the same interface as a regular processor, except `use()`
    is always disallowed.
    
    * Fix typo
    remcohaszing authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    56fdba4 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. 9.1.0

    wooorm committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    6351742 View commit details
    Browse the repository at this point in the history
Loading