Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.
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: rollup/rollup-plugin-commonjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.2.6
Choose a base ref
...
head repository: rollup/rollup-plugin-commonjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.4.1
Choose a head ref
  • 16 commits
  • 16 files changed
  • 4 contributors

Commits on Dec 11, 2017

  1. Always wrap in options.external

    It's safer to check `options.external` immediately before usage, since e. g. later plugins might change it.
    adrianheine authored Dec 11, 2017
    Configuration menu
    Copy the full SHA
    9a4560b View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2017

  1. Support static template literals

    Closes #265.
    adrianheine committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    2bc1aa3 View commit details
    Browse the repository at this point in the history
  2. Add back test

    Originally added in 9687b2d, removed in
    c191a13.
    adrianheine committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    4ab91c7 View commit details
    Browse the repository at this point in the history
  3. Add back support for module.exports objects

    This was broken in 8a3e99e. Closes #267.
    adrianheine committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    7e8a8c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. chore(): update dependency on rollup to 0.55.0 and correct tests base…

    …d on correct sourcemap output.
    jthoms1 committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    cd78e47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8879a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2018

  1. Update changelog

    lukastaegert committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    262bf8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38d5108 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    370bf07 View commit details
    Browse the repository at this point in the history
  4. Update changelog

    lukastaegert committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    cbd6ab9 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'adrianheine-patch-1' into release-branch

    lukastaegert committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    e2aeef9 View commit details
    Browse the repository at this point in the history
  6. Update changelog

    lukastaegert committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    1c3adf3 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'jthoms1-master' into release-branch

    lukastaegert committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    1dcd267 View commit details
    Browse the repository at this point in the history
  8. Update changelog

    lukastaegert committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    a255f44 View commit details
    Browse the repository at this point in the history
  9. 8.3.0

    lukastaegert committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    d195bab View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

  1. 8.4.1

    lukastaegert committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    d3167f5 View commit details
    Browse the repository at this point in the history
Loading