8000 Comparing v2.33.3...v2.34.0 · rollup/rollup · GitHub
[go: up one dir, main page]

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.33.3
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.34.0
Choose a head ref
  • 3 commits
  • 83 files changed
  • 2 contributors

Commits on Nov 29, 2020

  1. implement amd.autoId/amd.basePath options (#3867)

    * implement `amd.idFromChunkName` option
    
    * update output-options-hook test
    
    * update NormalizedOutputOptions type
    
    * simiplify removeExtension()
    
    * fix `idFromChunkName` type
    
    * make `idFromChunkName` required in normalized options
    
    * reference actual types in normalizeOutputOptions
    
    * switch to using a pattern instead
    
    * also removeExtensionFromRelativeAmdId in UMD finaliser
    
    * support id in output.amd.id in umd finaliser
    
    * move test to chunking-form/samples
    
    * remove test from cli section
    
    * remove idFromChunkName
    
    * revert chunking-form index change
    
    * break out to amd.autoId and amd.basePath options
    
    * remove unneeded changes
    
    * update docs
    
    * update test to also put chunks in folder
    
    * throw error if amd.id used with muli-file build
    
    * more accurate amd options type
    
    * update output.amd doc
    
    * fix `@ts-expect-error` comments
    
    * add tests for invalid options
    
    * add test for entryFileNames with output.preserveModules
    
    * ignore internal error in coverage
    
    * simplify type
    
    * fix output options test
    
    * fix type tests
    
    * improve types again
    
    * simply again
    
    * make it a warning
    tjenkinson authored Nov 29, 2020
    Configuration menu
    Copy the full SHA
    163252a View commit details
    Browse the repository at this point in the history
  2. Update changelog

    lukastaegert committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    2411865 View commit details
    Browse the repository at this point in the history
  3. 2.34.0

    lukastaegert committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    9949fe6 View commit details
    Browse the repository at this point in the history
Loading
0