Skip to content

Tags: oddsdk/ts-odd

Tags

0.37.0

Toggle 0.37.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rename webnative to odd (#506)

* Rename in nix flake

* Rename package to @oddjs/odd and update description

* Update repo URL

* Update homepage URL

* Update package lock names

* Update README

* Rename in comments, error messages, and tests

* Update changelog

* Rename iframe and classified post message to odd

* Set sharedRepo to false

* Rename ODD to ODD SDK where used as a noun

* Rename odd.fission.app to api.odd.dev

Note that this will still publish to webnative.fission.app for the
moment.

* Update docs app_url to odd.fission.app

0.36.3

Toggle 0.36.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Parse DAG-JSON CIDs (#496)

* Try parsing legacy skeleton CID

* Improve comment

* Write test for DAG-JSON cid

* Bump version

* Update changelog

* Improve CID test

0.36.2

Toggle 0.36.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow symlinks to other file systems to be created (#490)

0.36.1

Toggle 0.36.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes #486 (#487)

* Fixes #486

* Don't use a list in changelog

* Update CHANGELOG.md

Co-authored-by: Andrew Vivash <[email protected]>
Signed-off-by: Steven Vandevelde <[email protected]>

---------

Signed-off-by: Steven Vandevelde <[email protected]>
Co-authored-by: Andrew Vivash <[email protected]>

0.36.0

Toggle 0.36.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rename 'published' event to 'publish' (#485)

0.35.2

Toggle 0.35.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump json5 from 1.0.1 to 1.0.2 (#458)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

0.35.1

Toggle 0.35.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add migration section (#454)

0.35.0

Toggle 0.35.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
0.35 Release (#435)

* Add `src` folder to release

* Indicate in API docs where to start

* Support extension-less imports

* Also look for index.js files

* Remove loadRootFileSystem

* Load root private tree by default

* Expose used configuration from program

* Improve minified builds

* Prefer extension-less imports

* Remove remaining yarn usages

* Use `npm run` command for testing

* Prefer didRoot lookup vs rootIssuer

* Add DID shorthands

* Lobby flow fixes & improvements

* Lock wnfs to 0.1.7

* Cap request options

* Make argument optional

* Permissions should also be extracted

* Ability to disable automatic capability collection

* If possible don't use window object

* collect.manually

* Closes #439

* Fix backwards compat issue

* Remove capabilities setting, naming conflict

* Remove all traces of ipfs-core + Update CDN url

* Remove alpha tag

* Add events to dependencies

* Base root DID lookup

* Apply suggestions from code review

Co-authored-by: Brian Ginsburg <[email protected]>
Signed-off-by: Steven Vandevelde <[email protected]>

* Default to DNS did root lookup

Signed-off-by: Steven Vandevelde <[email protected]>
Co-authored-by: Brian Ginsburg <[email protected]>

0.34.2

Toggle 0.34.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Resolve exact wnfs version in unpkg (#419)

0.34.1

Toggle 0.34.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve peer list storage (#415)

* Improve peer list storage

* Add entry to changelog

* Fixes #416

* Update changelog