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 and update Kubo #221

Merged
merged 9 commits into from
Apr 18, 2024

Conversation

achingbrain
Copy link
Member

@achingbrain achingbrain commented Apr 17, 2024

  • Convert all files to TypeScript
  • Remove legacy ipfs-core-types and ipfs-utils dependencies
  • Copies code from ipfs-core-types and ipfs-utils used by this module here since those modules will not see any updates
  • Update all deps to the latest versions
  • Removes old object api methods that Kubo has removed and their tests
  • Adds new .routing API and converts old DHT tests to routing tests
  • Bundle size reduction 57.34KB -> 41.3KB

BREAKING CHANGE: parts of the Kubo object and dht APIs have been removed, this project is now TypeScript

Closes #128

- Convert all files to TypeScript
- Remove legacy `ipfs-core-type` and `ipfs-utils` dependencies
- Update all deps to the latest versions
Copy link
Member

@SgtPooki SgtPooki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this PR is breaking github. approved and we can address issues later.

@achingbrain achingbrain changed the title feat!: convert to TypeScript feat!: convert to TypeScript and update Kubo Apr 18, 2024
@achingbrain achingbrain merged commit 9a623bd into master Apr 18, 2024
18 checks passed
@achingbrain achingbrain deleted the feat/convert-to-typescript branch April 18, 2024 10:41
github-actions bot pushed a commit that referenced this pull request Apr 18, 2024
## [4.0.0](v3.0.4...v4.0.0) (2024-04-18)

### ⚠ BREAKING CHANGES

* parts of the Kubo object and dht APIs have been removed, this project is now TypeScript

### Features

* convert to TypeScript and update Kubo ([#221](#221)) ([9a623bd](9a623bd)), closes [#128](#128)

### Documentation

* update docs config ([0f7cac2](0f7cac2))
Copy link
Contributor

🎉 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

3 participants