Skip to content
This repository was archived by the owner on Mar 16, 2020. It is now read-only.

Releases: hairyhenderson/node-fellowshipone

0.3.4

23 Jul 01:31

Choose a tag to compare

v0.3.4 (2016-07-23)

Full Changelog

0.3.3

23 Jul 01:31

Choose a tag to compare

v0.3.3

0.3.3

v0.3.2

01 Apr 03:34

Choose a tag to compare

0.3.2

v0.3.1

17 Mar 23:40

Choose a tag to compare

v0.3.1 Pre-release
Pre-release
Adding missing exports for Addresses

v0.3.0

17 Mar 22:40

Choose a tag to compare

Added support for Addresses

0.2.8

10 Feb 02:54

Choose a tag to compare

Working around weird F1 behaviour observed in #23

0.2.7

10 Feb 01:30

Choose a tag to compare

Fix for busted F1Resource.create() method.

0.2.1

02 Feb 17:16

Choose a tag to compare

Bugfix... Person/Household IDs are actually strings, not numbers.

0.2.0

02 Feb 17:06

Choose a tag to compare

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 the list method. When using create, you need to populate the person or household object yourself.
  • PersonCommunications - Give a person ID at create time here (new F1.PersonCommunications(f1, '123')). Supports list.
  • HouseholdCommunications - Give a household ID at create time here (new F1.HouseholdCommunications(f1, '123')). Supports list.

0.1.2

29 Jan 12:22

Choose a tag to compare

Bugfix - the Statuses resource is at /People/Statuses, not /Statuses