Releases: pavpen/NationBuilderAPI
Releases · pavpen/NationBuilderAPI
Support Custom Fields
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 tobool?
, 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
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.