Releases: userhubdev/js-sdk
Releases · userhubdev/js-sdk
v0.6.4
What's Changed
- Added support for
{accountId}
in create Portal session Admin API method
v0.6.3
What's Changed
- Add default webhook onError implementation
v0.6.2
What's Changed
- Added user not found error to simplify implementing a custom user provider
- Improved custom user provider types
v0.6.1
What's Changed
- Added member count to organizations
v0.6.0
What's Changed
- BREAKING CHANGE: Supported order by fields updated for most list endpoints
- Organization/user list now supports filtering by display name and email
- Flow list endpoints now support filtering by active state and creator
v0.5.0
What's Changed
- BREAKING CHANGE: Renamed card payment method
expiration.year
and expiration.month
to expYear
and expMonth
- Added
lastPaymentError
to payment method
- Added
role
to join organization flow
v0.4.1
What's Changed
- Simplify handle method
- Add more webhook examples
v0.4.0
What's Changed
- Add webhook support
- Type improvements
- Add new flow endpoints
- Add Deno support