Releases: FamilySearch/familysearch-javascript-sdk
Releases · FamilySearch/familysearch-javascript-sdk
2.4.5
Fix #156 - Update sandbox auth url to a more correct version
2.4.4
#153 - Fix 406 error code on Child and Parents GET notes and sources
2.4.3
#150 - Fix bug in Person.getNotes()
v2.4.2
Fixing a bad release for 2.4.1
v2.4.1
- Fix #144 - bug in
Person.getSourceRefs()
and Person.getSources()
- Fix #145 - include
redirect_uri
in POSTs to the OAuth2 token endpoint.
v2.4.0
New method getAccessTokenWithClientCredentials()
v2.3.0
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.0
- #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
#138 - Logout uses proper API resource to invalidate session on the server