Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync with upstream fork #2

Closed
wants to merge 7 commits into from

Commits on Sep 12, 2019

  1. Releasing v1.0.30

    theturtle32 committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    7db960e View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. adding compatibility with V8 release greater than v7.6 (node and elec…

    …tron engines) (theturtle32#376)
    
    * adding compatibility with V8 release greater than v7.6
    * using the Maybe types to solve the deprecation warning
    artynet authored and ibc committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    6c3ac5a View commit details
    Browse the repository at this point in the history
  2. Use es5-ext/global as a more robust way to resolve browser's window (t…

    …heturtle32#362)
    
    The [es5-ext/global][es5g] module is based on Mathias Bynens' [polyfill][poly]
    for [`globalThis`][gT]. It uses the same robust technique but is more
    conservative in that it does not add a `globalThis` property to the resolved
    object, i.e. `window` in a browser and `global` in Node. It also lacks the "old
    IE" fallback seen in a [demo][demo] of the original polyfill, but that is
    easily provided in this commit.
    
    [es5g]: https://github.com/medikoo/es5-ext/blob/master/global.js
    [poly]: https://mathiasbynens.be/notes/globalthis
    [gT]: https://github.com/tc39/proposal-global
    [demo]: https://mathiasbynens.be/demo/globalthis-ie
    michaelsbradleyjr authored and ibc committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    60a132d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e60f68d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    574b703 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. Releasing v1.0.31

    theturtle32 committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    1f7ffba View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

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