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 #58

Merged
merged 6 commits into from
Mar 28, 2022
Merged

Conversation

achingbrain
Copy link
Member

  • Removes dependency on libp2p, you should provide an factory instead
  • Everything has types
  • Modules are ESM only
  • Reduces test duplication
  • Tests everything against everything else (e.g. not just go -> js and js -> go but also js -> js and go -> go) to be useful as a rough relative performance guide

BREAKING CHANGE: this module is now ESM only

- Removes dependency on libp2p, you should provide an instance instead
- Everything has types
- Modules are ESM only

BREAKING CHANGE: this module is now ESM only
@achingbrain achingbrain merged commit 1862aa7 into master Mar 28, 2022
@achingbrain achingbrain deleted the feat/convert-to-typescript branch March 28, 2022 13:23
github-actions bot pushed a commit that referenced this pull request Mar 28, 2022
## [1.0.0](v0.7.1...v1.0.0) (2022-03-28)

### ⚠ BREAKING CHANGES

* this module is now ESM only

### Features

* convert to typescript ([#58](#58)) ([1862aa7](1862aa7))
@github-actions
Copy link

🎉 This PR is included in version 1.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.

1 participant