Releases: mchev/laravel-odk
Releases · mchev/laravel-odk
v1.3.0
- BREAKING CHANGE :
$odk->projects($projectId)->forms($xmlFormId)->fields()
is replaced by $odk->projects($projectId)->forms($xmlFormId)->fields()->get()
- Laravel 10 Support
- OdkCentral Facade
v1.2.3
Let a version be empty on publish
v1.2.2
- Better loop through answers (convert to object and rename keys)
v1.2.1
- Adding $publish and $ignoreWarnings parameters to create method.
- Passing headers to all requests
v1.2.0
- OData requests
- Getting answers
- Formatting answers
v1.1.3
- Fix error while sending file with "create" method (withBody)
- Fix passing missing headers
- Adding expand parameter to the answers method
- Handle 0 or null for $limit or $offset parameter
v1.1.2
api_url and endpoint are now public
v1.1.1
Not calling download method automatically on file types to easily retrieve filepath and filename