Releases: churchtools/churchtools-js-client
Releases · churchtools/churchtools-js-client
1.3.2
- repaired browser build
- disable enforceJSON as default
- added enforceJSON as option for requests
1.3.1
- Rewrite in Typescript
- Added enforceJSON
1.2.13
The setTimout function, introduced in 1.2.10 replaces js native setTimeout, which was not intended. Now this function is called "setRequestTimeout".
1.2.12
Fixes a nasty bug, introduced in 1.2.10. Now the rate limit intercepter and other timeouts work again!
1.2.10
add setTimeout to defaultChurchToolsClient, bump version to 1.2.10
1.2.9
Merge pull request #23 from churchtools/feature/set-timeout
Feature/set timeout
1.2.8
This release fixes a bug for the usage with react-native
1.2.7
This release fixes a bug for react-native where the name for FormData is mangled in productive environments.