Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Refactor the spec #17

Merged
merged 14 commits into from
Sep 23, 2017
Merged

Refactor the spec #17

merged 14 commits into from
Sep 23, 2017

Commits on Sep 26, 2015

  1. Add Symbol.matchAll

    ljharb committed Sep 26, 2015
    Configuration menu
    Copy the full SHA
    9998466 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2015

  1. Add RegExp#[Symbol.matchAll], remove “global” restriction, and prop…

    …erly support subclassing.
    ljharb committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    4a94a62 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2017

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

Commits on Jul 31, 2017

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

Commits on Aug 1, 2017

  1. Ensure non-sticky non-global regexps only return one match.

     - In other words, ensure that two match objects in a row with the same “index” will stop the iteration.
    ljharb committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    b7fe336 View commit details
    Browse the repository at this point in the history
  2. Allow String.prototype.matchAll to take a string like match (and …

    …coerce it to a regex).
    ljharb committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    465fd06 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2017

  1. Remove unnecessary xref.

    ljharb committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    adc224e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d48dfaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b34960 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f5c432 View commit details
    Browse the repository at this point in the history
  5. Fix markdown footnote-links.

    ljharb committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    26add78 View commit details
    Browse the repository at this point in the history
  6. Remove unnecessary xref.

    ljharb committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    c07cced View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2017

  1. Configuration menu
    Copy the full SHA
    f50e292 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77c7d2e View commit details
    Browse the repository at this point in the history