Skip to content

Releases: VirgilSecurity/ionic-admin-nodejs

v0.3.0

08 Jan 15:48

Choose a tag to compare

  • Remove SAML Assertion;
  • Fix code of conduct;
  • Fix vulnerabilities;
  • Fix test due to dependency update;

v0.2.2

14 Jun 16:42

Choose a tag to compare

June 14, 2019

Fixed

createPolicy producing invalid policies by using *Bag types

v0.2.1

13 Jun 14:19

Choose a tag to compare

June 13, 2019

  • Updated axios dependency

v0.2.0

13 Jun 13:38

Choose a tag to compare

June 13, 2019

Breaking changes

  • Client class has been renamed to IonicApiClient
  • All of the SCIM API methods are now available directly on IonicApiClient instance's scim property - e.g. new IonicApiClient({...}).scim.listUsers();
  • fetchMarking() method of the Data Markings API - last argument is now an object with valueLimit property instead of a number
  • createOrUpdatePolicies() method of the Data Policies API - last argument is now an object with merge property instead of a string
  • Methods of the SCIM api client (createUser, fetchUser, updateUser, createGroup, fetchGroup, updateGroup, patchGroup, fetchDevice, updateDevice) that accepted attributes to return in the response as an array of strings, now accept an object with attributes property.

v0.1.0

12 Jun 15:07

Choose a tag to compare

June 12, 2019

Initial Release