This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
Releases: OpenFn/language-commcare
Releases · OpenFn/language-commcare
v1.4.1
v1.4.0
v1.3.0
4e80096 minor version bump
9bf9e05 Merge pull request #11 from OpenFn/bugfix/expand-references
2015270 add devcontainer, upgrade http dep
638ff5a Fixing bug on submitXLS function to use expandReferences
62bd3a4 ran npm run build
d530c06 use fn
af0bf0b Merge pull request #10 from OpenFn/dependabot/npm_and_yarn/xlsx-0.17.0
9da0382 Bump xlsx from 0.16.9 to 0.17.0
Update documentation
v1.2.4
Clean error logs
v1.2.2 Bump new version
Correct bug in excel version
This version corrects a bug that converts accent to underscore.
New helper to bulk send data as xls file
submitXls([{ name: 'Mamadou', phone: '000000' }], {
case_type: 'student',
search_field: 'external_id',
create_new_cases: 'on',
});
lock versions of `language-common` and `-http`
v1.1.2 Delete Client.js
custom hostURLs
Merge pull request #2 from OpenFn/custom_host_URLs bump to 1.1, allow hostUrl for custom deployments