Skip to content

Releases: FamilySearch/familysearch-javascript-sdk

2.4.5

09 Jun 21:56
Compare
Choose a tag to compare

Fix #156 - Update sandbox auth url to a more correct version

2.4.4

06 Apr 16:04
Compare
Choose a tag to compare

#153 - Fix 406 error code on Child and Parents GET notes and sources

2.4.3

11 Mar 21:29
Compare
Choose a tag to compare

#150 - Fix bug in Person.getNotes()

v2.4.2

14 Dec 23:45
Compare
Choose a tag to compare

Fixing a bad release for 2.4.1

v2.4.1

14 Dec 23:40
Compare
Choose a tag to compare
  • Fix #144 - bug in Person.getSourceRefs() and Person.getSources()
  • Fix #145 - include redirect_uri in POSTs to the OAuth2 token endpoint.

v2.4.0

17 Nov 21:08
Compare
Choose a tag to compare

New method getAccessTokenWithClientCredentials()

v2.3.0

12 Nov 16:33
Compare
Choose a tag to compare

Make SourceRefs easier to work with:

  • Fix SourceRef.getSourceDescriptionId() and SourceRef.getSourceDescriptionUrl() so that they work more consistently
  • Add SourceRef.getAttachedEntityId(), SourceRef.getAttachedEntityUrl(), SourceRef.setAttachedEntityId(), and SourceRef.setAttachedEntityUrl()
  • Add getPersonIds(), getCoupleIds(), and getChildAndParentsIds() to the response of getSourceAttachments()

v2.2.1

11 Nov 15:22
Compare
Choose a tag to compare

Fix bad 2.2.0 release

v2.2.0

11 Nov 15:18
Compare
Choose a tag to compare
  • #108 - Add Person.getSpouseRelationships(), Person.getParentRelationships(), and Person.getChildRelationships()
  • #125 - addSource() method for Person, Couple, and ChildAndParents
  • #126 - SearchResult.getConfidence()
  • #127 - getSourceAttachments()
  • #140 - hasOrdinancesAccess() and getOrdinancesPolicy()

v2.1.2

05 Nov 20:07
Compare
Choose a tag to compare

#138 - Logout uses proper API resource to invalidate session on the server