Skip to content

Releases: FamilySearch/fs-js-lite

2.2.0

10 Mar 19:41
Compare
Choose a tag to compare
  • #25 Support unauthenticated access tokens

2.1.0

17 Feb 22:32
Compare
Choose a tag to compare
  • #23 Add support for the state parameter of OAuth

2.0.0

07 Dec 18:57
Compare
Choose a tag to compare

Add support for Node.js

Breaking Changes

  1. The getHeader() and getAllHeaders() response methods were replaced with the headers object.
  2. saveAccessToken now defaults to false instead of true.
  3. The signature of response callbacks changed from function(response) to function(error, response).
  4. In v1 response middleware was called even when a network error occurred. In v2 the response middleware is only called when a response is actually recieved.
  5. Redirects are not automatically followed. Use the followRedirect: true request option to have the SDK automatically follow a redirect response.

1.3.0

10 Nov 22:22
Compare
Choose a tag to compare

#9 - Add support for activating pending modifications

1.2.0 - Middleware

09 Nov 16:57
Compare
Choose a tag to compare

#2 Support middleware

1.1.4

07 Nov 21:10
Compare
Choose a tag to compare

Fix bug that prevented the access token from correctly being included in the request

1.1.3

07 Nov 17:02
Compare
Choose a tag to compare

Internal improvements

1.1.2

04 Nov 21:57
Compare
Choose a tag to compare

Better packaging and publishing

1.1.1

04 Nov 21:28
Compare
Choose a tag to compare

A little refactoring and publish to npm.

1.1.0

31 Oct 18:16
Compare
Choose a tag to compare

Use integration instead of sandbox