Skip to content

Web5 JS v0.6.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@frankhinek frankhinek released this 29 Apr 21:53
· 627 commits to main since this release
13e31e1

This is primarily a hot fix release to resolve two edge case bugs introduced in the v0.6.0 release. There are no changes to any external API methods.

What's Changed

  • Adds automated JSDoc documentation generation by @frankhinek in #47
  • Fixes an issue in a Record instance with the record.data.json() and record.data.text() methods by @frankhinek in #51
  • Fixes an issue in web5.dwn.records.write() if request included data but the message was missing the dataFormat property by @frankhinek in #51
  • Adds test coverage for web5.dwn.records* methods and adds improved testing utilities by @frankhinek in #51
  • Updates README documentation by @csuwildcat in #52

Full Changelog: v0.6.0...v0.6.2