Skip to content

v2.0.0

Choose a tag to compare

@gmega gmega released this 30 Jun 21:48
c4903dc

Summary

This release contains breaking changes:

  • downloadManifest is now asynchronous. It no longer returns the manifest directly: the call only reports whether the request was dispatched, and the manifest arrives later through the storageDownloadManifestDone event.
  • remove is now asynchronous. The call only reports whether the request was dispatched; the real outcome arrives through the storageRemoveDone event.

Make sure to check out the module's documentation for more information.

What's Changed

  • chore: bump logos-module-builder by @Khushboo-dev-cpp in #56
  • feat: add doctest ui by @2-towns in #51
  • chore: restore integration tests by @2-towns in #59
  • chore: update doctest by @2-towns in #62
  • chore: fetch manifests using events by @2-towns in #55
  • feat: add fix remove with events by @2-towns in #57
  • chore: guard multiple init by @2-towns in #61
  • chore: update preview scripts by allowing to run doctest separatly by @2-towns in #65
  • chore: update documentation 1.3.0 by @2-towns in #66
  • chore: bump libstorage to 0.4.0, bump module version to 2.0.0 by @gmega in #67
  • chore: simplify/re-target docs, add download of public file with Mix to doctest by @gmega in #63

Full Changelog: v1.2.0...v2.0.0