Skip to content

Releases: superfaceai/service-client

v1.0.0

22 Nov 12:41
Compare
Choose a tag to compare

1.0.0 - 2021-11-22

Added

  • new argument to passwordless and getGithubLoginUrl to be able to pass any query parameters

Changed

  • BREAKING CHANGE getProfile, getProfileAST, getProfileSource arguments changed
  • parameters scope and version are optional in getProfile, getProfileAST, getProfileSource functions
  • BREAKING CHANGE getMap, getMapAST, getMapSource arguments changed
  • parameter scope and version are optional in getMap, getMapAST, getMapSource functions

v0.0.26

22 Oct 12:09
Compare
Choose a tag to compare

0.0.26 - 2021-10-22

Fixed

  • getProvider and getProvidersList correctly map older flat provider API response by removing the url param from the definition

v0.0.25

21 Oct 06:47
Compare
Choose a tag to compare

0.0.25 - 2021-10-21

Changed

  • BREAKING CHANGE removed Provider interface
  • BREAKING CHANGE nested provider definition in ProviderResponse
  • BREAKING CHANGE nested provider definition in ProviderListResponse

v0.0.24

09 Sep 13:12
Compare
Choose a tag to compare

0.0.24 - 2021-09-09

Added

  • createProject method for initializing new projects

v0.0.23

31 Aug 12:54
Compare
Choose a tag to compare

0.0.23 - 2021-08-31

Fixed

  • include user-session cookie in signOut request

v0.0.22

27 Aug 12:26
Compare
Choose a tag to compare

0.0.22 - 2021-08-27

Added

  • shareProfile method shares profile

v0.0.21

26 Aug 09:47
Compare
Choose a tag to compare

0.0.21 - 2021-08-26

Added

  • getUserInfo method fetches information about logged in user

v0.0.20

25 Aug 13:04
Compare
Choose a tag to compare

0.0.20 - 2021-08-25

Fixed

  • confirmCliLogin uses correct HTTP method

v0.0.19

25 Aug 08:13
Compare
Choose a tag to compare

0.0.19 - 2021-08-25

Added

  • getProfilesList method fetches list of published profiles (incl. filter by profile owner & results count limit)
  • getMapsList method fetches list of published map variants (incl. filter by map owner & results count limit)
  • cliLogin method fetches verify and browser urls with expiration date
  • verifyCliLogin method fetches status of CLI login
  • confirmCliLogin method confirms CLI login

Changed

  • BREAKING CHANGE findOneProvider renamed to getProvider
  • BREAKING CHANGE findAllProviders renamed to getProvidersList, now has ability to filter providers by profile and owner (incl. results count limit)
  • BREAKING CHANGE PasswordlessVerifyOptions renamed to VerifyOptions
  • BREAKING CHANGE PasswordlessVerifyResponse renamed to VerifyResponse
  • BREAKING CHANGE PasswordlessVerifyErrorResponse renamed to VerifyErrorResponse
  • BREAKING CHANGE PasswordlessConfirmErrorResponse renamed to LoginConfirmErrorResponse
  • BREAKING CHANGE passwordlessLogin do not throw on json deserialization errors and returns UnsuccessfulLogin as result

v0.0.18

18 Aug 12:01
Compare
Choose a tag to compare

0.0.18 - 2021-08-18