This repository was archived by the owner on Mar 16, 2020. It is now read-only.
Releases: hairyhenderson/node-fellowshipone
Releases · hairyhenderson/node-fellowshipone
0.3.4
0.3.3
v0.3.3 0.3.3
v0.3.2
0.3.2
v0.3.1
Adding missing exports for Addresses
v0.3.0
Added support for Addresses
0.2.8
0.2.7
Fix for busted F1Resource.create() method.
0.2.1
Bugfix... Person/Household IDs are actually strings, not numbers.
0.2.0
Adding support for Communications.
This is a resource that behaves differently in different contexts, so there are actually 3 objects:
Communications- No context here. Can be useful if you don't want to decide your context up-front. Doesn't support thelistmethod. When usingcreate, you need to populate the person or household object yourself.PersonCommunications- Give a person ID at create time here (new F1.PersonCommunications(f1, '123')). Supportslist.HouseholdCommunications- Give a household ID at create time here (new F1.HouseholdCommunications(f1, '123')). Supportslist.
0.1.2
Bugfix - the Statuses resource is at /People/Statuses, not /Statuses