Skip to content

Releases: comfino/web-frontend-sdk

Release list

1.0.1

Choose a tag to compare

@akozubskicr akozubskicr released this 26 Jul 08:45

Fixed

  • README: corrected the TypeScript types install command, which pointed at a nonexistent
    @comfino/web-frontend-sdk npm package; it now installs directly from the GitHub source
    (github:comfino/web-frontend-sdk).

Changed

  • README: minor formatting cleanup in the config-bridge JSON snippets and widget example comment.

1.0.0

Choose a tag to compare

@akozubskicr akozubskicr released this 25 Jul 20:51

Added

  • Initial public release: getting-started, API reference, events, and custom-platform docs.
  • Runnable demo/ PHP app covering both integration levels (config bridge + SDK API) for paywall and
    widget, plus token minting, order creation, and webhook verification.
  • Vanilla JS and TypeScript examples.
  • Copy-paste snippets and a framework-agnostic CDN loader.
  • Hand-written TypeScript type definitions mirroring the public SDK surface.