Skip to content

Releases: ushahidi/platform-sdk

Changing creation of paramters

07 Jun 12:53
Compare
Choose a tag to compare

Bugfix for hydration of survey- and postrequests.

Config endpoint fix

16 Sep 13:47
Compare
Choose a tag to compare

Minor change in config endpoint.

Adding config-endpoint

10 Jun 06:38
Compare
Choose a tag to compare

This release adds the config endpoint (api version 3 still) to the sdk.

v0.5.0 - hydration options

29 Jan 13:23
Compare
Choose a tag to compare
  • Support for relationship hydration options for posts and surveys
  • Support to pick which fields we want in a post or survey
  • Made getPosts be for multiple posts and findPost for one.

[alpha] Feat: bulk operation support

12 Jan 00:10
Compare
Choose a tag to compare
  • Basic PATCH support added through the posts.patchPost(items) method. Currently only supports status field.
  • Basic support for bulk operations added.
    • Calling Posts bulkDelete with an array of objects with an id will result in a bulk deletion.
    • Calling Posts bulkPatch with an array of objects with an id and status will result in a bulk modification of the status field (planning general support for next min version)

Adding delete-function for posts

18 Dec 08:26
Compare
Choose a tag to compare

[alpha] Feat: validation helper in Survey class

04 Dec 14:40
Compare
Choose a tag to compare

fix(options): convert to array to be safe

[alpha] Feat: validation helper in Survey class - check field has options

04 Dec 14:31
Compare
Choose a tag to compare
v0.3.5

fix(options): check field has options

[alpha] Feat: validation helper in Survey class for input=select

04 Dec 13:41
Compare
Choose a tag to compare
v0.3.4

fix(select): check input select

[alpha] Feat: validation helper in Survey class

04 Dec 13:30
Compare
Choose a tag to compare

Added options checking for fields.
Added tranlsation existance check for fields