Releases: polybase/polybase-ts
Releases · polybase/polybase-ts
Release 0.6.6
Release notes for version 0.6.6
Release 0.6.5
Release notes for version 0.6.5
Release 0.6.2
Release notes for version 0.6.2
Release 0.6.1
Release notes for version 0.6.1
Release 0.6.0
Release notes for version 0.6.0
v0.5.0
Fix CI publish for beta and stable (#123) * Fix CI publish for beta and stable * Add test branch for CI test * Add force publish * Remove test params
v0.3.39
Fixed
- Double quotes are now allowed for strings in Polylang
v0.3.28
[0.3.38] - 2023-03-23
Fixed
- Fixed instantiating empty objects in functions, e.g.
this.meta = {}
v0.3.37
[0.3.37] - 2023-03-20
Added
- Throw/log error for required/optional signer
Changed
- Improved error messages when values do not match their schema types
Fixed
- Polybase Auth now supports multiple signing requests being sent at once
- Auth listener .onAuthUpdate is now not called until loading completes, so the first message received is the true auth (signed in/out) state
v0.3.36
[0.3.36]- 2023-03-16
Added
- Collection record fields (e.g.
user: User
) are now indexable and queryable - Added react helpers for auth
AuthProvider()
,useAuth()
anduseIsAuthenticated()
Fixed
.push
on arrays of collection records does not error anymore