Skip to content

Latest commit

 

History

History
97 lines (53 loc) · 5.18 KB

CHANGELOG.md

File metadata and controls

97 lines (53 loc) · 5.18 KB

Changelog

0.7.0 (2023-07-15)

Features

  • hide logs behind debug mode (d045ec1)
  • support PiNet platform (37fd6c6)

0.6.0 (2023-04-23)

Features

  • add openUrlInSystemBrowser method (f1de986)
  • add Pi client to window object (a6574b1)
  • add preferred_language scope (0c1ad0d)
  • remove connected network (8b19fd7)

0.5.0 (2023-01-23)

Features

  • add copyText method (81aff42)
  • add requestPermission method (5259a12)

Bug Fixes

  • better error handling and types (b8f71e5)
  • TypeScript configuration and different types (7e2a569)
  • User to App payment creation route and type (e7c7e87)

0.4.0 (2022-08-03)

Features

  • add checks for valid and consented scopes (f8a9e2d)
  • add nativeFeaturesList method (446a595)
  • add request_permission native feature (c427eef)
  • add retryableCallback method (662512f)
  • add usage tracking system (d66d09a)
  • get connected network (a24fe6e)
  • set SDK message timeout to 120000ms (4b072ca)

Bug Fixes

  • add check to avoid "window is undefined" error (ec37df0)
  • better sendSDKMessage error handling (290361c)
  • ESLint and Typescript errors (5f5318b)

0.3.1 (2021-08-17)

Bug Fixes

  • error message when user disallow scopes (3e35f31)

0.3.0 (2021-08-12)

Features

  • support for the new scope system (bd8da41)

Bug Fixes

  • getDateTime returns UTC date and time (242db46)

0.2.0 (2021-07-14)

Features

Bug Fixes

  • APIScopes type (7ae832c)
  • authenticate return's type (35e68c2)
  • change recent payment to incomplete payment (#4) (ef6f231)
  • MessageHandler message listener (3b4abc7)

0.1.0 (2021-07-01)

Features