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: ampproject/worker-dom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.31.0
Choose a base ref
...
head repository: ampproject/worker-dom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.32.0
Choose a head ref
  • 7 commits
  • 336 files changed
  • 3 contributors

Commits on Sep 14, 2021

  1. Update all (#1083)

    * Update all
    
    * Two fixes required by TS updates:
    
    - OffscreenCanvas was already a type, refer to our own instead.
    - When stubbing postMessage (which has multiple signatures), can no longer be lazy without coercion.
    
    * bump size to 13kb
    
    Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
    Co-authored-by: Jake Fried <samouri@users.noreply.github.com>
    3 people authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    5d3cdab View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. Update babel monorepo (#1089)

    Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
    renovate[bot] and renovate[bot] authored Sep 18, 2021
    Configuration menu
    Copy the full SHA
    0388c01 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Update all (#1094)

    Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
    renovate[bot] and renovate[bot] authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    1cf1404 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Remove copyright header (#1097)

    * Remove copyright header
    
    * prettier
    
    * remove extra newlines in *.css files
    samouri authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    da975ce View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Update all (#1098)

    Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
    renovate[bot] and renovate[bot] authored Sep 27, 2021
    Configuration menu
    Copy the full SHA
    cc71f9c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Benchmark + optimize (#1096)

    * Create benchmarks for createElement
    
    * Create IS_SERVER for optimizing path.
    
    * Optimize the paths and measure results along the way
    
    * rm comments
    
    * unecessary type
    
    * whoops extra file
    
    * Some more early exits, only supply value when true.
    
    * remove minification for server-lib
    
    * be smarter (attach to process.env for var replacment)
    
    * undo unrelated changes
    
    * add comment for context on lazy css
    samouri authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    b9ffedd View commit details
    Browse the repository at this point in the history
  2. v0.32.0

    samouri committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    95ba4b8 View commit details
    Browse the repository at this point in the history
Loading