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

Fixed a regression that caused SyntaxErrors on IE 11 #1380

Closed
wants to merge 9 commits into from
Closed

Fixed a regression that caused SyntaxErrors on IE 11 #1380

wants to merge 9 commits into from

Commits on Mar 2, 2021

  1. Copy the full SHA
    312b8f8 View commit details
    Browse the repository at this point in the history
  2. chore: drop support for Node < 12

    BREAKING CHANGE:
    
    This package no longer supports Node.js 4 through 12
    keithamus committed Mar 2, 2021
    Copy the full SHA
    6b8e6e6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c65a332 View commit details
    Browse the repository at this point in the history
  4. chore: bump deep-eql@4

    keithamus committed Mar 2, 2021
    Copy the full SHA
    3316e8b View commit details
    Browse the repository at this point in the history
  5. Create npm-publish.yml

    keithamus committed Mar 2, 2021
    Copy the full SHA
    bd0568f View commit details
    Browse the repository at this point in the history
  6. Create node.js.yml

    keithamus committed Mar 2, 2021
    Copy the full SHA
    c9c71dd View commit details
    Browse the repository at this point in the history
  7. Delete .travis.yml

    keithamus committed Mar 2, 2021
    Copy the full SHA
    9e928d6 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    e20aef4 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Fixed a regression that caused SyntaxErrors on IE 11

    The changes made in #1334 incorrectly used an arrow function and as this isn't supported on IE 11 it causes a SyntaxError to be thrown when loading chai.
    lnewson committed Mar 3, 2021
    Copy the full SHA
    0f30ec5 View commit details
    Browse the repository at this point in the history