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: rollup/rollup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.77.2
Choose a base ref
...
head repository: rollup/rollup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.78.0
Choose a head ref
  • 9 commits
  • 30 files changed
  • 5 contributors

Commits on Jul 27, 2022

  1. Improve ESM code example in documentation (#4583)

    Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
    berniegp and lukastaegert authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    c526974 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Update README.md (#4590)

    unnecessary comma
    harveer07 authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    eacbc41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc08bcc View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. resolve currentPath (#4591)

    * resolve currentPath
    
    * Try modified test
    
    * Add test
    
    Co-authored-by: undefined <undefined>
    Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
    Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
    3 people authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    983c0ca View commit details
    Browse the repository at this point in the history
  2. Update changelog

    lukastaegert committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    1c217a3 View commit details
    Browse the repository at this point in the history
  3. 2.77.3

    lukastaegert committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    1165d46 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. Allow using objects as hooks to change execution order (#4600)

    * Improve type for async hooks
    
    * Support object hooks
    
    * Support changing hook execution order
    
    * Add caching
    
    * Change naming to "handler/order" and include parallel hooks
    
    * Support object form for banner/footer/intro/outro
    
    * Allow object form for addon hooks
    
    * Improve coverage
    
    * Allow odering for sync hooks
    
    * Add support for making async parallel hooks sequential
    
    * Change parallel behaviour to not change order
    
    * Also allow to make banner/footer/intro/outro parallel
    
    * Add documentation
    
    * Fix types
    
    * Make tests more stable
    lukastaegert authored Aug 14, 2022
    Configuration menu
    Copy the full SHA
    8db7fd8 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    lukastaegert committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    12aba91 View commit details
    Browse the repository at this point in the history
  3. 2.78.0

    lukastaegert committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    105b264 View commit details
    Browse the repository at this point in the history
Loading