Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Releases: OpenFn/language-commcare

v1.4.1

19 Apr 09:58
Compare
Choose a tag to compare

c67e401 patch version bump
4dbfc8f Merge branch 'main' of github.com:OpenFn/language-commcare into main
85f8675 update superagent mock
8ab4d3e update deps
15e7d6f update bundled deps

v1.4.0

09 Nov 11:54
Compare
Choose a tag to compare

389a4ad minor version bump
359f782 use ApiKey for auth

v1.3.0

29 Sep 07:02
Compare
Choose a tag to compare

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

14 May 17:05
Compare
Choose a tag to compare

v1.2.4...v1.2.5

v1.2.4

22 Apr 14:01
Compare
Choose a tag to compare
1.2.4

Clean error logs

20 Apr 13:34
Compare
Choose a tag to compare
v1.2.2

Bump new version

Correct bug in excel version

09 Mar 11:07
Compare
Choose a tag to compare

This version corrects a bug that converts accent to underscore.

New helper to bulk send data as xls file

01 Mar 10:43
Compare
Choose a tag to compare
submitXls([{ name: 'Mamadou', phone: '000000' }], {
  case_type: 'student',
  search_field: 'external_id',
  create_new_cases: 'on',
});

lock versions of `language-common` and `-http`

20 Sep 17:25
Compare
Choose a tag to compare

custom hostURLs

02 Feb 19:42
Compare
Choose a tag to compare
Merge pull request #2 from OpenFn/custom_host_URLs

bump to 1.1, allow hostUrl for custom deployments