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.28.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.29.0
Choose a head ref
  • 6 commits
  • 66 files changed
  • 5 contributors

Commits on Sep 25, 2020

  1. Update changelog

    lukastaegert committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    26d0675 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Configuration menu
    Copy the full SHA
    929f0ac View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Configuration menu
    Copy the full SHA
    74e5081 View commit details
    Browse the repository at this point in the history
  2. Implement new APIs for inter-plugin communication (#3807)

    * Implement custom resolver options
    
    * Add custom module meta information
    
    * Test handling of external modules
    
    * Cache module options
    
    * Actually handle external modules
    
    * Unify default logic
    
    * Make `code` an optional property for the `transform` hook.
    
    * Use an object with prototype as default for both custom options and meta info
    
    * Add documentation
    
    * Update dependencies
    
    * Update docs/05-plugin-development.md
    
    Co-authored-by: Lars den Bakker <[email protected]>
    
    * Update docs/05-plugin-development.md
    
    Co-authored-by: Lars den Bakker <[email protected]>
    
    * Update docs/05-plugin-development.md
    
    Co-authored-by: Lars den Bakker <[email protected]>
    
    * Update docs/05-plugin-development.md
    
    Co-authored-by: Lars den Bakker <[email protected]>
    
    * return `null` instead of throwing when accessing a non-exiting module info, make module info lazy.
    
    * Improve wording for the load hook
    
    * Improve custom resoler options section
    
    * Improve coverage
    
    * Fix documentation links
    
    Co-authored-by: Lars den Bakker <[email protected]>
    lukastaegert and LarsDenBakker authored Oct 8, 2020
    Configuration menu
    Copy the full SHA
    1ad8289 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    lukastaegert committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    17cd450 View commit details
    Browse the repository at this point in the history
  4. 2.29.0

    lukastaegert committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    0b02e52 View commit details
    Browse the repository at this point in the history
Loading