libportal/CHANGELOG.md

4.1 KiB

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

Bug Fixes

  • check for only undefined or null on the size (bd10837)

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

Bug Fixes

  • fix encodeCid overload typings (2eb5810)

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

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

Bug Fixes

  • refactor how we process a nodejs stream, as the current approach is extremely slow and wasteful. We need to do a bit of macgyvering and convert it via pipe to a passthrough so it passes a typeof check for Stream, then import it to form-data Response, and request a blob (ae35797)

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

Features

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

Bug Fixes

  • further wasm loading fixes (d7d146b)

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

Bug Fixes

  • async loading quirk in firefox js engine (ea90488)

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

Bug Fixes

  • switch to using utf8ToBytes (37fd754)

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

Bug Fixes

  • add ?init query string for vite bundler (04bd963)

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

Bug Fixes

  • update uploadFile return type (848f3df)

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

Bug Fixes

  • add missing controller.enqueue (2aa53fa)
  • add properties and methods to go wasm middleware, accessed via reflection (53dd352)
  • ensure root and proof are Uint8Array's (0c320f9)
  • exit not properly exported in wasm (23a55f7)
  • fix wasmDone logic error (68fec66)
  • need to refactor verification stream logic further and check if the stream is done but wasm isn't (051f4b2)
  • rename exit to kill to fix symbol conflict (50a7c80)
  • update uploadFile overload types (45fbc1b)