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: ljharb/String.prototype.matchAll
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.1
Choose a base ref
...
head repository: ljharb/String.prototype.matchAll
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 18 commits
  • 17 files changed
  • 1 contributor

Commits on Apr 24, 2019

  1. Configuration menu
    Copy the full SHA
    cdbaffa View commit details
    Browse the repository at this point in the history
  2. [Dev Deps] update eslint, es5-shim, es6-shim, `@ljharb/eslint-c…

    …onfig`, `object.entries`, `tape`
    ljharb committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    5a5c794 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. [Fix] RegExp.prototype[Symbol.matchAll]: ToString the flags property

    This may change in the future, pending tc39/ecma262#1517
    ljharb committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    17060fc View commit details
    Browse the repository at this point in the history
  2. [Refactor] provide a consistent way to determine the polyfill for `Re…

    …gExp.prototype[Symbol.matchAll]`
    ljharb committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    798a08c View commit details
    Browse the repository at this point in the history
  3. [Fix] ensure that flagsGetter is only used when there is no flags

    … property on the regex
    ljharb committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    c645e62 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2019

  1. [meta] create FUNDING.yml

    ljharb authored Jul 21, 2019
    Configuration menu
    Copy the full SHA
    23619a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. [Deps] update es-abstract

    ljharb committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    efc5aff View commit details
    Browse the repository at this point in the history
  2. [Dev Deps] update eslint, tape

    ljharb committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    c38fa60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e9d7e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8eebb79 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2019

  1. [Dev Deps] update eslint, @ljharb/eslint-config, evalmd, `funct…

    …ions-have-names`
    ljharb committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    347e2fa View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. [Deps] update es-abstract

    ljharb committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    52a5131 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9be5c3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b71bde View commit details
    Browse the repository at this point in the history
  4. v3.0.2

    ljharb committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    77b9593 View commit details
    Browse the repository at this point in the history
  5. [Deps] update es-abstract

    ljharb committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    b670a3b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Configuration menu
    Copy the full SHA
    c1717e6 View commit details
    Browse the repository at this point in the history
  2. v4.0.0

    ljharb committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    a27472f View commit details
    Browse the repository at this point in the history
Loading