Releases: ushahidi/platform-sdk
Releases · ushahidi/platform-sdk
Changing creation of paramters
Config endpoint fix
Minor change in config endpoint.
Adding config-endpoint
This release adds the config endpoint (api version 3 still) to the sdk.
v0.5.0 - hydration options
- 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
- 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
v0.3.7 v0.3.7
[alpha] Feat: validation helper in Survey class
fix(options): convert to array to be safe
[alpha] Feat: validation helper in Survey class - check field has options
v0.3.5 fix(options): check field has options
[alpha] Feat: validation helper in Survey class for input=select
v0.3.4 fix(select): check input select
[alpha] Feat: validation helper in Survey class
Added options checking for fields.
Added tranlsation existance check for fields