Skip to content

Releases: FamilySearch/familysearch-javascript-sdk

v1 Beta

24 Feb 20:16
Compare
Choose a tag to compare
v1 Beta Pre-release
Pre-release
  • Add support for node.js

  • BREAKING: Allow for multiple instance of the SDK client. New method:

    var client = new FamilySearch({ options });
    

fix note attributions

14 Jul 21:07
Compare
Choose a tag to compare
v0.9.15

Update docs and files to distribute

incorporates recent pull requests and FS REST API changes

14 Jul 18:58
Compare
Choose a tag to compare
  • BREAKING: Separate calls for sourceRefs and sourcesQuery: getPerson/Couple/ChildAndParentsSourceRefs and getPerson/Couple/ChildAndParentsSourcesQuery
  • BREAKING: Person/couple/childAndParents.$getSourceRefs and $getSources functions
  • BREAKING: NoteRef's are no longer needed because Notes can now be read directly; getPerson/Couple/ChildAndParentsNoteRefs have been changed to getPerson/CoupleChildAndParentsNotes.
  • Person.$isReadOnly()
  • expire_callback init option
  • convenience functions for getAncestry() descendants if descedants parameter is true
  • default http and deferred init parameters to use jQuery functions if available
  • add link to github repo from docs
  • rename auth_callback to redirect_uri and app_key to client_id (old names are still available but deprecated)
  • getPersonSearch.getIndex() returns 0 if empty result
  • getAccessTokenForMobile returns access token if already set
  • fact.$isCustomNonEvent and fact.$setCustomNonEvent
  • getPreferredSpouse returns null when the preferred spouse is the unknown spouse
  • passing in null to setPreferredSpouse sets the unknown spouse

handle mobile safari authentication

27 Jun 19:04
Compare
Choose a tag to compare
v0.9.13

Update docs and files to distribute

restore changes again

24 Jun 18:10
Compare
Choose a tag to compare
v0.9.12

Update docs and files to distribute

restore changes

24 Jun 17:56
Compare
Choose a tag to compare
v0.9.11

Update docs and files to distribute

add beta environment

03 Jun 22:52
Compare
Choose a tag to compare
v0.9.10

Update docs and files to distribute

additional agent functions

21 May 03:42
Compare
Choose a tag to compare
v0.9.8

Update docs and files to distribute

handle empty fact dates and places, empty name parts

19 May 17:41
Compare
Choose a tag to compare
v0.9.7

Update docs and files to distribute

use new json serialization format for discussion references

15 May 21:40
Compare
Choose a tag to compare
v0.9.6

Update docs and files to distribute