Skip to content

Releases: fedimint/fedimint-web-sdk

@fedimint/[email protected]

12 Oct 13:26
93d7697
Compare
Choose a tag to compare

Patch Changes

@fedimint/[email protected]

12 Oct 13:26
93d7697
Compare
Choose a tag to compare

Patch Changes

@fedimint/[email protected]

12 Oct 13:26
93d7697
Compare
Choose a tag to compare

Patch Changes

New Contributors!

@fedimint/[email protected]

03 Oct 14:06
cb2d6a8
Compare
Choose a tag to compare

Patch Changes

@fedimint/[email protected]

01 Oct 05:05
d0c97ff
Compare
Choose a tag to compare

Patch Changes

  • ec6f0c2: Separated wasm dependecies into their own packages

@fedimint/[email protected]

01 Oct 05:05
d0c97ff
Compare
Choose a tag to compare

Patch Changes

  • ec6f0c2: Separated wasm dependecies into their own packages

@fedimint/[email protected]

01 Oct 05:05
d0c97ff
Compare
Choose a tag to compare

Docs Site is Live!!! https://web.fedimint.org

Patch Changes

  • ec6f0c2: Separated wasm dependecies into their own packages
  • 6aae407: Added cursory documentation /docs
  • 27d42ad: Added Example projects to docs containing Stackblitz previews
  • 908129f: Added TestingService for exposing internal state during tests. Added a bunch of tests.
  • ada54ce: Shortened lightning function names to omit "Bolt11". (createBolt11Invoice --> createInvoice
  • 20a2783: Added a docs website powered by vitepress
  • a091101: Added debug logging with configurable logging levels
  • Updated dependencies [ec6f0c2]

@fedimint/[email protected]

23 Sep 15:13
0f0db4f
Compare
Choose a tag to compare

Patch Changes

  • 012e4a1: Added workflows for pull request checks including calculating the compressed size of packages
  • 779e924: Set up vitest testing framework
  • 3038557: Refactor FedimintWallet into many composable services"

@fedimint/[email protected]

18 Sep 19:11
3f88426
Compare
Choose a tag to compare

Patch Changes

  • 2185071: Moved wasm instantiation off the main thread and onto a web worker
  • ad4cf7b: Fix Lightning Gateway selection
  • 0f68de2: Replaced wasm pack artifact with a build using --target = bundler (instead of web)
  • 2185071: Fixed types of new RPCs
  • 0f68de2: Fixed bundling behavior
  • 998b33a: Updated Readmes with working usage instructions

@fedimint/[email protected]

12 Sep 18:27
be1582e
Compare
Choose a tag to compare

Patch Changes

  • 41bd257: Added remaining RPCs from fedimintClientWasm to FedimintWallet
  • 41bd257: Implemented type type system for rpcs
  • bc61eff: Implement rollup for building library
  • 26b9ad4: Bump wasm - Adds unsubscribe to streams
  • 26b9ad4: Implemented unsubscribe for streaming rpcs
  • 9c6e2fc: Updated READMEs & usage guides