Releases: windingtree/sdk
Releases · windingtree/sdk
v0.1.0-beta.18
0.1.0-beta.18 (2023-07-10)
Bug Fixes
- 🐛 Added mised typing to the StorageInitializerFunction (ef383ac)
- 🐛 Fix for release workflow script (a3fb725)
- 🐛 Fix for test workflow script (84751f2)
- 🐛 Fixed api.db.spec test (e03b19c)
- 🐛 Fixed filed Admin route > admin.login test (6d1f0af)
- 🐛 Fixed release workflow script (810911d)
- 🐛 Fixed scoped behaviour in the MemoryStorage (dfacb59)
- 🐛 Fixed wrong types imports (46c3492)
Features
- 🎸 Added
scope
to the storage interface (2a06610) - 🎸 Added a prtotype of the NodeApiServer class (2e3914f)
- 🎸 Added admin routes (558b7c4)
- 🎸 Added check out action to the client example app (7d49d6e)
- 🎸 Added checkInOutSignature helper to the dealsManager (e539bc4)
- 🎸 Added claimed deal saving step to the node example (00e1624)
- 🎸 Added cookies-based authorization (94f3073)
- 🎸 Added DealCheckInOut component to the node manager app (3c81d3b)
- 🎸 Added deals router (e243227)
- 🎸 Added deals table component to the node manager app (8f253cc)
- 🎸 Added DealsDb class (7a45a74)
- 🎸 Added DealSeek component to the node manager app exampl (a241bd6)
- 🎸 Added example of a mode-manager's web-app (80da4d7)
- 🎸 Added final UserdDB implementation (3e4af25)
- 🎸 Added NodeAPIServer implementation (f6676c0)
- 🎸 Added set of middlewares int the API server (c3650ec)
- 🎸 Added the Node API initialization logic to the example (c47bd83)
- 🎸 Added UNAUTHORIZED errors watcher link for tRPC client (0bb1595)
- 🎸 Added user delete feature to the manager app example (7edf172)
- 🎸 Added user.update API route (488e766)
- 🎸 Added UserRegister component of the node manager app (92fc95e)
- 🎸 Added users database abstraction (c7a32e1)
- 🎸 Added UserUpdate component of the node manager app (4b6c216)
- 🎸 createCheckInOutSignature can be used in browser (273eb3c)
- 🎸 Implemented login/logout in the manager app example (1206742)
- 🎸 Password update feature added to the UsersDb.set (e03383a)
- 🎸 superjson adde to trpc lient initialization (f9d4392)
- 🎸 The Node API server integrated into the Node example (723a597)
- 🎸 User type of admin added to the UsersDb (6c18948)
- 🎸 UserRegister/Update added to the LoginWidget component (7fb937f)
v0.1.0-beta.17
0.1.0-beta.17 (2023-06-16)
Features
v0.1.0-beta.16
0.1.0-beta.16 (2023-06-14)
Bug Fixes
- 🐛 Fixed node.requestManager test (ebfd385)
Features
- 🎸 Added requests pruning to the Node example (73a19b4)
v0.1.0-beta.15
0.1.0-beta.15 (2023-06-12)
Bug Fixes
- 🐛 Fixed _sendHelper's local account error (e53c523)
- 🐛 Fixed "Invalid walletClient configuration" error (e138a3e)
- 🐛 Fixed queue test (bbec616)
- 🐛 Fixed walletClient configuration (25c00d6)
Features
v0.1.0-beta.14
0.1.0-beta.14 (2023-06-02)
Bug Fixes
- 🐛 Fixed tests that have been failing because of refactorin (915762e)
- 🐛 Local storage serializer now uses stringify with bigint (6b031bf)
Features
- 🎸 Added AccountWidget comomnent to the Client example (3bd4a4a)
- 🎸 Added AccountWidget component to the Client example (ebea2cd)
- 🎸 Added events: status, changed to the dealsRegistry (d78503c)
- 🎸 Deal-related events are aadded to Client (168f10d)
- 🎸 Deals state chacker added to deals registry (caa1dab)
- 🎸 Node example generate two payment options in an offer (c51219b)
- 🎸 publicClient added to Client options (42afdac)
v0.1.0-beta.13
0.1.0-beta.13 (2023-05-16)
Bug Fixes
- 🐛 Updated yarl.lock in the client example (9ee128c)
Features
- 🎸 Added more hashing utils (526ef6f)