Releases: FamilySearch/familysearch-javascript-sdk
Releases · FamilySearch/familysearch-javascript-sdk
v1 Beta
-
Add support for node.js
-
BREAKING: Allow for multiple instance of the SDK client. New method:
var client = new FamilySearch({ options });
fix note attributions
v0.9.15 Update docs and files to distribute
incorporates recent pull requests and FS REST API changes
- 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
v0.9.13 Update docs and files to distribute
restore changes again
v0.9.12 Update docs and files to distribute
restore changes
v0.9.11 Update docs and files to distribute
add beta environment
v0.9.10 Update docs and files to distribute
additional agent functions
v0.9.8 Update docs and files to distribute
handle empty fact dates and places, empty name parts
v0.9.7 Update docs and files to distribute
use new json serialization format for discussion references
v0.9.6 Update docs and files to distribute