libweb/CHANGELOG.md

14 KiB

0.2.0-develop.60 (2023-10-19)

Features

  • add savePortalSessions function (2bc233c)

0.2.0-develop.59 (2023-09-20)

0.2.0-develop.58 (2023-09-11)

0.2.0-develop.57 (2023-09-09)

0.2.0-develop.56 (2023-09-09)

0.2.0-develop.55 (2023-09-08)

Bug Fixes

0.2.0-develop.54 (2023-09-08)

0.2.0-develop.53 (2023-09-08)

0.2.0-develop.52 (2023-09-08)

0.2.0-develop.51 (2023-09-08)

Bug Fixes

  • move NO_PORTALS_ERROR to types and re-import (2c6b843)
  • remove export (9bc7fda)
  • use toRegistryEntry of CID (841e453)

Features

  • add deriveBlakeChildKeyInt (282c431)
  • implement appdb, known as hidden db in s5 (2894e63)

0.2.0-develop.50 (2023-09-04)

0.2.0-develop.49 (2023-09-04)

Bug Fixes

0.2.0-develop.48 (2023-09-04)

Bug Fixes

  • pass along cid.type, dont force CID_TYPES.RESOLVER (705590c)

0.2.0-develop.47 (2023-09-04)

Bug Fixes

  • encodeRegistryValue needs to use type and hashType (880a70f)

0.2.0-develop.46 (2023-09-04)

Bug Fixes

  • if has is a CID, override arguments with the CID properties unless we have an argument set already (2c56658)

0.2.0-develop.45 (2023-09-04)

Bug Fixes

0.2.0-develop.44 (2023-09-04)

0.2.0-develop.43 (2023-09-04)

Bug Fixes

  • if we have a Uint8Array but invalid CID_HASH_TYPES, return error (07a451c)

0.2.0-develop.42 (2023-09-04)

Bug Fixes

  • update encodeCid overloads and return types (7dc8067)

Features

  • add encodeRegistryCid, encodeRegistryValue, decodeRegistryValue, decodeRegistryCid (7ce52cb)

0.2.0-develop.41 (2023-09-03)

0.2.0-develop.40 (2023-09-03)

0.2.0-develop.39 (2023-09-03)

0.2.0-develop.38 (2023-09-02)

0.2.0-develop.37 (2023-09-02)

0.2.0-develop.36 (2023-09-02)

0.2.0-develop.35 (2023-09-02)

0.2.0-develop.34 (2023-09-02)

0.2.0-develop.33 (2023-09-02)

0.2.0-develop.32 (2023-08-20)

Features

  • change deriveChildKey to hkdf sha256 and create deriveBlakeChildKey that hashes based on the initial blake3 route used by s5 (7fefaf0)

0.2.0-develop.31 (2023-08-15)

Features

  • add loginActivePortals function (a1b67e7)

0.2.0-develop.30 (2023-08-10)

Features

  • add new downloadSmallObject function that only hashes the data and compares it and does not verify it in real time (747aeb7)

0.2.0-develop.29 (2023-08-10)

Bug Fixes

  • handle localStorage being undefined (0ab6cf0)

0.2.0-develop.28 (2023-08-10)

0.2.0-develop.27 (2023-07-21)

Bug Fixes

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

Features

  • add support for loading and saving portal lists (4fe84e8)

0.2.0-develop.25 (2023-07-18)

0.2.0-develop.24 (2023-07-18)

0.2.0-develop.23 (2023-07-18)

0.2.0-develop.22 (2023-07-08)

0.2.0-develop.21 (2023-07-02)

Bug Fixes

0.2.0-develop.20 (2023-06-29)

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