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

V6 #216

Merged
merged 65 commits into from
Nov 2, 2019
Merged

V6 #216

merged 65 commits into from
Nov 2, 2019

Commits on May 18, 2019

  1. Fail CI if package.json and yarn lock are out of sync (#186)

    koenpunt authored and David Clark committed May 18, 2019
    Configuration menu
    Copy the full SHA
    5210758 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2019

  1. Warn against filename-unfriendly chars in moduleName (#187)

    Closes #168.
    David Clark committed May 19, 2019
    Configuration menu
    Copy the full SHA
    0a84b90 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. Remove support for Node 4 and 6 (#190)

    David Clark committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    d49dad0 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. update packages

    chrisblossom authored and davidtheclark committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    0783a34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7c760e View commit details
    Browse the repository at this point in the history
  3. enable test undefined checks

    chrisblossom authored and davidtheclark committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    e8a16e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2019

  1. Configuration menu
    Copy the full SHA
    1b452bc View commit details
    Browse the repository at this point in the history
  2. set node/no-unsupported-features to first node 8 LTS release when new…

    … features stopped being added
    chrisblossom authored and davidtheclark committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    6003890 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6da6871 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. add eslint-plugin-jest (#196)

    chrisblossom authored and David Clark committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    26a961a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. use babel to compile source

    chrisblossom authored and davidtheclark committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    128e42c View commit details
    Browse the repository at this point in the history
  2. remove unused coverage script

    The "coverage" script looks to have been replaced previously using jest's configuration. I checked both CI scripts and do not see this being used anywhere
    chrisblossom authored and davidtheclark committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    5560b29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b68a566 View commit details
    Browse the repository at this point in the history
  4. eslint: remove plugin-node from src enable module parsing, and remove…

    … excess eslint config file
    
    note: convert eslint config to js - enables proper comments and variables
    chrisblossom authored and davidtheclark committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    1d4b35b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f7d24a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53d2d40 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. Configuration menu
    Copy the full SHA
    748a03c View commit details
    Browse the repository at this point in the history
  2. remove flow comments

    chrisblossom authored and davidtheclark committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    f9c6880 View commit details
    Browse the repository at this point in the history
  3. test files to typescript

    chrisblossom authored and davidtheclark committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    e2e5dd9 View commit details
    Browse the repository at this point in the history
  4. source files to typescript

    chrisblossom authored and davidtheclark committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    ed37ddd View commit details
    Browse the repository at this point in the history
  5. run prettier on all files

    chrisblossom authored and davidtheclark committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    cb058a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ea62ce View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. Typescript code quality tools (#202)

    chrisblossom authored and David Clark committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    47d8951 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Configuration menu
    Copy the full SHA
    0e10c02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    709ca57 View commit details
    Browse the repository at this point in the history
  3. fix cacheWrapper to cache the result instead of a Promise, merge mult…

    …iple Cache types and standardize cacheWrapper calls
    chrisblossom authored and davidtheclark committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    f18cf0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d7b647 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e98bd6a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c6ef21d View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2019

  1. Configuration menu
    Copy the full SHA
    5a7053e View commit details
    Browse the repository at this point in the history
  2. use object spread

    chrisblossom authored and davidtheclark committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    dc17101 View commit details
    Browse the repository at this point in the history
  3. export getDirectorySync

    chrisblossom authored and davidtheclark committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    2dd9157 View commit details
    Browse the repository at this point in the history
  4. export readFileSync

    chrisblossom authored and davidtheclark committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    9f9dda9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76547e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    17f743f View commit details
    Browse the repository at this point in the history
  7. remove unused global.d.ts

    chrisblossom authored and davidtheclark committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    b9649ec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eec912f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3ccdea8 View commit details
    Browse the repository at this point in the history
  10. use async await where possible

    chrisblossom authored and davidtheclark committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    4933f69 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3f520f4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9c9adc1 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2019

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

Commits on Aug 3, 2019

  1. Tweak readme

    David Clark authored and davidtheclark committed Aug 3, 2019
    Configuration menu
    Copy the full SHA
    67d41b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. Configuration menu
    Copy the full SHA
    69696dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a270c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24bc87e View commit details
    Browse the repository at this point in the history
  4. update readme and changelog

    chrisblossom authored and davidtheclark committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    91209d2 View commit details
    Browse the repository at this point in the history
  5. Minor v6 test revisions (#217)

    - Remove unnecessary mock resetting
    - Simplify test types
    - Add v6 to CI
    David Clark committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    7e8e11a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. rename createExplorer*

    chrisblossom committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    ad63f7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b89752e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7bc28e View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Configuration menu
    Copy the full SHA
    26b65bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a0f0e6 View commit details
    Browse the repository at this point in the history
  3. update changelog

    chrisblossom committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    83ff4b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60337c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6935c0f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Configuration menu
    Copy the full SHA
    1e1ae77 View commit details
    Browse the repository at this point in the history
  2. remove yarn.lock

    chrisblossom committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    fad0ebc View commit details
    Browse the repository at this point in the history
  3. Revert "remove yarn.lock"

    This reverts commit fad0ebc.
    chrisblossom committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    080256a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    358104c View commit details
    Browse the repository at this point in the history
  5. windows del fix

    chrisblossom committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    db8f2cd View commit details
    Browse the repository at this point in the history
  6. remove yarn.lock

    chrisblossom committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    c8c8817 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    08ebcd5 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2019

  1. Prepare 6.0.0

    David Clark committed Oct 26, 2019
    1 Configuration menu
    Copy the full SHA
    ed83eaa View commit details
    Browse the repository at this point in the history
  2. Fix typo

    David Clark committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    b7b2ae6 View commit details
    Browse the repository at this point in the history