2.2.0 (2024-12-20)
- allow user self deletion (e1ac3ea)
- well-known endpoint configuration for universal links support in mobile devices (6b07433)
- type: more specific types (f9372fe)
- type: use correct type for client permissions (744617b)
- feat: user account linking method (fa74984)
- feat: account linking views, hooks (590fd97)
- fix: create connection schema missing some required props (1a1d891)
- fix: regression in tenant administrator methods (7751875)
- fix: regression in tenant administrator methods (b5b25d0)
- chore: lint (fc46872)
- chore: update changelog (3e42a04)
- fix: regression in getter method namings (1c5cd76)
- fix: regression in getter method namings (c502ddf)
This version brings usability improvements along with some breaking changes.
- error stacktraces don't include the method call
- every method now contains jsdoc
- better parameter namings for better autocompletion
-
tenant administrator methods refactored to be under separate entity
-
Sub entity method names are changed to be more user friendly and descriptive. List of changed methods:
old new roles
addPermissions assignPermissions removePermissions unassignPermissions removeRoles unassignRoles roleGroups
addRoles assignRoles addRoleGroups assignRoleGroups removeRoles unassignRoles