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

Upgrade to fs-capacitor v4 #166

Merged
merged 19 commits into from Nov 18, 2019
Merged

Upgrade to fs-capacitor v4 #166

merged 19 commits into from Nov 18, 2019

Commits on Nov 2, 2019

  1. Upgrade to fs-capacitor v4 beta

    I've done a rework of fs-capacitor to support node 13. This involved
    using the `readable-stream` package instead of node's stream library
    in order to simply continued compatibility with node v8.x, which we can
    drop at the end of 2019.
    
    I spent the better part of a day trying to figure out exporting
    interoperable es6 and commonjs modules now that I have a commonjs
    dependency, and I finally just gave up. Without any useful guidance or
    pathway put forward by node for interoperability, the only choice here
    is to chose a single module system, which will be commonjs for the
    immediate future.
    
    I'm very unhappy with this situation and fear this is going to severly
    fragment the ecosystem, but don't have the time to get involved any
    further.
    mike-marcacci committed Nov 2, 2019
    Copy the full SHA
    4a389e9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b90ed55 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    291a3ce View commit details
    Browse the repository at this point in the history
  4. Run CI in node v13

    mike-marcacci committed Nov 2, 2019
    Copy the full SHA
    73ec084 View commit details
    Browse the repository at this point in the history
  5. remove yarn.lock

    mike-marcacci committed Nov 2, 2019
    Copy the full SHA
    203ced2 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    6453cbf View commit details
    Browse the repository at this point in the history
  7. use v4.0.0

    mike-marcacci committed Nov 2, 2019
    Copy the full SHA
    7926df5 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Copy the full SHA
    8fc5bb3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3b66428 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Support Node.js v8.10.

    jaydenseric committed Nov 12, 2019
    Copy the full SHA
    5e214ae View commit details
    Browse the repository at this point in the history
  2. Workaround a tap issue.

    jaydenseric committed Nov 12, 2019
    Copy the full SHA
    0f92002 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e2cb7e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2019

  1. Copy the full SHA
    14afd07 View commit details
    Browse the repository at this point in the history
  2. Add changelog

    mike-marcacci committed Nov 17, 2019
    Copy the full SHA
    f7db169 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d9065cc View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Merge branch 'master' into fs-capacitor-4

    I also fixed up the changelog entry.
    
    # Conflicts:
    #	.github/workflows/ci.yml
    #	package.json
    jaydenseric committed Nov 18, 2019
    Copy the full SHA
    fa0a80b View commit details
    Browse the repository at this point in the history
  2. Remove out-of-scope tests

    I removed tests that checked for cleanup of internal files used by
    fs-capacitorr. These tests required hooks into internal details of
    the library and are really outside the scope of concerns for this
    project.
    mike-marcacci committed Nov 18, 2019
    Copy the full SHA
    1078a07 View commit details
    Browse the repository at this point in the history
  3. Formatting.

    The event handlers were unintentionally returning.
    jaydenseric committed Nov 18, 2019
    Copy the full SHA
    5f921fe View commit details
    Browse the repository at this point in the history
  4. Update the changelog.

    jaydenseric committed Nov 18, 2019
    Copy the full SHA
    9365f42 View commit details
    Browse the repository at this point in the history