Skip to content

Releases: pavpen/NationBuilderAPI

Support Custom Fields

12 Feb 17:37
Compare
Choose a tag to compare
Support Custom Fields Pre-release
Pre-release

Improvements

  • Added alpha support for custom fields.
  • Added convenience methods for working with a person's e-mail IDs.
  • Added deserialization of validation_errors in Nation Builder remote exceptions.
  • Added a wrapper around HttpWebRequest, which now records all data sent to Nation Builder, and made it available in
    NationBuilderRemoteException.
  • Switched Person.could_vote_status type to bool?, since the API seems to have changed.

Bug Fixes

  • Made more Person fields nullable to fix JSON deserialization errors.
  • Fixed the data type of Person.author.

Exceptions an People-related Objects Pre-release

19 Jul 19:48
Compare
Choose a tag to compare

Changes since v. 1.1.0:

Improvements

  • Added support for people lists, tags, and contacts.
  • Added remote exception marshalling.
  • Added a FireWebhooks property to Nation Builder sessions.
  • Switched object IDs to long.

Bug Fixes

  • Fixed URI component encoding, fixed URL parameter order in ShowPersonWithExternalId().

Development Improvements

  • Added unit tests.

v.1.1.0

29 Apr 03:36
Compare
Choose a tag to compare
v.1.1.0 Pre-release
Pre-release

Version 1.1.0 published on <NuGet.org>.

This is still an alpha release.