Releases: genealogysystems/fs-traversal
Releases · genealogysystems/fs-traversal
v4.1.0
- #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
Upgrade to v2 of the FS JS SDK
v3.1.0
Support generating relationship strings in Spanish
v3.0.0
Breaking Change
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.2
Fix bug processing families with only one parent
v2.0.1
Nothing substantial, just a mistake, can't find a way to delete releases
v2.0.0
- 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
fs-traversal.js was getting too big. Pull out some large pieces into separate files.
v1.3.2
Better code coverage; minor bug fixes