libportal/CHANGELOG.md

7.0 KiB

0.2.0-develop.41 (2023-11-17)

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

Features

  • add getter for jwtSessionKey (9954616)

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

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

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

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

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

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

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

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

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

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

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

0.2.0-develop.28 (2023-09-07)

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

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

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

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

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

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

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

Bug Fixes

  • use switch to module in package.json (b6722cf)

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)