Skip to content

Releases: PlusAuth/plusauth-rest-js

v2.2.0

20 Dec 15:28
Compare
Choose a tag to compare

2.2.0 (2024-12-20)

Features

  • allow user self deletion (e1ac3ea)

Type Improvements

  • well-known endpoint configuration for universal links support in mobile devices (6b07433)

Full Changelog: v2.1.0...v2.2.0

v2.1.0

11 Dec 12:23
Compare
Choose a tag to compare

2.1.0 (2024-12-11)

  • 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)

Full Changelog: v2.0.3...v2.1.0

v2.0.3

25 Nov 19:43
Compare
Choose a tag to compare
  • fix: incorrect variable interpolation (4e99e8e)

v2.0.2

25 Nov 18:29
Compare
Choose a tag to compare

v2.0.1

25 Nov 18:09
Compare
Choose a tag to compare

v2.0.0

25 Nov 18:07
Compare
Choose a tag to compare

This version brings usability improvements along with some breaking changes.

Fixes

  • error stacktraces don't include the method call

Features

  • every method now contains jsdoc
  • better parameter namings for better autocompletion

Breaking Changes

  • 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

v1.1.0

03 Jul 10:15
bda505d
Compare
Choose a tag to compare

1.1.0 (2024-07-03)

Features

  • configurable pkce enforcement (1038ac5)
  • include_api option for fetching logs (ac9068f)

Build

  • include commonjs builds (eda3c29)

Refactors

  • use faster deepmerge library (2b66c33)

v1.0.0

16 Apr 13:39
8adbf65
Compare
Choose a tag to compare

1.0.0 (2024-04-16)

Refactors

v0.7.6

19 Feb 19:41
Compare
Choose a tag to compare

0.7.6 (2023-02-19)

Bug Fixes

  • incorrect uri query encoding (96efadc)

v0.7.5

22 Oct 13:34
Compare
Choose a tag to compare

0.7.5 (2022-10-22)