Release 0.9.0
- fix: update peer-id (#547) (725e805)
- fix: use sha512 (#546) (e421ceb)
- fix: exclude dist (#541) (009f53c)
- fix: add typecheck workflow (#540) (3377ee2)
- feat: add main types (#527) (33baf52)
- Refactor: Strategy handle message (#537) (9661822)
- refactor: 🚨 better promise usage and type on function (#535) (6ff88d2)
- refactor: remove unused args (#534) (240da8d)
- refactor: 🎨 import type when it's only used as type (#532) (5d85a0f)
- fix(coverage): 🐛 remove version.ts from coverage (#531) (6ce3ba1)
- feat: add interval-runner (#524) (75e1d62)
- refactor: remove addToFrontier (#530) (e7ef601)
- Feat: enhance coverage (#493) (9d0aa43)
- feat: replace eddsa with ecdsa (#492) (9da595a)
- fix: import plugin wasn't activated for typescript (#523) (5d21789)
- fix: readme link (#526) (0f75108)
- fix: version (#525) (52c8c30)
- fix: linting deps not at the correct place (#519) (e70c8dc)
- feat: add readme.md for package keychain (#521) (ac36c58)
- feat: add package keychain (#513) (0ccd832)
- feat: make resolveConflicts function optional (#487) (89a5317)
- feat: Add log level into ConnectObjectOptions (#518) (4fbdffd)
- fix(examples/grid): 🐛 bug where eventListener is added multiple time (#507) (ea626c6)
- fix: enable tracing flag (#508) (7cf7b5b)
What's Changed
- fix: enable tracing flag by @anhnd350309 in #508
- fix(examples/grid): 🐛 bug where eventListener is added multiple time by @sfroment in #507
- feat: Add log level into ConnectObjectOptions by @hoangquocvietuet in #518
- feat: make resolveConflicts function optional by @trungnotchung in #487
- feat: add package keychain by @trungnotchung in #513
- feat: add readme.md for package keychain by @anhnd350309 in #521
- fix: linting deps not at the correct place by @sfroment in #519
- fix: version by @sfroment in #525
- fix: readme link by @sfroment in #526
- fix: import plugin wasn't activated for typescript by @sfroment in #523
- feat: replace eddsa with ecdsa by @trungnotchung in #492
- Feat: enhance coverage by @anhnd350309 in #493
- refactor: remove addToFrontier by @trungnotchung in #530
- feat: add interval-runner by @sfroment in #524
- fix(coverage): 🐛 remove version.ts from coverage by @sfroment in #531
- refactor: 🎨 import type when it's only used as type by @sfroment in #532
- refactor: remove unused args by @trungnotchung in #534
- refactor: 🚨 better promise usage and type on function by @sfroment in #535
- Refactor: Strategy handle message by @anhnd350309 in #537
- feat: add main types by @sfroment in #527
- fix: add typecheck workflow by @sfroment in #540
- fix: exclude dist by @sfroment in #541
- fix: use sha512 by @sfroment in #546
- fix: update peer-id by @sfroment in #547
Full Changelog: v0.8.5...v0.9.0