Skip to content

Releases: genealogysystems/fs-traversal

v4.1.0

08 Mar 23:38
Compare
Choose a tag to compare
  • #51 Use FS.getPerson() instead of getPersonWithRelationships() since Person with Relationships has been deprecated. Requires v2.8.0 or later of the JS SDK.

v4.0.0

09 Sep 20:00
Compare
Choose a tag to compare

Upgrade to v2 of the FS JS SDK

v3.1.0

24 Jul 16:43
Compare
Choose a tag to compare

Support generating relationship strings in Spanish

v3.0.0

04 Jun 18:46
Compare
Choose a tag to compare

Breaking Change

  • Support languages #42

Enhancements and Bug Fixes

  • Rename traverse to start; leave traverse as an alias
  • Update async so that we can actually change queue concurrency #38
  • Better promise compatibility #45
  • Refactor processPerson #39

v2.0.3

20 May 19:31
Compare
Choose a tag to compare

#48 - Fix redirects

v2.0.2

20 Apr 22:39
Compare
Choose a tag to compare

Fix bug processing families with only one parent

v2.0.1

20 Apr 22:35
Compare
Choose a tag to compare

Nothing substantial, just a mistake, can't find a way to delete releases

v2.0.0

17 Apr 16:49
Compare
Choose a tag to compare
  • More cleanly separate orders and filters. Allow for both built-in and custom orders and filters.
  • Filters are given the person object as opposed to just the personId.
  • Remove wrd function for customizing wrd factors; this is now done another way; see the docs on custom orders
  • Default order is distance
  • Default concurrency is 5
  • Add cousins and cousins-spouses filters

v1.3.3

16 Apr 20:32
Compare
Choose a tag to compare
fs-traversal.js was getting too big. Pull out some large pieces into separate files.

v1.3.2

15 Apr 22:44
Compare
Choose a tag to compare

Better code coverage; minor bug fixes