All notable changes to laravel-odk
will be documented in this file
- BREAKING CHANGE :
$odk->projects($projectId)->forms($xmlFormId)->fields()
is replaced by$odk->projects($projectId)->forms($xmlFormId)->fields()->get()
- Laravel 10 Support
- OdkCentral Facade
- Let a version be empty on publish
- Better loop through answers (convert to object and rename keys)
- Adding $publish and $ignoreWarnings parameters to create method.
- Passing headers to all requests
- OData requests
- Getting answers
- Formatting answers
- 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
- api_url and endpoint are now public
- Not calling download method automatically on file types to easily retrieve filepath and filename
- Now supporting draft endpoints
- Fix publish method
- Changing the create method parameters
- First stable version
- Improving documentation
- Adding new methods
- Work in progress
- Improving documentation
- Adding new methods
- Work in progress
- initial release
- Work in progress