Web5 JS v0.6.2
Pre-release
Pre-release
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 therecord.data.json()
andrecord.data.text()
methods by @frankhinek in #51 - Fixes an issue in
web5.dwn.records.write()
ifrequest
includeddata
but themessage
was missing thedataFormat
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