libweb/CHANGELOG.md

6.0 KiB

0.2.0-develop.19 (2023-06-26)

Bug Fixes

  • switch to using globalThis, and check if we have localStorage (if not, might be node) (79273d2)

0.2.0-develop.18 (2023-06-26)

0.2.0-develop.17 (2023-06-26)

Features

  • re-export most of noble utility functions (a813ee3)

0.2.0-develop.16 (2023-06-26)

Features

  • add initial upload method (7126203)

0.2.0-develop.15 (2023-06-25)

0.2.0-develop.14 (2023-06-24)

Bug Fixes

  • switch to using @lumeweb/community-portals (ac822fb)

0.2.0-develop.13 (2023-06-24)

Bug Fixes

0.2.0-develop.12 (2023-06-24)

Bug Fixes

  • don't skip portal if we fail to register (530b159)

0.2.0-develop.11 (2023-06-24)

Bug Fixes

0.2.0-develop.10 (2023-06-24)

Bug Fixes

0.2.0-develop.9 (2023-06-23)

Bug Fixes

  • refactor initPortal to return the instance (89d2439)

0.2.0-develop.8 (2023-06-23)

Bug Fixes

  • make getActivePortals return an array, not a set (d8e2046)
  • need to use length, not size (5db1217)

0.2.0-develop.7 (2023-06-23)

Bug Fixes

0.2.0-develop.6 (2023-06-23)

Bug Fixes

0.2.0-develop.5 (2023-06-23)

Bug Fixes

  • ensure we are using the export for @noble/hashes utils (7dd6f9f)
  • update libportal (100a9f2)

0.2.0-develop.4 (2023-06-23)

Bug Fixes

0.2.0-develop.3 (2023-06-23)

Bug Fixes

  • add download to exports (a27bb31)

Reverts

  • Revert "fix: add download to exports" (e2bcb8c)

0.2.0-develop.2 (2023-06-23)

Bug Fixes

  • add download to exports (4f2ec80)

0.2.0-develop.1 (2023-06-23)

Bug Fixes

  • need to add dom support to TS (738c3f1)

Features

  • add deriveChildKey function (d7cdaaf)
  • add portal management apis (d340447)
  • implement initial download method (7c07211)

0.1.3 (2023-06-21)

Bug Fixes