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: arsalan0c/gopherjs.github.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: gopherjs/gopherjs.github.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 220 files changed
  • 3 contributors

Commits on Sep 10, 2022

  1. Configuration menu
    Copy the full SHA
    81278eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af6421d View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Rewrite GopherJS version upgrade procedure and precompilation script.

    The standard library precompilation is now rewritten in Go and uses
    build session API. This has several advantages over the old approach:
    
      - We no longer depend on path conventions for the library install path
        that the gopherjs tool uses.
      - Precompiled libraries will be generated with exactly the same
        version of GopherJS that the playground imports.
      - Less bash 🎉
    nevkontakte committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    8b78006 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    302f27f View commit details
    Browse the repository at this point in the history
  3. Merge pull request gopherjs#75 from gopherjs/go1.18

    Upgrade Playground to GopherJS 1.18.0-beta1
    nevkontakte authored Sep 11, 2022
    Configuration menu
    Copy the full SHA
    3c74d21 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. build(deps): bump gopkg.in/yaml.v3 in /playground

    Bumps gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0.
    
    ---
    updated-dependencies:
    - dependency-name: gopkg.in/yaml.v3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    90a7014 View commit details
    Browse the repository at this point in the history
  2. Merge pull request gopherjs#77 from gopherjs/dependabot/go_modules/pl…

    …ayground/gopkg.in/yaml.v3-3.0.0
    
    build(deps): bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 in /playground
    nevkontakte authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b0fd289 View commit details
    Browse the repository at this point in the history
Loading