8000 Comparing v4.2.3...v4.3.0 · amazon-ion/ion-js · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: amazon-ion/ion-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.3
Choose a base ref
...
head repository: amazon-ion/ion-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.0
Choose a head ref
  • 5 commits
  • 14 files changed
  • 5 contributors

Commits on May 5, 2022

  1. Configuration menu
    Copy the full SHA
    49703a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3d4569 View commit details
    Browse the repository at this point in the history
  3. Minor updates to README.md (#714)

    Co-authored-by: Zack Slayton <zack.slayton@gmail.com>
    popematt and zslayton authored May 5, 2022
    Configuration menu
    Copy the full SHA
    da9e084 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Remove dependency on global global variable (#715)

    The `global` global variable [1] is a node-ism, and is not available on
    browsers and other js runtime environments. This issue is typically
    overcome in browsers with a polyfill that defines `global` as a
    reference to the `window` variable [2], but not all runtimes have an
    equivalent option. As a result, use of `global` tends to cause headaches:
    
    aws/aws-sdk-js#2141
    
    angular/angular-cli#8160
    
    https://stackoverflow.com/questions/57361546/referenceerror-global-is-not-defined-with-web3
    
    https://dev.to/richardbray/how-to-fix-the-referenceerror-global-is-not-defined-error-in-sveltekitvite-2i49
    
    Therefore, this change replaces all references to `global` with
    behavior that is guaranteed by the ECMA spec, which should be available
    in any runtime.
    
    [1]: https://nodejs.org/docs/latest/api/all.html#all_globals_global
    [2]: https://github.com/browserify/browserify-handbook#global
    YourFin authored May 9, 2022
    Configuration menu
    Copy the full SHA
    325d671 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    fd8c304 View commit details
    Browse the repository at this point in the history
Loading
0