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

feat: convert to typescript #16

Merged
merged 1 commit into from
Jan 12, 2022
Merged

Conversation

achingbrain
Copy link
Collaborator

  • Only named exports
  • No more CJS, only ESM
  • Adds auto-publish
  • Adds dependabot
  • Adds tests for abortable sink/source/duplex
  • Removes support for multiple abort signals - just use any-signal

BREAKING CHANGE: switch to named exports, ESM only

- Only named exports
- No more CJS, only ESM
- Adds auto-publish
- Adds dependabot
- Adds tests for abortable sink/source/duplex
- Removes support for multiple abort signals - just use `any-signal`

BREAKING CHANGE: switch to named exports, ESM only
@codecov
Copy link

codecov bot commented Jan 12, 2022

Codecov Report

❗ No coverage uploaded for pull request base (master@8fd144b). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #16   +/-   ##
=========================================
  Coverage          ?   93.14%           
=========================================
  Files             ?        3           
  Lines             ?      350           
  Branches          ?       66           
=========================================
  Hits              ?      326           
  Misses            ?       24           
  Partials          ?        0           
Flag Coverage Δ
chrome 100.00% <0.00%> (?)
node 93.14% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8fd144b...3f08e37. Read the comment docs.

@achingbrain achingbrain merged commit 7a36b81 into master Jan 12, 2022
@achingbrain achingbrain deleted the feat/convert-to-typescript branch January 12, 2022 20:10
github-actions bot pushed a commit that referenced this pull request Jan 12, 2022
## [4.0.0](v3.0.1...v4.0.0) (2022-01-12)

### ⚠ BREAKING CHANGES

* switch to named exports, ESM only

### Features

* convert to typescript ([#16](#16)) ([7a36b81](7a36b81))
@github-actions
Copy link

🎉 This PR is included in version 4.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant